Searched refs:fCharToGlyphHash (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkGlyphCache.cpp64 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)];
H A DSkGlyphCache.h253 CharGlyphRec fCharToGlyphHash[kHashCount]; member in class:SkGlyphCache

Completed in 58 milliseconds