Searched refs:SkUTF16_NextUnichar (Results 1 – 13 of 13) sorted by relevance
275 SkUnichar SkUTF16_NextUnichar(const uint16_t** srcPtr) { in SkUTF16_NextUnichar() function347 size += SkUTF8_FromUnichar(SkUTF16_NextUnichar(&utf16), nullptr); in SkUTF16_ToUTF8()352 utf8 += SkUTF8_FromUnichar(SkUTF16_NextUnichar(&utf16), utf8); in SkUTF16_ToUTF8()
88 SkUnichar SkUTF16_NextUnichar(const uint16_t**);
102 (void)SkUTF16_NextUnichar(&prev); in count_utf16()
466 *gptr++ = cache->unicharToGlyph(SkUTF16_NextUnichar(&text16)); in textToGlyphs()521 if (0 == cache->unicharToGlyph(SkUTF16_NextUnichar(&text))) { in containsText()576 return cache->getUnicharMetrics(SkUTF16_NextUnichar((const uint16_t**)text)); in sk_getMetrics_utf16_next()615 return cache->getUnicharAdvance(SkUTF16_NextUnichar((const uint16_t**)text)); in sk_getAdvance_utf16_next()
97 return SkUTF16_NextUnichar((const uint16_t**)text); in nextUnichar()
454 (void)SkUTF16_NextUnichar(&prev); in count_utf16()
180 SkUnichar c = SkUTF16_NextUnichar(&ptr); in test_utf16()
244 eventHandled = window->onChar(SkUTF16_NextUnichar(&c), in WndProc()
58 return SkUTF16_NextUnichar((const uint16_t**)chars); in next_utf16()
1454 return SkUTF16_NextUnichar((const uint16_t**)chars); in next_utf16()
141 this->handleChar(SkUTF16_NextUnichar(&c)); in wndProc()
149 this->appendUnichar(SkUTF16_NextUnichar(&c16)); in SVGTextBuilder()
1252 SkUnichar uni = SkUTF16_NextUnichar(&utf16ptr); in make_clusterator()