Home
last modified time | relevance | path

Searched refs:lookupByPackedGlyphID (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkGlyphCache.cpp122 return *this->lookupByPackedGlyphID(packedGlyphID, kJustAdvance_MetricsType); in getGlyphIDAdvance()
140 return *this->lookupByPackedGlyphID(packedGlyphID, kFull_MetricsType); in getGlyphIDMetrics()
146 return *this->lookupByPackedGlyphID(packedGlyphID, kFull_MetricsType); in getGlyphIDMetrics()
158 return this->lookupByPackedGlyphID(combinedID, type); in lookupByChar()
160 return this->lookupByPackedGlyphID(rec->fPackedGlyphID, type); in lookupByChar()
164 SkGlyph* SkGlyphCache::lookupByPackedGlyphID(PackedGlyphID packedGlyphID, MetricsType type) { in lookupByPackedGlyphID() function in SkGlyphCache
DSkGlyphCache.h223 SkGlyph* lookupByPackedGlyphID(PackedGlyphID packedGlyphID, MetricsType type);