Searched refs:fPackedUnicharIDToPackedGlyphID (Results 1 – 2 of 2) sorted by relevance
58 if (!fPackedUnicharIDToPackedGlyphID) { in getCharGlyphRec()59 fPackedUnicharIDToPackedGlyphID.reset(new CharGlyphRec[kHashCount]); in getCharGlyphRec()62 return &fPackedUnicharIDToPackedGlyphID[packedUnicharID.hash() & kHashMask]; in getCharGlyphRec()
245 std::unique_ptr<CharGlyphRec[]> fPackedUnicharIDToPackedGlyphID; variable