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

  /external/skia/src/core/
SkGlyphCache.cpp 68 memset(fGlyphHash, 0, sizeof(fGlyphHash));
156 SkGlyph* glyph = fGlyphHash[index];
160 fGlyphHash[index] = glyph;
216 SkGlyph* glyph = fGlyphHash[index];
221 fGlyphHash[index] = glyph;
237 SkGlyph* glyph = fGlyphHash[index];
242 fGlyphHash[index] = glyph;
SkGlyphCache.h 200 SkGlyph* fGlyphHash[kHashCount];
211 // no reason to use the same kHashCount as fGlyphHash, but we do for now

Completed in 105 milliseconds