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

  /external/skia/src/core/
SkPixelRef.cpp 67 fGenerationID = 0; // signal to rebuild
79 fGenerationID = buffer.readUInt();
105 buffer.writeUInt(fGenerationID);
145 if (0 == fGenerationID) {
146 fGenerationID = SkNextPixelRefGenerationID();
148 return fGenerationID;
158 fGenerationID = 0;
SkPathRef.h 84 fPathRef->fGenerationID = 0;
214 ref->fGenerationID = buffer->readU32();
251 (*pathRef)->fGenerationID = 0;
275 SkDEBUGCODE_X(fGenerationID = 0xEEEEEEEE;)
317 bool genIDMatch = fGenerationID && fGenerationID == ref.fGenerationID;
342 if (0 == fGenerationID) {
343 fGenerationID = ref.genID();
344 } else if (0 == ref.fGenerationID) {
    [all...]
SkPaint.cpp 39 #define GEN_ID_INC fGenerationID++
40 #define GEN_ID_INC_EVAL(expression) if (expression) { fGenerationID++; }
85 fGenerationID = 0;
143 uint32_t oldGenerationID = fGenerationID;
147 fGenerationID = oldGenerationID + 1;
155 //assumes that fGenerationID is the last field in the struct
156 return !memcmp(&a, &b, SK_OFFSETOF(SkPaint, fGenerationID));
166 uint32_t oldGenerationID = fGenerationID;
170 fGenerationID = oldGenerationID + 1;
176 return fGenerationID;
    [all...]
SkBitmap.cpp 1048 dst->pixelRef()->fGenerationID = fPixelRef->getGenerationID();
1088 pixelRef->fGenerationID = this->getGenerationID();
    [all...]
SkPath.cpp 230 fGenerationID = 0;
254 fGenerationID = src.fGenerationID;
397 return fGenerationID;
    [all...]
  /external/skia/include/core/
SkSurface.h 131 fGenerationID = 0;
137 uint32_t fGenerationID;
SkPixelRef.h 226 mutable uint32_t fGenerationID;
229 // same fGenerationID as the original.
SkPath.h 19 #define GEN_ID_INC fGenerationID++
20 #define GEN_ID_PTR_INC(ptr) ptr->fGenerationID++
    [all...]
SkPaint.h     [all...]
  /external/skia/legacy/src/core/
SkPixelRef.cpp 64 fGenerationID = 0; // signal to rebuild
74 fGenerationID = 0; // signal to rebuild
128 if (0 == fGenerationID) {
129 fGenerationID = SkNextPixelRefGenerationID();
131 return fGenerationID;
141 fGenerationID = 0;
SkPaint.cpp 36 #define GEN_ID_INC fGenerationID++
37 #define GEN_ID_INC_EVAL(expression) if (expression) { fGenerationID++; }
77 fGenerationID = 0;
131 uint32_t oldGenerationID = fGenerationID;
135 fGenerationID = oldGenerationID + 1;
143 //assumes that fGenerationID is the last field in the struct
144 return !memcmp(&a, &b, SK_OFFSETOF(SkPaint, fGenerationID));
154 uint32_t oldGenerationID = fGenerationID;
158 fGenerationID = oldGenerationID + 1;
164 return fGenerationID;
    [all...]
SkPath.cpp 123 fGenerationID = 0;
133 fGenerationID = src.fGenerationID;
191 return fGenerationID;
    [all...]
  /external/skia/src/image/
SkSurface.cpp 102 fGenerationID = 0;
106 if (0 == fGenerationID) {
107 fGenerationID = asSB(this)->newGenerationID();
109 return fGenerationID;
  /external/skia/legacy/include/core/
SkPixelRef.h 231 mutable uint32_t fGenerationID;
SkPath.h 17 #define GEN_ID_INC fGenerationID++
18 #define GEN_ID_PTR_INC(ptr) ptr->fGenerationID++
751 uint32_t fGenerationID;
SkPaint.h     [all...]

Completed in 315 milliseconds