Searched refs:glyph_ends (Results 1 - 1 of 1) sorted by relevance

/external/libvterm/src/
H A Dstate.c221 int glyph_ends; local
222 for(glyph_ends = i + 1; glyph_ends < npoints; glyph_ends++)
223 if(!vterm_unicode_is_combining(codepoints[glyph_ends]))
228 uint32_t chars[glyph_ends - glyph_starts + 1];
230 for( ; i < glyph_ends; i++) {
235 chars[glyph_ends - glyph_starts] = 0;
240 printf("DEBUG: COMBINED GLYPH of %d chars {", glyph_ends - glyph_starts);
241 for(printpos = 0; printpos < glyph_ends
[all...]

Completed in 133 milliseconds