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

/external/chromium_org/third_party/skia/src/core/
H A DSkBitmapHeap.cpp64 , fLeastRecentlyUsed(NULL)
75 , fLeastRecentlyUsed(NULL)
122 SkASSERT(fLeastRecentlyUsed == entry);
123 fLeastRecentlyUsed = NULL;
129 if (fLeastRecentlyUsed == entry) {
131 fLeastRecentlyUsed = entry->fMoreRecentlyUsed;
139 SkASSERT(fLeastRecentlyUsed != entry);
153 if (NULL == fLeastRecentlyUsed) {
154 fLeastRecentlyUsed = entry;
163 SkBitmapHeap::LookupEntry* iter = fLeastRecentlyUsed;
[all...]
H A DSkBitmapHeap.h270 * recent. Points the LookupEntry's old neighbors at each other, and sets fLeastRecentlyUsed
295 LookupEntry* fLeastRecentlyUsed; member in class:SkBitmapHeap
/external/skia/src/core/
H A DSkBitmapHeap.cpp64 , fLeastRecentlyUsed(NULL)
75 , fLeastRecentlyUsed(NULL)
122 SkASSERT(fLeastRecentlyUsed == entry);
123 fLeastRecentlyUsed = NULL;
129 if (fLeastRecentlyUsed == entry) {
131 fLeastRecentlyUsed = entry->fMoreRecentlyUsed;
139 SkASSERT(fLeastRecentlyUsed != entry);
153 if (NULL == fLeastRecentlyUsed) {
154 fLeastRecentlyUsed = entry;
163 SkBitmapHeap::LookupEntry* iter = fLeastRecentlyUsed;
[all...]
H A DSkBitmapHeap.h270 * recent. Points the LookupEntry's old neighbors at each other, and sets fLeastRecentlyUsed
295 LookupEntry* fLeastRecentlyUsed; member in class:SkBitmapHeap

Completed in 153 milliseconds