Searched refs:fPreferredCount (Results 1 – 2 of 2) sorted by relevance
74 , 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()
288 const int32_t fPreferredCount; variable