Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGlyphCache.cpp58 if (!fPackedUnicharIDToPackedGlyphID) { in getCharGlyphRec()
59 fPackedUnicharIDToPackedGlyphID.reset(new CharGlyphRec[kHashCount]); in getCharGlyphRec()
62 return &fPackedUnicharIDToPackedGlyphID[packedUnicharID.hash() & kHashMask]; in getCharGlyphRec()
DSkGlyphCache.h245 std::unique_ptr<CharGlyphRec[]> fPackedUnicharIDToPackedGlyphID; variable