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

  /external/chromium_org/third_party/skia/src/effects/gradients/
SkBitmapCache.cpp 37 fEntryCount = 0;
105 if (fEntryCount == fMaxEntries) {
108 fEntryCount -= 1;
113 fEntryCount += 1;
121 SkASSERT(fEntryCount >= 0 && fEntryCount <= fMaxEntries);
123 if (fEntryCount > 0) {
127 if (fEntryCount == 1) {
139 SkASSERT(count == fEntryCount);
SkBitmapCache.h 24 int fEntryCount;
  /external/skia/src/effects/gradients/
SkBitmapCache.cpp 37 fEntryCount = 0;
105 if (fEntryCount == fMaxEntries) {
108 fEntryCount -= 1;
113 fEntryCount += 1;
121 SkASSERT(fEntryCount >= 0 && fEntryCount <= fMaxEntries);
123 if (fEntryCount > 0) {
127 if (fEntryCount == 1) {
139 SkASSERT(count == fEntryCount);
SkBitmapCache.h 24 int fEntryCount;
  /external/chromium_org/third_party/skia/src/gpu/
GrResourceCache.cpp 89 fEntryCount = 0;
160 fEntryCount -= 1;
176 fEntryCount += 1;
180 if (fHighWaterEntryCount < fEntryCount) {
181 fHighWaterEntryCount = fEntryCount;
275 fEntryCount -= 1;
344 if (((fEntryCount+extraCount) > fMaxCount ||
408 if ((fEntryCount+extraCount) <= fMaxCount &&
444 SkASSERT(fEntryCount == fClientDetachedCount);
478 SkASSERT(both_zero_or_nonzero(fEntryCount, fEntryBytes))
    [all...]
GrResourceCache.h 229 int getCachedResourceCount() const { return fEntryCount; }
360 int fEntryCount;
  /external/skia/src/gpu/
GrResourceCache.cpp 89 fEntryCount = 0;
160 fEntryCount -= 1;
176 fEntryCount += 1;
180 if (fHighWaterEntryCount < fEntryCount) {
181 fHighWaterEntryCount = fEntryCount;
275 fEntryCount -= 1;
344 if (((fEntryCount+extraCount) > fMaxCount ||
408 if ((fEntryCount+extraCount) <= fMaxCount &&
444 SkASSERT(fEntryCount == fClientDetachedCount);
478 SkASSERT(both_zero_or_nonzero(fEntryCount, fEntryBytes))
    [all...]
GrResourceCache.h 229 int getCachedResourceCount() const { return fEntryCount; }
360 int fEntryCount;

Completed in 80 milliseconds