Searched refs:text16 (Results 1 – 1 of 1) sorted by relevance
355 const uint16_t* text16 = (const uint16_t*)text; in textToGlyphs() local357 while (text16 < stop16) { in textToGlyphs()358 *gptr++ = cache->unicharToGlyph(SkUTF16_NextUnichar(&text16)); in textToGlyphs()