Searched defs:fGenerationID (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkPathHeap.h60 return a.fGenerationID < b.fGenerationID;
64 uint32_t fGenerationID; // the SkPath's generation ID member in class:SkPathHeap::LookupEntry
/external/skia/include/core/
H A DSkSurface.h193 fGenerationID = 0;
199 uint32_t fGenerationID; member in class:SkSurface
H A DSkPixelRef.h355 mutable uint32_t fGenerationID; member in class:SkPixelRef
H A DSkPathRef.h194 SkDEBUGCODE(fGenerationID = 0xEEEEEEEE;)
270 fGenerationID = kEmptyGenID;
320 fGenerationID = 0;
451 mutable uint32_t fGenerationID; member in class:SkPathRef
H A DSkShader.h399 uint32_t getGenerationID() const { return fGenerationID; }
400 void setGenerationID(uint32_t generationID) { fGenerationID = generationID; }
480 uint32_t fGenerationID; member in class:SkShader
H A DSkPaint.h1150 uint32_t fGenerationID; member in class:SkPaint
/external/skia/src/core/
H A DSkPathHeap.h60 return a.fGenerationID < b.fGenerationID;
64 uint32_t fGenerationID; // the SkPath's generation ID member in class:SkPathHeap::LookupEntry
/external/chromium_org/third_party/skia/include/core/
H A DSkSurface.h223 fGenerationID = 0;
230 uint32_t fGenerationID; member in class:SkSurface
H A DSkPixelRef.h359 mutable SkTRacy<uint32_t> fGenerationID; member in class:SkPixelRef
H A DSkPathRef.h195 SkDEBUGCODE(fGenerationID = 0xEEEEEEEE;)
271 fGenerationID = kEmptyGenID;
323 fGenerationID = 0;
455 mutable uint32_t fGenerationID; member in class:SkPathRef
H A DSkPaint.h1138 uint32_t fGenerationID; member in class:SkPaint

Completed in 163 milliseconds