HomeSort by relevance Sort by last modified time
    Searched refs:fPackedUnicharIDToPackedGlyphID (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkGlyphCache.h 245 std::unique_ptr<CharGlyphRec[]> fPackedUnicharIDToPackedGlyphID;
SkGlyphCache.cpp 58 if (!fPackedUnicharIDToPackedGlyphID) {
59 fPackedUnicharIDToPackedGlyphID.reset(new CharGlyphRec[kHashCount]);
62 return &fPackedUnicharIDToPackedGlyphID[packedUnicharID.hash() & kHashMask];

Completed in 209 milliseconds