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

/external/skia/src/gpu/
H A DGrCacheable.cpp11 uint32_t GrCacheable::getGenerationID() const { function in class:GrCacheable
/external/chromium_org/third_party/skia/src/core/
H A DSkPixelRef.cpp119 // This is subtle. We must call that.getGenerationID() to make sure its genID isn't 0.
120 this->fGenerationID = that.getGenerationID();
198 uint32_t SkPixelRef::getGenerationID() const { function in class:SkPixelRef
H A DSkBitmap.cpp392 uint32_t SkBitmap::getGenerationID() const { function in class:SkBitmap
393 return (fPixelRef) ? fPixelRef->getGenerationID() : 0;
H A DSkPaint.cpp230 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.cpp147 // This is subtle. We must call that.getGenerationID() to make sure its genID isn't 0.
148 this->fGenerationID = that.getGenerationID();
243 uint32_t SkPixelRef::getGenerationID() const { function in class:SkPixelRef
H A DSkBitmap.cpp452 uint32_t SkBitmap::getGenerationID() const { function in class:SkBitmap
453 return (fPixelRef) ? fPixelRef->getGenerationID() : 0;
H A DSkPath.cpp292 uint32_t SkPath::getGenerationID() const { function in class:SkPath
H A DSkPaint.cpp236 uint32_t SkPaint::getGenerationID() const { function in class:SkPaint
/external/skia/include/core/
H A DSkShader.h399 uint32_t getGenerationID() const { return fGenerationID; } function in class:SkShader

Completed in 1000 milliseconds