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

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

Completed in 131 milliseconds