Home
last modified time | relevance | path

Searched refs:fEntryCount (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/gpu/gradients/
H A DGrGradientBitmapCache.cpp45 fEntryCount = 0; in GrGradientBitmapCache()
113 if (fEntryCount == fMaxEntries) { in add()
116 fEntryCount -= 1; in add()
121 fEntryCount += 1; in add()
217 SkASSERT(fEntryCount >= 0 && fEntryCount <= fMaxEntries); in validate()
219 if (fEntryCount > 0) { in validate()
223 if (fEntryCount == 1) { in validate()
235 SkASSERT(count == fEntryCount); in validate()
H A DGrGradientBitmapCache.h30 int fEntryCount; member in GrGradientBitmapCache

Completed in 1 milliseconds