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

  /external/skia/src/core/
SkGlyphCache_Globals.h 36 fCacheCount = 0;
87 int32_t fCacheCount;
SkGlyphCache.cpp 410 return fCacheCount;
659 if (fCacheCount > fCacheCountLimit) {
660 countNeeded = fCacheCount - fCacheCountLimit;
662 countNeeded = SkMax32(countNeeded, fCacheCount >> 2);
707 fCacheCount += 1;
712 SkASSERT(fCacheCount > 0);
713 fCacheCount -= 1;
755 SkASSERTF(fCacheCount == computedCount, "fCacheCount: %d, computedCount: %d", fCacheCount,
    [all...]
  /external/skqp/src/core/
SkGlyphCache_Globals.h 36 fCacheCount = 0;
87 int32_t fCacheCount;
SkGlyphCache.cpp 414 return fCacheCount;
665 if (fCacheCount > fCacheCountLimit) {
666 countNeeded = fCacheCount - fCacheCountLimit;
668 countNeeded = SkMax32(countNeeded, fCacheCount >> 2);
713 fCacheCount += 1;
718 SkASSERT(fCacheCount > 0);
719 fCacheCount -= 1;
761 SkASSERTF(fCacheCount == computedCount, "fCacheCount: %d, computedCount: %d", fCacheCount,
    [all...]

Completed in 62 milliseconds