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

/external/skia/include/core/
H A DSkPixelRef.h73 uint32_t getGenerationID() const;
77 getGenerationID().
H A DSkPath.h649 uint32_t getGenerationID() const;
H A DSkBitmap.h344 uint32_t getGenerationID() const;
348 getGenerationID().
H A DSkPaint.h827 uint32_t getGenerationID() const;
/external/skia/src/core/
H A DSkPixelRef.cpp66 uint32_t SkPixelRef::getGenerationID() const { function in class:SkPixelRef
H A DSkBitmap.cpp398 uint32_t SkBitmap::getGenerationID() const { function in class:SkBitmap
400 return fPixelRef->getGenerationID();
414 fRawPixelGenerationID = 0; // will grab next ID in getGenerationID
H A DSkPaint.cpp153 uint32_t SkPaint::getGenerationID() const { function in class:SkPaint
H A DSkPath.cpp157 uint32_t SkPath::getGenerationID() const { function in class:SkPath
/external/skia/src/pdf/
H A DSkPDFShader.cpp770 fPixelGeneration = fImage.getGenerationID();
/external/skia/src/gpu/
H A DSkGpuDevice.cpp1361 p0 = bitmap.getGenerationID();

Completed in 127 milliseconds