Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkStrike.cpp63 return lookupByPackedGlyphID(id, kNothing_MetricsType); in getRawGlyphByID()
69 return *this->lookupByPackedGlyphID(packedGlyphID, kJustAdvance_MetricsType); in getGlyphIDAdvance()
75 return *this->lookupByPackedGlyphID(packedGlyphID, kFull_MetricsType); in getGlyphIDMetrics()
81 return *this->lookupByPackedGlyphID(packedGlyphID, kFull_MetricsType); in getGlyphIDMetrics()
91 SkGlyph* SkStrike::lookupByPackedGlyphID(SkPackedGlyphID packedGlyphID, MetricsType type) { in lookupByPackedGlyphID() function in SkStrike
DSkStrike.h183 SkGlyph* lookupByPackedGlyphID(SkPackedGlyphID packedGlyphID, MetricsType type);