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

  /external/skia/src/core/
SkBitmapHeap.cpp 93 for (int j = 0; j < fUnusedSlots.count(); j++) {
94 if (fUnusedSlots[j] == fStorage[i]->fSlot) {
196 fUnusedSlots.push(heapEntry->fSlot);
211 fUnusedSlots.reset();
315 if (fPreferredCount != UNLIMITED_SIZE && fUnusedSlots.count() > 0) {
317 fUnusedSlots.pop(&slot);
347 fUnusedSlots.push(entry->fSlot);
SkBitmapHeap.h 176 fStorage.count() - fUnusedSlots.count() == fLookupTable.count());
283 SkTDArray<int> fUnusedSlots;

Completed in 154 milliseconds