summaryrefslogtreecommitdiffstats
path: root/skia/ext/skia_utils_ios.mm
Commit message (Expand)AuthorAgeFilesLines
* setConfig is deprecated, use setInfo or allocPixels instead.reed@google.com2014-07-021-7/+1
* Switch from (deprecated) setIsOpaque to setAlphaType.tfarina@chromium.org2013-11-061-2/+6
* mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.thakis@chromium.org2013-06-241-10/+13
* Adding iOS native support to load multi-resolution imagesnoyau@chromium.org2012-11-151-0/+27
* Preserve transparency when converting UIImage to SkBitmap.noyau@chromium.org2012-11-151-0/+1
* Use CGImage for conversion to SkBitmap.noyau@chromium.org2012-11-091-16/+3
* Sets the proper device scale factor on iOS.rohitrao@chromium.org2012-10-231-2/+4
* Properly flip the CGContext during UIImage->SkBitmap conversions.rohitrao@chromium.org2012-09-241-0/+6
* Adds an iOS implementation of gfx::Image.rohitrao@chromium.org2012-09-141-0/+77