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

  /external/skia/src/core/
SkGlyphCache.cpp 64 memset(fCharToGlyphHash, 0xFF, sizeof(fCharToGlyphHash));
101 const CharGlyphRec& rec = fCharToGlyphHash[ID2HashIndex(id)];
123 CharGlyphRec* rec = &fCharToGlyphHash[ID2HashIndex(id)];
153 CharGlyphRec* rec = &fCharToGlyphHash[ID2HashIndex(id)];
176 CharGlyphRec* rec = &fCharToGlyphHash[ID2HashIndex(id)];
SkGlyphCache.h 251 CharGlyphRec fCharToGlyphHash[kHashCount];

Completed in 141 milliseconds