Searched refs:SkUTF16_NextUnichar (Results 1 – 9 of 9) sorted by relevance
198 SkUnichar SkUTF16_NextUnichar(const uint16_t** srcPtr) { in SkUTF16_NextUnichar() function270 size += SkUTF8_FromUnichar(SkUTF16_NextUnichar(&utf16), nullptr); in SkUTF16_ToUTF8()275 utf8 += SkUTF8_FromUnichar(SkUTF16_NextUnichar(&utf16), utf8); in SkUTF16_ToUTF8()
70 SkUnichar SkUTF16_NextUnichar(const uint16_t**);
510 *gptr++ = cache->unicharToGlyph(SkUTF16_NextUnichar(&text16)); in textToGlyphs()565 if (0 == cache->unicharToGlyph(SkUTF16_NextUnichar(&text))) { in containsText()620 return cache->getUnicharMetrics(SkUTF16_NextUnichar((const uint16_t**)text)); in sk_getMetrics_utf16_next()659 return cache->getUnicharAdvance(SkUTF16_NextUnichar((const uint16_t**)text)); in sk_getAdvance_utf16_next()
165 return SkUTF16_NextUnichar((const uint16_t**)text);
180 SkUnichar c = SkUTF16_NextUnichar(&ptr); in test_utf16()
56 return SkUTF16_NextUnichar((const uint16_t**)chars); in next_utf16()
1461 return SkUTF16_NextUnichar((const uint16_t**)chars); in next_utf16()
151 this->handleChar(SkUTF16_NextUnichar(&c)); in wndProc()
148 this->appendUnichar(SkUTF16_NextUnichar(&c16)); in SVGTextBuilder()