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

/external/skia/src/core/
H A DSkBitmapHeap.cpp158 SkBitmapHeapEntry* heapEntry = fStorage[iter->fStorageSlot]; local
159 if (heapEntry->fRefCount > 0) {
186 SkBitmapHeapEntry* heapEntry = fStorage[iter->fStorageSlot]; local
187 if (heapEntry->fRefCount > 0) {
194 heapEntry->fBitmap.reset();
196 fUnusedSlots.push(heapEntry->fSlot);
385 SkBitmapHeapEntry* heapEntry = this->getEntry(fDeferredEntries[i]); local
386 SkASSERT(heapEntry != nullptr);
387 heapEntry->addReferences(fOwnerCount);

Completed in 71 milliseconds