/dports/textproc/xmlroff/xmlroff-0.6.3/xmlroff/libfo/area/ |
H A D | fo-area-layout.c | 292 GSList *line_heights = NULL; in fo_area_layout_set_layout() local 308 line_heights = in fo_area_layout_set_layout() 313 g_slist_reverse (line_heights); in fo_area_layout_set_layout() 423 indent, layout->line_heights); in _debug_dump_properties() 479 clone_layout->line_heights = g_slist_copy (original_layout->line_heights); in fo_area_layout_update_after_clone() 497 GSList *line_heights; in fo_area_layout_split_before_height() local 511 line_heights = layout->line_heights; in fo_area_layout_split_before_height() 668 line_heights = line_heights->next; in fo_area_layout_split_before_height() 688 GSList *line_heights; in fo_area_layout_split_before_height_check() local 702 line_heights = layout->line_heights; in fo_area_layout_split_before_height_check() [all …]
|
H A D | fo-area-layout-private.h | 29 GSList *line_heights; member
|
/dports/textproc/libfo/xmlroff-0.6.3/xmlroff/libfo/area/ |
H A D | fo-area-layout.c | 292 GSList *line_heights = NULL; in fo_area_layout_set_layout() local 308 line_heights = in fo_area_layout_set_layout() 313 g_slist_reverse (line_heights); in fo_area_layout_set_layout() 423 indent, layout->line_heights); in _debug_dump_properties() 479 clone_layout->line_heights = g_slist_copy (original_layout->line_heights); in fo_area_layout_update_after_clone() 497 GSList *line_heights; in fo_area_layout_split_before_height() local 511 line_heights = layout->line_heights; in fo_area_layout_split_before_height() 668 line_heights = line_heights->next; in fo_area_layout_split_before_height() 688 GSList *line_heights; in fo_area_layout_split_before_height_check() local 702 line_heights = layout->line_heights; in fo_area_layout_split_before_height_check() [all …]
|
H A D | fo-area-layout-private.h | 29 GSList *line_heights; member
|
/dports/print/lilypond-devel/lilypond-2.23.5/lily/ |
H A D | one-page-breaking.cc | 105 vector<Real> line_heights; in solve() local 115 line_heights.push_back (system->extent (system, Y_AXIS).length ()); in solve() 122 line_heights.push_back (stil->extent (Y_AXIS).length ()); in solve() 127 for (vsize i = 0; i < line_heights.size (); i++) in solve() 129 Real low_bound = line_heights[i] + line_posns[i]; in solve()
|
/dports/print/lilypond/lilypond-2.22.1/lily/ |
H A D | one-page-breaking.cc | 104 vector<Real> line_heights; in solve() local 114 line_heights.push_back (system->extent (system, Y_AXIS).length ()); in solve() 121 line_heights.push_back (stil->extent (Y_AXIS).length ()); in solve() 126 for (vsize i = 0; i < line_heights.size (); i++) in solve() 128 Real low_bound = line_heights[i] + line_posns[i]; in solve()
|
/dports/x11-toolkits/gtksourceview2/gtksourceview-2.10.5/gtksourceview/ |
H A D | gtksourcegutter.c | 770 GArray *line_heights, in get_lines() argument 782 if (line_heights != NULL) in get_lines() 783 g_array_set_size (line_heights, 0); in get_lines() 801 if (line_heights) in get_lines() 803 g_array_append_val (line_heights, height); in get_lines() 830 if (line_heights) in get_lines() 832 g_array_append_val (line_heights, height); in get_lines() 853 if (line_heights) in get_lines() 856 g_array_append_val (line_heights, height); in get_lines()
|
H A D | gtksourceview.c | 233 GArray *line_heights, 2094 GArray *line_heights, in gtk_source_view_get_lines() argument 2105 if (line_heights != NULL) in gtk_source_view_get_lines() 2106 g_array_set_size (line_heights, 0); in gtk_source_view_get_lines() 2123 if (line_heights) in gtk_source_view_get_lines() 2124 g_array_append_val (line_heights, height); in gtk_source_view_get_lines() 2148 if (line_heights) in gtk_source_view_get_lines() 2149 g_array_append_val (line_heights, height); in gtk_source_view_get_lines()
|
/dports/x11-toolkits/gtksourceview4/gtksourceview-4.8.1/gtksourceview/ |
H A D | gtksourcegutter.c | 693 GArray *line_heights; member 707 info->line_heights = g_array_new (FALSE, FALSE, sizeof (gint)); in lines_info_new() 719 g_array_free (info->line_heights, TRUE); in lines_info_free() 755 g_array_append_val (info->line_heights, height); in get_lines_info() 787 g_array_append_val (info->line_heights, height); in get_lines_info() 808 g_array_append_val (info->line_heights, height); in get_lines_info() 1032 background_area.height = g_array_index (info->line_heights, gint, i); in draw_cells()
|
H A D | gtksourceview.c | 286 GArray *line_heights, 2362 GArray *line_heights, in gtk_source_view_get_lines() argument 2372 if (line_heights != NULL) in gtk_source_view_get_lines() 2373 g_array_set_size (line_heights, 0); in gtk_source_view_get_lines() 2389 if (line_heights) in gtk_source_view_get_lines() 2391 g_array_append_val (line_heights, height); in gtk_source_view_get_lines() 2417 if (line_heights) in gtk_source_view_get_lines() 2418 g_array_append_val (line_heights, height); in gtk_source_view_get_lines()
|
/dports/x11-toolkits/gtksourceview3/gtksourceview-3.24.11/gtksourceview/ |
H A D | gtksourcegutter.c | 814 GArray *line_heights; member 828 info->line_heights = g_array_new (FALSE, FALSE, sizeof (gint)); in lines_info_new() 840 g_array_free (info->line_heights, TRUE); in lines_info_free() 876 g_array_append_val (info->line_heights, height); in get_lines_info() 908 g_array_append_val (info->line_heights, height); in get_lines_info() 929 g_array_append_val (info->line_heights, height); in get_lines_info() 1153 background_area.height = g_array_index (info->line_heights, gint, i); in draw_cells()
|
H A D | gtksourceview.c | 263 GArray *line_heights, 2327 GArray *line_heights, in gtk_source_view_get_lines() argument 2337 if (line_heights != NULL) in gtk_source_view_get_lines() 2338 g_array_set_size (line_heights, 0); in gtk_source_view_get_lines() 2354 if (line_heights) in gtk_source_view_get_lines() 2356 g_array_append_val (line_heights, height); in gtk_source_view_get_lines() 2382 if (line_heights) in gtk_source_view_get_lines() 2383 g_array_append_val (line_heights, height); in gtk_source_view_get_lines()
|