Searched refs:fMaxEntries (Results 1 – 4 of 4) sorted by relevance
43 : fMaxEntries(max) in GrGradientBitmapCache()113 if (fEntryCount == fMaxEntries) { in add()217 SkASSERT(fEntryCount >= 0 && fEntryCount <= fMaxEntries); in validate()
31 const int fMaxEntries; variable