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

  /external/chromium_org/third_party/skia/src/core/
SkBitmapHeap.cpp 75 , fOwnerCount(ownerCount)
86 , fOwnerCount(IGNORE_OWNERS)
294 if (fOwnerCount != IGNORE_OWNERS) {
298 entry->addReferences(fOwnerCount);
380 if (fOwnerCount != IGNORE_OWNERS) {
384 entry->addReferences(fOwnerCount);
400 SkASSERT(fOwnerCount != IGNORE_OWNERS);
403 heapEntry->addReferences(fOwnerCount);
SkBitmapHeap.h 145 if (fOwnerCount != IGNORE_OWNERS) {
298 const int32_t fOwnerCount;
  /external/skia/src/core/
SkBitmapHeap.cpp 75 , fOwnerCount(ownerCount)
86 , fOwnerCount(IGNORE_OWNERS)
294 if (fOwnerCount != IGNORE_OWNERS) {
298 entry->addReferences(fOwnerCount);
380 if (fOwnerCount != IGNORE_OWNERS) {
384 entry->addReferences(fOwnerCount);
400 SkASSERT(fOwnerCount != IGNORE_OWNERS);
403 heapEntry->addReferences(fOwnerCount);
SkBitmapHeap.h 145 if (fOwnerCount != IGNORE_OWNERS) {
298 const int32_t fOwnerCount;

Completed in 90 milliseconds