Searched refs:SkUTF16_NextUnichar (Results 1 – 7 of 7) sorted by relevance
340 SkUnichar SkUTF16_NextUnichar(const uint16_t** srcPtr) { in SkUTF16_NextUnichar() function412 size += SkUTF8_FromUnichar(SkUTF16_NextUnichar(&utf16), NULL); in SkUTF16_ToUTF8()417 utf8 += SkUTF8_FromUnichar(SkUTF16_NextUnichar(&utf16), utf8); in SkUTF16_ToUTF8()
448 *gptr++ = cache->unicharToGlyph(SkUTF16_NextUnichar(&text16)); in textToGlyphs()503 if (0 == cache->unicharToGlyph(SkUTF16_NextUnichar(&text))) { in containsText()558 return cache->getUnicharMetrics(SkUTF16_NextUnichar((const uint16_t**)text)); in sk_getMetrics_utf16_next()597 return cache->getUnicharAdvance(SkUTF16_NextUnichar((const uint16_t**)text)); in sk_getAdvance_utf16_next()669 return cache->getUnicharMetrics(SkUTF16_NextUnichar((const uint16_t**)text)); in sk_getMetrics_utf16_00()677 return cache->getUnicharMetrics(SkUTF16_NextUnichar((const uint16_t**)text), in sk_getMetrics_utf16_xy()
108 SkUnichar SkUTF16_NextUnichar(const uint16_t**);
180 SkUnichar c = SkUTF16_NextUnichar(&ptr); in test_utf16()
54 return SkUTF16_NextUnichar((const uint16_t**)chars); in next_utf16()
1454 return SkUTF16_NextUnichar((const uint16_t**)chars); in next_utf16()
147 this->appendUnichar(SkUTF16_NextUnichar(&c16)); in SVGTextBuilder()