Searched defs:UNLIMITED_SIZE (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkBitmapHeap.h81 static const int32_t UNLIMITED_SIZE = -1; member in class:SkBitmapHeap
87 * case where we choose to allow the heap to grow indefinitely (i.e. UNLIMITED_SIZE) we
97 SkBitmapHeap(int32_t preferredSize = UNLIMITED_SIZE, int32_t ownerCount = IGNORE_OWNERS);
112 SkBitmapHeap(ExternalStorage* externalStorage, int32_t heapSize = UNLIMITED_SIZE);

Completed in 52 milliseconds