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

  /external/skia/src/effects/gradients/
SkGradientBitmapCache.h 25 const int fMaxEntries;
SkGradientBitmapCache.cpp 36 SkGradientBitmapCache::SkGradientBitmapCache(int max) : fMaxEntries(max) {
105 if (fEntryCount == fMaxEntries) {
121 SkASSERT(fEntryCount >= 0 && fEntryCount <= fMaxEntries);

Completed in 41 milliseconds