Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_gtk_x11.c5241 int cellcount = 0; in count_cluster_cells() local
5261 ++cellcount; in count_cluster_cells()
5263 cellcount += utf_char2cells(uc); in count_cluster_cells()
5267 && cellcount > 0 && next == glyphs->num_glyphs) in count_cluster_cells()
5283 if (cellcount > 0) in count_cluster_cells()
5286 return cellcount; in count_cluster_cells()
5833 int cellcount; in gui_gtk2_draw_string_ext() local
5835 cellcount = count_cluster_cells( in gui_gtk2_draw_string_ext()
5839 if (cellcount > 0) in gui_gtk2_draw_string_ext()
5859 item_cells += cellcount; in gui_gtk2_draw_string_ext()
[all …]