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 62 memset(fGlyphHash, 0, sizeof(fGlyphHash));
139 SkGlyph* glyph = fGlyphHash[index];
143 fGlyphHash[index] = glyph;
199 SkGlyph* glyph = fGlyphHash[index];
204 fGlyphHash[index] = glyph;
220 SkGlyph* glyph = fGlyphHash[index];
225 fGlyphHash[index] = glyph;
SkGlyphCache.h 239 SkGlyph* fGlyphHash[kHashCount];
250 // no reason to use the same kHashCount as fGlyphHash, but we do for now

Completed in 468 milliseconds