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

  /external/skia/src/core/
SkBitmapHeap.cpp 49 if (a.fGenerationId < b.fGenerationId) {
51 } else if (a.fGenerationId > b.fGenerationId) {
168 if (replacement.getGenerationID() == iter->fGenerationId) {
SkBitmapHeap.h 213 : fGenerationId(bm.getGenerationID())
220 const uint32_t fGenerationId; // SkPixelRef GenerationID.

Completed in 63 milliseconds