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

/external/chromium_org/third_party/skia/src/core/
H A DSkBitmapHeap.cpp49 if (a.fGenerationId < b.fGenerationId) {
51 } else if (a.fGenerationId > b.fGenerationId) {
181 if (replacement.getGenerationID() == iter->fGenerationId) {
H A DSkBitmapHeap.h222 : fGenerationId(bm.getGenerationID())
229 const uint32_t fGenerationId; // SkPixelRef GenerationID. member in struct:SkBitmapHeap::LookupEntry
/external/skia/src/core/
H A DSkBitmapHeap.cpp49 if (a.fGenerationId < b.fGenerationId) {
51 } else if (a.fGenerationId > b.fGenerationId) {
181 if (replacement.getGenerationID() == iter->fGenerationId) {
H A DSkBitmapHeap.h222 : fGenerationId(bm.getGenerationID())
229 const uint32_t fGenerationId; // SkPixelRef GenerationID. member in struct:SkBitmapHeap::LookupEntry

Completed in 115 milliseconds