Searched refs:lookupByPackedGlyphID (Results 1 – 2 of 2) sorted by relevance
122 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
223 SkGlyph* lookupByPackedGlyphID(PackedGlyphID packedGlyphID, MetricsType type);