Searched refs:fGenerationID (Results 1 - 22 of 22) 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
H A DSkPathRef.cpp26 fPathRef->fGenerationID = 0;
124 if (!buffer->readU32(&(ref->fGenerationID)) ||
159 (*pathRef)->fGenerationID = 0;
183 bool genIDMatch = fGenerationID && fGenerationID == ref.fGenerationID;
212 if (0 == fGenerationID) {
213 fGenerationID = ref.genID();
214 } else if (0 == ref.fGenerationID) {
215 ref.fGenerationID
[all...]
H A DSkPixelRef.cpp114 fGenerationID = 0;
120 this->fGenerationID = that.getGenerationID();
199 if (0 == fGenerationID) {
200 fGenerationID = SkNextPixelRefGenerationID();
203 return fGenerationID;
H A DSkPathHeap.cpp54 : fGenerationID(path.getGenerationID()), fStorageSlot(0) {
H A DSkPaint.cpp64 #define GEN_ID_INC fGenerationID++
65 #define GEN_ID_INC_EVAL(expression) if (expression) { fGenerationID++; }
102 fGenerationID = 0;
131 COPY(fGenerationID);
182 ++fGenerationID;
193 // Don't check fGenerationID, which can be different for logically equal paints.
221 uint32_t oldGenerationID = fGenerationID;
225 fGenerationID = oldGenerationID + 1;
231 return fGenerationID;
235 fGenerationID
[all...]
/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
H A DSkPathRef.cpp26 fPathRef->fGenerationID = 0;
124 if (!buffer->readU32(&(ref->fGenerationID)) ||
159 (*pathRef)->fGenerationID = 0;
183 bool genIDMatch = fGenerationID && fGenerationID == ref.fGenerationID;
212 if (0 == fGenerationID) {
213 fGenerationID = ref.genID();
214 } else if (0 == ref.fGenerationID) {
215 ref.fGenerationID
[all...]
H A DSkPixelRef.cpp132 fGenerationID = buffer.readUInt();
142 fGenerationID = 0;
148 this->fGenerationID = that.getGenerationID();
177 buffer.writeUInt(fGenerationID);
244 if (0 == fGenerationID) {
245 fGenerationID = SkNextPixelRefGenerationID();
248 return fGenerationID;
H A DSkPathHeap.cpp54 : fGenerationID(path.getGenerationID()), fStorageSlot(0) {
H A DSkShader.cpp47 fGenerationID = 0;
59 fGenerationID = 0;
H A DSkPaint.cpp65 #define GEN_ID_INC fGenerationID++
66 #define GEN_ID_INC_EVAL(expression) if (expression) { fGenerationID++; }
104 fGenerationID = 0;
134 COPY(fGenerationID);
187 ++fGenerationID;
198 // Don't check fGenerationID or fDirtyBits, which can be different for logically equal paints.
227 uint32_t oldGenerationID = fGenerationID;
231 fGenerationID = oldGenerationID + 1;
237 return fGenerationID;
241 fGenerationID
[all...]
/external/skia/src/image/
H A DSkSurface.cpp80 fGenerationID = 0;
89 fGenerationID = 0;
93 if (0 == fGenerationID) {
94 fGenerationID = asSB(this)->newGenerationID();
96 return fGenerationID;
/external/skia/include/core/
H A DSkSurface.h193 fGenerationID = 0;
199 uint32_t fGenerationID; member in class:SkSurface
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 DSkPixelRef.h355 mutable uint32_t fGenerationID; member in class:SkPixelRef
H A DSkPaint.h1150 uint32_t fGenerationID; member in class:SkPaint
/external/chromium_org/third_party/skia/src/image/
H A DSkSurface.cpp123 fGenerationID = 0;
131 fGenerationID = 0;
135 if (0 == fGenerationID) {
136 fGenerationID = asSB(this)->newGenerationID();
138 return fGenerationID;
/external/chromium_org/third_party/skia/include/core/
H A DSkSurface.h223 fGenerationID = 0;
230 uint32_t fGenerationID; member in class:SkSurface
H A DSkPathRef.h195 SkDEBUGCODE(fGenerationID = 0xEEEEEEEE;)
271 fGenerationID = kEmptyGenID;
323 fGenerationID = 0;
455 mutable uint32_t fGenerationID; member in class:SkPathRef
H A DSkPixelRef.h359 mutable SkTRacy<uint32_t> fGenerationID; member in class:SkPixelRef
H A DSkPaint.h1138 uint32_t fGenerationID; member in class:SkPaint

Completed in 640 milliseconds