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

  /external/chromium_org/third_party/skia/src/core/
SkBitmapHeap.h 82 static const int32_t IGNORE_OWNERS = -1;
97 SkBitmapHeap(int32_t preferredSize = UNLIMITED_SIZE, int32_t ownerCount = IGNORE_OWNERS);
145 if (fOwnerCount != IGNORE_OWNERS) {
208 * equal to IGNORE_OWNERS.
SkBitmapHeap.cpp 86 , fOwnerCount(IGNORE_OWNERS)
294 if (fOwnerCount != IGNORE_OWNERS) {
380 if (fOwnerCount != IGNORE_OWNERS) {
400 SkASSERT(fOwnerCount != IGNORE_OWNERS);
  /external/skia/src/core/
SkBitmapHeap.h 82 static const int32_t IGNORE_OWNERS = -1;
97 SkBitmapHeap(int32_t preferredSize = UNLIMITED_SIZE, int32_t ownerCount = IGNORE_OWNERS);
145 if (fOwnerCount != IGNORE_OWNERS) {
208 * equal to IGNORE_OWNERS.
SkBitmapHeap.cpp 86 , fOwnerCount(IGNORE_OWNERS)
294 if (fOwnerCount != IGNORE_OWNERS) {
380 if (fOwnerCount != IGNORE_OWNERS) {
400 SkASSERT(fOwnerCount != IGNORE_OWNERS);

Completed in 116 milliseconds