Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGlyphCache.h47 const SkGlyph& getGlyphIDAdvance(uint16_t);
DSkGlyphCache.cpp192 const SkGlyph& SkGlyphCache::getGlyphIDAdvance(uint16_t glyphID) { in getGlyphIDAdvance() function in SkGlyphCache
DSkPaint.cpp620 return cache->getGlyphIDAdvance(glyphID); in sk_getAdvance_glyph_next()