summaryrefslogtreecommitdiffstats
path: root/skia/ext/lazy_pixel_ref.h
Commit message (Expand)AuthorAgeFilesLines
* skia: Cleanup, delete lazy_pixel_ref.*tfarina2014-12-051-39/+0
* Standardize usage of virtual/override/final in skia/dcheng2014-10-221-1/+1
* remove SK_SUPPORT_LEGACY_PIXELREF_CONSTRUCTOR now that call-sites have been u...reed@google.com2014-01-021-5/+0
* Always use the SkPixelRef constructor that takes SkImageInfo, as the older fo...reed@google.com2013-12-101-0/+5
* Turn on lightweight image decode check.tomhudson@chromium.org2013-06-141-0/+4
* split lazy_pixel_ref.h into .cc and .h file to fix windows dbg buildqinmin@chromium.org2012-12-061-2/+2
* Add LazyPixelRef ctor/dtor to fix the link error of https://bugs.webkit.org/s...qinmin@chromium.org2012-11-301-0/+3
* add SkLazyPixelRef for lazy image decoding on impl threadqinmin@chromium.org2012-11-211-0/+32