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

  /external/skia/src/core/
SkGlyphCache.h 209 kHashCount = 1 << kHashBits,
210 kHashMask = kHashCount - 1
214 uint16_t fGlyphHash[kHashCount];
227 // no reason to use the same kHashCount as fGlyphHash, but we do for now
SkGlyphCache.cpp 95 for (int i = 0; i < kHashCount; ++i) {
109 ptrMem, glyphAlloc, imageUsed, glyphUsed, sizeof(fGlyphHash), glyphHashUsed, sizeof(CharGlyphRec) * kHashCount, uniHashUsed);
130 fCharToGlyphHash.reset(kHashCount);
133 for (int i = 0; i <kHashCount; ++i) {
143 for (int i = 0; i < kHashCount; ++i) {
149 for (int i = 0; i < kHashCount; ++i) {

Completed in 43 milliseconds