Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPaint.cpp355 const uint16_t* text16 = (const uint16_t*)text; in textToGlyphs() local
357 while (text16 < stop16) { in textToGlyphs()
358 *gptr++ = cache->unicharToGlyph(SkUTF16_NextUnichar(&text16)); in textToGlyphs()