Searched refs:generationID (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkSurface.h112 uint32_t generationID();
132 * value to be returned from generationID() when it is called next.
H A DSkPaint.h939 void setGenerationID(uint32_t generationID);
/external/skia/include/core/
H A DSkSurface.h112 uint32_t generationID();
132 * value to be returned from generationID() when it is called next.
H A DSkShader.h400 void setGenerationID(uint32_t generationID) { fGenerationID = generationID; } argument
H A DSkPaint.h939 void setGenerationID(uint32_t generationID);
/external/chromium_org/third_party/skia/src/core/
H A DSkScaledImageCache.h99 * Search the cache for a matching bitmap (using generationID,
133 * Use (generationID, width, and height) or (original, scaleX,
193 Rec* findAndLock(uint32_t generationID, SkScalar sx, SkScalar sy,
H A DSkPaint.cpp240 void SkPaint::setGenerationID(uint32_t generationID) { argument
241 fGenerationID = generationID;
/external/chromium_org/third_party/skia/src/image/
H A DSkSurface.cpp92 uint32_t SkSurface::generationID() { function in class:SkSurface
/external/skia/src/core/
H A DSkScaledImageCache.h99 * Search the cache for a matching bitmap (using generationID,
133 * Use (generationID, width, and height) or (original, scaleX,
193 Rec* findAndLock(uint32_t generationID, SkScalar sx, SkScalar sy,
H A DSkPaint.cpp240 void SkPaint::setGenerationID(uint32_t generationID) { argument
241 fGenerationID = generationID;
/external/skia/src/image/
H A DSkSurface.cpp92 uint32_t SkSurface::generationID() { function in class:SkSurface
/external/chromium_org/cc/resources/
H A Dresource_provider.cc436 surface_generation_id_ = surface_ ? surface_->generationID() : 0u;
441 // generationID returns a non-zero, unique value corresponding to the content
444 return surface_ ? surface_generation_id_ != surface_->generationID() : false;

Completed in 307 milliseconds