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

/haiku-fatelf/src/apps/serialconnect/libvterm/src/
H A Dstate.c208 int glyph_ends; local
211 for(glyph_ends = i + 1; glyph_ends < npoints; glyph_ends++)
212 if(!vterm_unicode_is_combining(codepoints[glyph_ends]))
215 chars = alloca(sizeof(uint32_t) * (glyph_ends - glyph_starts + 1));
217 for( ; i < glyph_ends; i++) {
222 chars[glyph_ends - glyph_starts] = 0;
228 printf("DEBUG: COMBINED GLYPH of %d chars {", glyph_ends - glyph_starts);
229 for(printpos = 0; printpos < glyph_ends
[all...]

Completed in 32 milliseconds