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 246 struct CharGlyphRec {
251 CharGlyphRec fCharToGlyphHash[kHashCount];
SkGlyphCache.cpp 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)];

Completed in 222 milliseconds