From ddbbddabefe865cc52e4b89a9d45455b987129bd Mon Sep 17 00:00:00 2001 From: fmalita Date: Thu, 20 Aug 2015 08:47:26 -0700 Subject: SkImage method for detecting lazy decoding BUG=skia:4224 R=reed@google.com Review URL: https://codereview.chromium.org/1305453007 --- include/core/SkImage.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/core/SkImage.h') diff --git a/include/core/SkImage.h b/include/core/SkImage.h index 2a62135bdb..5b9e203175 100644 --- a/include/core/SkImage.h +++ b/include/core/SkImage.h @@ -288,6 +288,12 @@ public: */ bool asLegacyBitmap(SkBitmap*, LegacyBitmapMode) const; + /** + * Returns true if the image is backed by an image-generator or other src that creates + * (and caches) its pixels / texture on-demand. + */ + bool isLazyGenerated() const; + protected: SkImage(int width, int height, uint32_t uniqueID); -- cgit v1.2.3