Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGlyphCache.cpp73 fPackedUnicharIDToPackedGlyphID[i].fPackedGlyphID = 0; in getCharGlyphRec()
94 return SkGlyph::ID2Code(rec.fPackedGlyphID); in unicharToGlyph()
157 rec->fPackedGlyphID = combinedID; in lookupByChar()
160 return this->lookupByPackedGlyphID(rec->fPackedGlyphID, type); in lookupByChar()
DSkGlyphCache.h207 PackedGlyphID fPackedGlyphID; member