Home
last modified time | relevance | path

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

/external/libvterm/src/
Dstate.c315 int glyph_ends; in on_text() local
316 for(glyph_ends = i + 1; glyph_ends < npoints; glyph_ends++) in on_text()
317 if(!vterm_unicode_is_combining(codepoints[glyph_ends])) in on_text()
322 uint32_t chars[glyph_ends - glyph_starts + 1]; in on_text()
324 for( ; i < glyph_ends; i++) { in on_text()
336 chars[glyph_ends - glyph_starts] = 0; in on_text()
341 printf("DEBUG: COMBINED GLYPH of %d chars {", glyph_ends - glyph_starts); in on_text()
342 for(printpos = 0; printpos < glyph_ends - glyph_starts; printpos++) in on_text()