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

  /external/skia/src/core/
SkBitmapHeap.cpp 70 , fLeastRecentlyUsed(nullptr)
81 , fLeastRecentlyUsed(nullptr)
115 SkASSERT(fLeastRecentlyUsed == entry);
116 fLeastRecentlyUsed = nullptr;
122 if (fLeastRecentlyUsed == entry) {
124 fLeastRecentlyUsed = entry->fMoreRecentlyUsed;
132 SkASSERT(fLeastRecentlyUsed != entry);
146 if (nullptr == fLeastRecentlyUsed) {
147 fLeastRecentlyUsed = entry;
156 SkBitmapHeap::LookupEntry* iter = fLeastRecentlyUsed;
    [all...]
SkBitmapHeap.h 262 * recent. Points the LookupEntry's old neighbors at each other, and sets fLeastRecentlyUsed
287 LookupEntry* fLeastRecentlyUsed;

Completed in 717 milliseconds