HomeSort by relevance Sort by last modified time
    Searched defs:UNLIMITED_SIZE (Results 1 - 2 of 2) 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);
  /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);

Completed in 725 milliseconds