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

/external/skia/src/core/
H A DSkBitmapHeap.cpp74 , fPreferredCount(preferredSize)
85 , fPreferredCount(preferredSize)
156 SkASSERT(fPreferredCount != UNLIMITED_SIZE);
157 SkASSERT(fStorage.count() >= fPreferredCount);
181 if (UNLIMITED_SIZE == fPreferredCount) {
288 if (fPreferredCount != UNLIMITED_SIZE) {
299 if (fPreferredCount != UNLIMITED_SIZE && fStorage.count() >= fPreferredCount) {
318 if (fPreferredCount != UNLIMITED_SIZE && fUnusedSlots.count() > 0) {
374 if (fPreferredCount !
[all...]
H A DSkBitmapHeap.h288 const int32_t fPreferredCount; member in class:SkBitmapHeap

Completed in 19 milliseconds