Searched refs:glyph_starts (Results 1 – 1 of 1) sorted by relevance
314 int glyph_starts = i; in on_text() local322 uint32_t chars[glyph_ends - glyph_starts + 1]; in on_text()325 chars[i - glyph_starts] = codepoints[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()