Searched defs:getGenerationID (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkPixelRef.cpp145 // This is subtle. We must call that.getGenerationID() to make sure its genID isn't 0.
146 this->fGenerationID = that.getGenerationID();
231 uint32_t SkPixelRef::getGenerationID() const { function in class:SkPixelRef
H A DSkBitmap.cpp512 uint32_t SkBitmap::getGenerationID() const { function in class:SkBitmap
513 return (fPixelRef) ? fPixelRef->getGenerationID() : 0;
H A DSkPaint.cpp183 uint32_t SkPaint::getGenerationID() const { function in class:SkPaint
H A DSkPath.cpp292 uint32_t SkPath::getGenerationID() const { function in class:SkPath
/external/skia/src/core/
H A DSkPixelRef.cpp145 // This is subtle. We must call that.getGenerationID() to make sure its genID isn't 0.
146 this->fGenerationID = that.getGenerationID();
231 uint32_t SkPixelRef::getGenerationID() const { function in class:SkPixelRef
H A DSkBitmap.cpp512 uint32_t SkBitmap::getGenerationID() const { function in class:SkBitmap
513 return (fPixelRef) ? fPixelRef->getGenerationID() : 0;
H A DSkPaint.cpp183 uint32_t SkPaint::getGenerationID() const { function in class:SkPaint
H A DSkPath.cpp292 uint32_t SkPath::getGenerationID() const { function in class:SkPath

Completed in 200 milliseconds