Searched refs:UNLIMITED_SIZE (Results 1 – 2 of 2) sorted by relevance
153 SkASSERT(fPreferredCount != UNLIMITED_SIZE); 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()
81 static const int32_t UNLIMITED_SIZE = -1; variable97 SkBitmapHeap(int32_t preferredSize = UNLIMITED_SIZE, int32_t ownerCount = IGNORE_OWNERS);112 SkBitmapHeap(ExternalStorage* externalStorage, int32_t heapSize = UNLIMITED_SIZE);