Home
last modified time | relevance | path

Searched refs:fPreferredCount (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkBitmapHeap.cpp71 , fPreferredCount(preferredSize) in SkBitmapHeap()
82 , fPreferredCount(preferredSize) in SkBitmapHeap()
153 SkASSERT(fPreferredCount != UNLIMITED_SIZE); in findEntryToReplace()
154 SkASSERT(fStorage.count() >= fPreferredCount); in findEntryToReplace()
178 if (UNLIMITED_SIZE == fPreferredCount) { in freeMemoryIfPossible()
285 if (fPreferredCount != UNLIMITED_SIZE) { in insert()
296 if (fPreferredCount != UNLIMITED_SIZE && fStorage.count() >= fPreferredCount) { in insert()
315 if (fPreferredCount != UNLIMITED_SIZE && fUnusedSlots.count() > 0) { in insert()
371 if (fPreferredCount != UNLIMITED_SIZE) { in insert()
DSkBitmapHeap.h289 const int32_t fPreferredCount; variable