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

  /external/chromium_org/third_party/skia/src/core/
SkGlyphCache.h 204 struct CharGlyphRec {
209 CharGlyphRec fCharToGlyphHash[kHashCount];
SkGlyphCache.cpp 149 const CharGlyphRec& rec = fCharToGlyphHash[ID2HashIndex(id)];
171 CharGlyphRec* rec = &fCharToGlyphHash[ID2HashIndex(id)];
201 CharGlyphRec* rec = &fCharToGlyphHash[ID2HashIndex(id)];
224 CharGlyphRec* rec = &fCharToGlyphHash[ID2HashIndex(id)];

Completed in 70 milliseconds