Home
last modified time | relevance | path

Searched refs:line1_height (Results 1 – 3 of 3) sorted by relevance

/dports/x11/tint/tint2-78313502d3b26c217f5583a23ef571bc9e0edc45/src/util/
H A Darea.c932 int *line1_height, in area_compute_text_geometry() argument
942 line1_height, in area_compute_text_geometry()
954 *line1_width = *line1_height = 0; in area_compute_text_geometry()
979 int line1_height, line1_width, line2_height, line2_width; in text_area_compute_desired_size() local
985 &line1_height, in text_area_compute_desired_size()
1011 int line1_height, line1_width; in resize_text_area() local
1018 &line1_height, in resize_text_area()
1036 *line1_posy = (area->height - line1_height) / 2; in resize_text_area()
1039 *line2_posy = *line1_posy + line1_height; in resize_text_area()
1046 *line1_posy = (area->height - line1_height) / 2; in resize_text_area()
[all …]
H A Darea.h276 int *line1_height,
/dports/editors/calligra/calligra-3.2.1/libs/textlayout/tests/
H A DTestBlockLayout.cpp311 const qreal line1_height = 0.8 * lineheight; in testAdvancedLineSpacing() local
312 const qreal line2_y = line1_y + line1_height + 28.0 - lineheight; // bottom aligned in testAdvancedLineSpacing()
314 const qreal line3_y = line1_y + line1_height + line2_height; in testAdvancedLineSpacing()
316 const qreal line4_y = line1_y + line1_height + line2_height + line3_height; in testAdvancedLineSpacing()
318 const qreal line5_y = line1_y + line1_height + line2_height + line3_height + line4_height; in testAdvancedLineSpacing()
320 …const qreal line6_y = line1_y + line1_height + line2_height + line3_height + line4_height + line5_… in testAdvancedLineSpacing()
322 …const qreal line7_y = line1_y + line1_height + line2_height + line3_height + line4_height + line5_… in testAdvancedLineSpacing()