Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGlyphCache.cpp65 SkGlyphCache::CharGlyphRec* SkGlyphCache::getCharGlyphRec(PackedUnicharID packedUnicharID) { in getCharGlyphRec() argument
77 return &fPackedUnicharIDToPackedGlyphID[SkChecksum::CheapMix(packedUnicharID) & kHashMask]; in getCharGlyphRec()
90 PackedUnicharID packedUnicharID = SkGlyph::MakeID(charCode); in unicharToGlyph() local
91 const CharGlyphRec& rec = *this->getCharGlyphRec(packedUnicharID); in unicharToGlyph()
93 if (rec.fPackedUnicharID == packedUnicharID) { in unicharToGlyph()