Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGlyphCache.h41 const SkGlyph& getUnicharAdvance(SkUnichar);
DSkPaint.cpp607 return cache->getUnicharAdvance(SkUTF8_NextUnichar(text)); in sk_getAdvance_utf8_next()
615 return cache->getUnicharAdvance(SkUTF16_NextUnichar((const uint16_t**)text)); in sk_getAdvance_utf16_next()
626 return cache->getUnicharAdvance(uni); in sk_getAdvance_utf32_next()
DSkGlyphCache.cpp104 const SkGlyph& SkGlyphCache::getUnicharAdvance(SkUnichar charCode) { in getUnicharAdvance() function in SkGlyphCache