Searched refs:glyph_ends (Results 1 – 1 of 1) sorted by relevance
272 int glyph_ends; in on_text() local273 for(glyph_ends = i + 1; glyph_ends < npoints; glyph_ends++) in on_text()274 if(!vterm_unicode_is_combining(codepoints[glyph_ends])) in on_text()279 uint32_t chars[glyph_ends - glyph_starts + 1]; in on_text()281 for( ; i < glyph_ends; i++) { in on_text()286 chars[glyph_ends - glyph_starts] = 0; in on_text()291 printf("DEBUG: COMBINED GLYPH of %d chars {", glyph_ends - glyph_starts); in on_text()292 for(printpos = 0; printpos < glyph_ends - glyph_starts; printpos++) in on_text()