Searched refs:heapEntry (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkBitmapHeap.cpp161 SkBitmapHeapEntry* heapEntry = fStorage[iter->fStorageSlot]; local
162 if (heapEntry->fRefCount > 0) {
189 SkBitmapHeapEntry* heapEntry = fStorage[iter->fStorageSlot]; local
190 if (heapEntry->fRefCount > 0) {
197 heapEntry->fBitmap.reset();
199 fUnusedSlots.push(heapEntry->fSlot);
388 SkBitmapHeapEntry* heapEntry = this->getEntry(fDeferredEntries[i]); local
389 SkASSERT(heapEntry != NULL);
390 heapEntry->addReferences(fOwnerCount);

Completed in 74 milliseconds