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

/seL4-refos-master/libs/libvterm/src/
H A Dstate.c215 int glyph_ends; local
216 for(glyph_ends = i + 1; glyph_ends < npoints; glyph_ends++)
217 if(!vterm_unicode_is_combining(codepoints[glyph_ends]))
222 uint32_t chars[glyph_ends - glyph_starts + 1];
224 for( ; i < glyph_ends; i++) {
229 chars[glyph_ends - glyph_starts] = 0;
234 printf("DEBUG: COMBINED GLYPH of %d chars {", glyph_ends - glyph_starts);
235 for(printpos = 0; printpos < glyph_ends
[all...]
/seL4-refos-master/projects/refos/impl/libs/libvterm/src/
H A Dstate.c215 int glyph_ends; local
216 for(glyph_ends = i + 1; glyph_ends < npoints; glyph_ends++)
217 if(!vterm_unicode_is_combining(codepoints[glyph_ends]))
222 uint32_t chars[glyph_ends - glyph_starts + 1];
224 for( ; i < glyph_ends; i++) {
229 chars[glyph_ends - glyph_starts] = 0;
234 printf("DEBUG: COMBINED GLYPH of %d chars {", glyph_ends - glyph_starts);
235 for(printpos = 0; printpos < glyph_ends
[all...]

Completed in 79 milliseconds