Home
last modified time | relevance | path

Searched refs:buffer_coords (Results 1 – 14 of 14) sorted by relevance

/dports/editors/leafpad/leafpad-0.8.18.1/src/
H A Dlinenum.c52 GArray *buffer_coords, in get_lines() argument
61 g_array_set_size (buffer_coords, 0); in get_lines()
79 g_array_append_val (buffer_coords, y); in get_lines()
101 g_array_append_val (buffer_coords, y); in get_lines()
/dports/x11-toolkits/vdk/vdk-2.5.1/src/
H A Dgtksourceview.c67 GArray *buffer_coords,
318 GArray *buffer_coords, in gtk_source_view_get_lines() argument
327 g_array_set_size (buffer_coords, 0); in gtk_source_view_get_lines()
343 g_array_append_val (buffer_coords, y); in gtk_source_view_get_lines()
365 g_array_append_val (buffer_coords, y); in gtk_source_view_get_lines()
H A Dvdktextview.cc532 GArray *buffer_coords, in get_lines() argument
540 g_array_set_size (buffer_coords, 0); in get_lines()
559 g_array_append_val (buffer_coords, y); in get_lines()
/dports/x11-toolkits/gtksourceview4/gtksourceview-4.8.1/gtksourceview/
H A Dgtksourcegutter.c692 GArray *buffer_coords; member
706 info->buffer_coords = g_array_new (FALSE, FALSE, sizeof (gint)); in lines_info_new()
718 g_array_free (info->buffer_coords, TRUE); in lines_info_free()
754 g_array_append_val (info->buffer_coords, y); in get_lines_info()
786 g_array_append_val (info->buffer_coords, y); in get_lines_info()
804 g_array_append_val (info->buffer_coords, y); in get_lines_info()
901 g_array_index (info->buffer_coords, gint, 0), in begin_draw()
1025 g_array_index (info->buffer_coords, gint, i), in draw_cells()
H A Dgtksourceview.c285 GArray *buffer_coords,
2361 GArray *buffer_coords, in gtk_source_view_get_lines() argument
2370 g_array_set_size (buffer_coords, 0); in gtk_source_view_get_lines()
2388 g_array_append_val (buffer_coords, y); in gtk_source_view_get_lines()
2416 g_array_append_val (buffer_coords, y); in gtk_source_view_get_lines()
/dports/x11-toolkits/gtksourceview3/gtksourceview-3.24.11/gtksourceview/
H A Dgtksourcegutter.c813 GArray *buffer_coords; member
827 info->buffer_coords = g_array_new (FALSE, FALSE, sizeof (gint)); in lines_info_new()
839 g_array_free (info->buffer_coords, TRUE); in lines_info_free()
875 g_array_append_val (info->buffer_coords, y); in get_lines_info()
907 g_array_append_val (info->buffer_coords, y); in get_lines_info()
925 g_array_append_val (info->buffer_coords, y); in get_lines_info()
1022 g_array_index (info->buffer_coords, gint, 0), in begin_draw()
1146 g_array_index (info->buffer_coords, gint, i), in draw_cells()
H A Dgtksourceview.c262 GArray *buffer_coords,
2326 GArray *buffer_coords, in gtk_source_view_get_lines() argument
2335 g_array_set_size (buffer_coords, 0); in gtk_source_view_get_lines()
2353 g_array_append_val (buffer_coords, y); in gtk_source_view_get_lines()
2381 g_array_append_val (buffer_coords, y); in gtk_source_view_get_lines()
/dports/x11-toolkits/gtksourceview2/gtksourceview-2.10.5/gtksourceview/
H A Dgtksourcegutter.c769 GArray *buffer_coords, in get_lines() argument
779 g_array_set_size (buffer_coords, 0); in get_lines()
799 g_array_append_val (buffer_coords, y); in get_lines()
828 g_array_append_val (buffer_coords, y); in get_lines()
850 g_array_append_val (buffer_coords, y); in get_lines()
H A Dgtksourceview.c232 GArray *buffer_coords,
2093 GArray *buffer_coords, in gtk_source_view_get_lines() argument
2103 g_array_set_size (buffer_coords, 0); in gtk_source_view_get_lines()
2122 g_array_append_val (buffer_coords, y); in gtk_source_view_get_lines()
2147 g_array_append_val (buffer_coords, y); in gtk_source_view_get_lines()
/dports/misc/gpsim/gpsim-0.31.0/gui/
H A Dgui_src_asm.cc112 std::vector<gint> &buffer_coords, in gtk_source_view_get_lines() argument
118 buffer_coords.clear(); in gtk_source_view_get_lines()
135 buffer_coords.push_back(y); in gtk_source_view_get_lines()
155 buffer_coords.push_back(y); in gtk_source_view_get_lines()
/dports/graphics/silgraphite/silgraphite-2.3.1/wrappers/pangographite/
H A Dtesttext.c2265 GArray *buffer_coords, in get_lines() argument
2273 g_array_set_size (buffer_coords, 0); in get_lines()
2292 g_array_append_val (buffer_coords, y); in get_lines()
/dports/databases/tiledb/TileDB-2.5.2/test/src/
H A Dunit-capi-rest-dense_array.cc1347 auto buffer_coords = (uint64_t*)malloc(buffer_coords_size); variable
1368 ctx_, query, "d1", buffer_coords, &buffer_coords_size) == TILEDB_OK);
1384 free(buffer_coords);
H A Dunit-capi-sparse_array.cc2083 uint64_t buffer_coords[] = {3, 4, 4, 2, 3, 3}; in check_invalid_offsets() local
2084 void* buffers[] = {buffer_a2, buffer_a2_var, buffer_coords}; in check_invalid_offsets()
2086 sizeof(buffer_a2), sizeof(buffer_a2_var) - 1, sizeof(buffer_coords)}; in check_invalid_offsets()
6341 uint64_t buffer_coords[] = {1, 2, 3, 4}; variable
6343 uint64_t buffer_coords_size = sizeof(buffer_coords);
6351 ctx_, query, TILEDB_COORDS, buffer_coords, &buffer_coords_size);
6454 ctx_, query, TILEDB_COORDS, buffer_coords, &buffer_coords_size);
6470 ctx_, query, TILEDB_COORDS, buffer_coords, &buffer_coords_size);
/dports/x11-toolkits/gtk20/gtk+-2.24.33/tests/
H A Dtesttext.c2736 GArray *buffer_coords, in get_lines() argument
2744 g_array_set_size (buffer_coords, 0); in get_lines()
2763 g_array_append_val (buffer_coords, y); in get_lines()