Searched defs:ink_rect (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/widgets/
H A Druler.cpp594 PangoRectangle ink_rect; local
598 pango_layout_get_pixel_extents (layout, &ink_rect, NULL);
600 size = 2 + ink_rect.height * 1.7;
1146 PangoRectangle logical_rect, ink_rect; local
1161 pango_layout_get_extents (layout, &ink_rect, &logical_rect);
1163 digit_height = PANGO_PIXELS (ink_rect.height) + 2;
1164 digit_offset = ink_rect.y;

Completed in 16 milliseconds