Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkBitmapHeap.cpp74 , fPreferredCount(preferredSize) in SkBitmapHeap()
85 , fPreferredCount(preferredSize) in SkBitmapHeap()
156 SkASSERT(fPreferredCount != UNLIMITED_SIZE); in findEntryToReplace()
157 SkASSERT(fStorage.count() >= fPreferredCount); in findEntryToReplace()
181 if (UNLIMITED_SIZE == fPreferredCount) { in freeMemoryIfPossible()
288 if (fPreferredCount != UNLIMITED_SIZE) { in insert()
299 if (fPreferredCount != UNLIMITED_SIZE && fStorage.count() >= fPreferredCount) { in insert()
318 if (fPreferredCount != UNLIMITED_SIZE && fUnusedSlots.count() > 0) { in insert()
374 if (fPreferredCount != UNLIMITED_SIZE) { in insert()
DSkBitmapHeap.h288 const int32_t fPreferredCount; variable