summaryrefslogtreecommitdiffstats
path: root/skia/ext/bitmap_platform_device_mac.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant memory clears when constructing BitmapPlatformDevice instanc...twiz@chromium.org2012-03-161-6/+12
* Skia DEPS roll to 3147epoger@chromium.org2012-02-101-1/+2
* Fix Coverity defects in skia/ext:vandebo@chromium.org2012-01-031-3/+3
* Check for null contextcaryclark@google.com2011-10-061-2/+4
* CL removing inheritance of SkDevice from PlatformDevice. twiz@google.com2011-08-281-1/+2
* Revert 98230 - CL removing inheritance of SkDevice from PlatformDevice. twiz@chromium.org2011-08-251-2/+1
* CL removing inheritance of SkDevice from PlatformDevice. twiz@chromium.org2011-08-251-1/+2
* Stop using deprecated factory API for SkDevicereed@google.com2011-07-051-11/+5
* Revert 91504 - Stop using deprecated factory API for SkDevicereed@google.com2011-07-051-5/+11
* Stop using deprecated factory API for SkDevicereed@google.com2011-07-051-11/+5
* CL removing unused copy constructor and assignment operators on BitmapPlatfor...twiz@chromium.org2011-06-171-18/+0
* Removal of redundant method, PlatformDevice::IsVectorial. twiz@chromium.org2011-05-261-4/+0
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-261-10/+2
* Revert 86625 - This change implements a first pass in the effort to remove th...vandebo@chromium.org2011-05-251-2/+10
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-251-10/+2
* Update Chrome's Skia Device to use the new device factory interface (http://c...vandebo@chromium.org2011-04-291-4/+4
* mirror of http://codereview.chromium.org/6732027/reed@google.com2011-04-081-0/+7
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* roll skiareed@google.com2011-02-281-1/+2
* Revert 76069 - roll to rev. 846, includes change to SkDevice setMatrixClip() ...reed@google.com2011-02-251-2/+1
* roll to rev. 846, includes change to SkDevice setMatrixClip() interfacereed@google.com2011-02-251-1/+2
* Fix some of the more common chromium-style errors on the mac clang builder.erg@google.com2011-02-161-0/+8
* roll skia 636:673thakis@chromium.org2011-01-081-1/+2
* Revert "roll skia 636:673"thakis@chromium.org2011-01-071-2/+1
* roll skia 636:673thakis@chromium.org2011-01-071-1/+2
* Move base/mac_util.h to base/mac and use the base::mac namespace.brettw@chromium.org2011-01-011-2/+2
* Roll Skia deps to r621.vandebo@chromium.org2010-10-271-4/+4
* Update use of SkCanvas and SkDevice to match change in Skia:vandebo@chromium.org2010-10-151-0/+8
* Move BitmapPlatformDevice::makeOpaque into a shared filetony@chromium.org2010-09-021-49/+0
* Move BitmapPlatformDeviceData into its own header file.tony@chromium.org2010-08-311-58/+12
* Revert 53498 to see if it is causing filterRegions.svg to fail.brettw@chromium.org2010-07-231-7/+0
* Work around Skia's inability to handle degenerate bitmaps. brettw@chromium.org2010-07-231-0/+7
* Mac: Fix drawing when the device's transform has a scaling part.thakis@chromium.org2010-07-161-7/+2
* Preserve optimized scrolling in the presence of multiple animating rects.darin@chromium.org2009-12-041-6/+7
* Adjust color spaces so that Mac Chrome renders colors properly.amanda@chromium.org2009-09-031-4/+2
* Fix BitmapPlatformDevice::DrawToContext handling of NULL src_rect on Macstuartmorgan@google.com2009-07-231-5/+4
* Update WebKit to 45111 and Skia to 239amanda@chromium.org2009-06-251-0/+9
* Stop leaking CGBitmapContextRefs. Regression from r18363.mark@chromium.org2009-06-151-3/+17
* Rename CreateWithContext to Createmark@chromium.org2009-06-151-3/+5
* Properly use data when creating a bitmap platform canvas. Gets things paintingmark@chromium.org2009-06-151-23/+47
* Refactor the PlatformContext layer to have only one class.brettw@chromium.org2009-06-141-36/+35
* To help resolve the performance issue introduced when enabling the resize cor...mad@google.com2009-06-101-0/+12
* Fix Skia includes to use the whole path name.brettw@chromium.org2009-05-191-5/+4
* Remove executable bit from a bunch of files that shouldn't have it.evan@chromium.org2009-05-111-0/+0
* Remove unneeded uses of base/ref_counted.h.thestig@chromium.org2009-03-181-1/+1
* Fix memory leak of "screen size bitmap" (e.g. 1.5M if 750x548) jrg@chromium.org2009-03-071-5/+4
* Bitmap transportagl@chromium.org2009-02-201-15/+17
* Remove a bunch of base dependencies from skia/ext. The only nontrivial change isbrettw@chromium.org2009-01-141-6/+10
* Make Mac bitmaps use BGRA to match the MD5 hash Apple uses in its WebKit expe...pinkerton@google.com2009-01-061-2/+5
* Move the "platform" wrappers in skia/ext to the skia namespace.brettw@google.com2008-12-171-13/+13