Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_gtk_x11.c5269 PangoRectangle ink_rect; in count_cluster_cells() local
5277 &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() local
5319 &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()