HomeSort by relevance Sort by last modified time
    Searched refs:UNLIMITED_SIZE (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkBitmapHeap.h 81 static const int32_t UNLIMITED_SIZE = -1;
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);
SkBitmapHeap.cpp 169 SkASSERT(fPreferredCount != UNLIMITED_SIZE);
194 if (UNLIMITED_SIZE == fPreferredCount) {
301 if (fPreferredCount != UNLIMITED_SIZE) {
312 if (fPreferredCount != UNLIMITED_SIZE && fStorage.count() >= fPreferredCount) {
331 if (fPreferredCount != UNLIMITED_SIZE && fUnusedSlots.count() > 0) {
387 if (fPreferredCount != UNLIMITED_SIZE) {
  /external/skia/src/core/
SkBitmapHeap.h 81 static const int32_t UNLIMITED_SIZE = -1;
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);
SkBitmapHeap.cpp 169 SkASSERT(fPreferredCount != UNLIMITED_SIZE);
194 if (UNLIMITED_SIZE == fPreferredCount) {
301 if (fPreferredCount != UNLIMITED_SIZE) {
312 if (fPreferredCount != UNLIMITED_SIZE && fStorage.count() >= fPreferredCount) {
331 if (fPreferredCount != UNLIMITED_SIZE && fUnusedSlots.count() > 0) {
387 if (fPreferredCount != UNLIMITED_SIZE) {

Completed in 149 milliseconds