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

/external/chromium_org/third_party/skia/include/core/
H A DSkSurface.h147 fGenerationID = 0;
153 uint32_t fGenerationID; member in class:SkSurface
H A DSkPixelRef.h225 mutable uint32_t fGenerationID; member in class:SkPixelRef
228 // same fGenerationID as the original.
H A DSkPaint.h1101 uint32_t fGenerationID; member in class:SkPaint
H A DSkPath.h19 #define GEN_ID_INC fGenerationID++
20 #define GEN_ID_PTR_INC(ptr) (ptr)->fGenerationID++
43 SkPath(const SkPath&); // Copies fGenerationID on Android.
46 SkPath& operator=(const SkPath&); // Increments fGenerationID on Android.
953 uint32_t fGenerationID; member in class:SkPath
959 * On Android increments fGenerationID without reseting it.
965 * Doesn't change fGenerationID or fSourcePath on Android.
/external/skia/include/core/
H A DSkSurface.h147 fGenerationID = 0;
153 uint32_t fGenerationID; member in class:SkSurface
H A DSkPixelRef.h225 mutable uint32_t fGenerationID; member in class:SkPixelRef
228 // same fGenerationID as the original.
H A DSkPaint.h1101 uint32_t fGenerationID; member in class:SkPaint
H A DSkPath.h19 #define GEN_ID_INC fGenerationID++
20 #define GEN_ID_PTR_INC(ptr) (ptr)->fGenerationID++
43 SkPath(const SkPath&); // Copies fGenerationID on Android.
46 SkPath& operator=(const SkPath&); // Increments fGenerationID on Android.
953 uint32_t fGenerationID; member in class:SkPath
959 * On Android increments fGenerationID without reseting it.
965 * Doesn't change fGenerationID or fSourcePath on Android.
/external/chromium_org/third_party/skia/src/core/
H A DSkPathRef.h50 fPathRef->fGenerationID = 0;
162 ref->fGenerationID = buffer->readU32();
188 (*pathRef)->fGenerationID = 0;
208 SkDEBUGCODE(fGenerationID = 0xEEEEEEEE;)
253 bool genIDMatch = fGenerationID && fGenerationID == ref.fGenerationID;
282 if (0 == fGenerationID) {
283 fGenerationID = ref.genID();
284 } else if (0 == ref.fGenerationID) {
543 mutable int32_t fGenerationID; member in class:SkPathRef
[all...]
/external/skia/src/core/
H A DSkPathRef.h50 fPathRef->fGenerationID = 0;
162 ref->fGenerationID = buffer->readU32();
188 (*pathRef)->fGenerationID = 0;
208 SkDEBUGCODE(fGenerationID = 0xEEEEEEEE;)
253 bool genIDMatch = fGenerationID && fGenerationID == ref.fGenerationID;
282 if (0 == fGenerationID) {
283 fGenerationID = ref.genID();
284 } else if (0 == ref.fGenerationID) {
543 mutable int32_t fGenerationID; member in class:SkPathRef
[all...]

Completed in 243 milliseconds