OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IGNORE_OWNERS
(Results
1 - 2
of
2
) 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
.
/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
.
Completed in 506 milliseconds