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

  /external/skia/src/core/
SkGlyphCache.h 190 struct CharGlyphRec {
213 CharGlyphRec* getCharGlyphRec(SkPackedUnicharID id);
245 std::unique_ptr<CharGlyphRec[]> fPackedUnicharIDToPackedGlyphID;
SkGlyphCache.cpp 57 SkGlyphCache::CharGlyphRec* SkGlyphCache::getCharGlyphRec(SkPackedUnicharID packedUnicharID) {
59 fPackedUnicharIDToPackedGlyphID.reset(new CharGlyphRec[kHashCount]);
76 CharGlyphRec* rec = this->getCharGlyphRec(packedUnicharID);
141 CharGlyphRec* rec = this->getCharGlyphRec(id);

Completed in 131 milliseconds