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