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 75 memset(fGlyphHash, 0x00, sizeof(fGlyphHash));
96 glyphHashUsed += fGlyphHash[i] ? sizeof(fGlyphHash[0]) : 0;
109 ptrMem, glyphAlloc, imageUsed, glyphUsed, sizeof(fGlyphHash), glyphHashUsed, sizeof(CharGlyphRec) * kHashCount, uniHashUsed);
144 if (fGlyphHash[i] >= SkToU16(insertion_index)) {
145 fGlyphHash[i] += 1;
247 uint16_t glyph_index = fGlyphHash[hash_index];
253 fGlyphHash[hash_index] = glyph_index;
SkGlyphCache.h 214 uint16_t fGlyphHash[kHashCount];
215 // Contains the SkGlyphs that are used by fGlyphHash and fCharToGlyphHash. The zero element
227 // no reason to use the same kHashCount as fGlyphHash, but we do for now

Completed in 56 milliseconds