Searched refs:cellcount (Results 1 – 1 of 1) sorted by relevance
5241 int cellcount = 0; in count_cluster_cells() local5261 ++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() local5835 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 …]