Searched refs:ink_rect (Results 1 – 1 of 1) sorted by relevance
5269 PangoRectangle ink_rect; in count_cluster_cells() local5277 &ink_rect, NULL); in count_cluster_cells()5279 if (PANGO_RBEARING(ink_rect) > 0) in count_cluster_cells()5280 *last_glyph_rbearing = PANGO_RBEARING(ink_rect); in count_cluster_cells()5309 PangoRectangle ink_rect; in setup_zero_width_cluster() local5319 &ink_rect, &logical_rect); in setup_zero_width_cluster()5320 if (ink_rect.x < 0) in setup_zero_width_cluster()5329 glyph->geometry.x_offset = -width + MAX(0, width - ink_rect.width) / 2; in setup_zero_width_cluster()