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

  /external/skia/src/core/
SkBitmapHeap.cpp 75 , fOwnerCount(ownerCount)
86 , fOwnerCount(IGNORE_OWNERS)
281 if (fOwnerCount != IGNORE_OWNERS) {
285 entry->addReferences(fOwnerCount);
367 if (fOwnerCount != IGNORE_OWNERS) {
371 entry->addReferences(fOwnerCount);
387 SkASSERT(fOwnerCount != IGNORE_OWNERS);
390 heapEntry->addReferences(fOwnerCount);
SkBitmapHeap.h 136 if (fOwnerCount != IGNORE_OWNERS) {
289 const int32_t fOwnerCount;

Completed in 2540 milliseconds