summaryrefslogtreecommitdiffstats
path: root/skia/ext/bitmap_platform_device_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Change PlatformBitmap memory ownership story. Fix CopyFromBackingStore thread...nick@chromium.org2013-02-021-24/+73
* Add skia::RefPtr class to wrap ref counted classes from Skia.danakj@chromium.org2012-12-041-8/+5
* Simplify platform_canvas.h by recognizing that PlatformCanvas does not actual...reed@google.com2012-11-141-5/+16
* Free the dibsection (HBITMAP) in PlatformBitmap's destructor, so we don't leak!reed@google.com2012-11-011-0/+6
* Introduce PlatformBitmap, which is a minimal helper class that wraps an SkBitmapreed@google.com2012-10-101-30/+58
* check for valid device before usingreed@google.com2012-09-241-1/+1
* Now that we can handle NULL from BitmapPlatformDevice::Create, remove thereed@google.com2012-09-181-66/+1
* Fix win32 error checking in platform_canvas_skia.cc by moving code into bitma...reveman@chromium.org2012-04-171-0/+64
* Don't get screen dc when creating BitmapPlatformDevicejbauman@chromium.org2012-04-101-14/+1
* Remove redundant memory clears when constructing BitmapPlatformDevice instanc...twiz@chromium.org2012-03-161-14/+28
* Skia DEPS roll to 3147epoger@chromium.org2012-02-101-1/+2
* Fix Coverity defects in skia/ext:vandebo@chromium.org2012-01-031-4/+3
* Revert 109461 - twiz@chromium.org2011-11-141-57/+0
* Re-introduction of release mode checks to determine the cause of CreateDIBSec...twiz@chromium.org2011-11-101-0/+57
* Revert 108023 - Debug checks to make it easier to find reason for CanvasT<>::...groby@chromium.org2011-11-031-34/+0
* Debug checks to make it easier to find reason for CanvasT<>::initialize crashgroby@chromium.org2011-10-311-0/+34
* CL removing inheritance of SkDevice from PlatformDevice. twiz@google.com2011-08-281-2/+2
* Revert 98230 - CL removing inheritance of SkDevice from PlatformDevice. twiz@chromium.org2011-08-251-2/+2
* CL removing inheritance of SkDevice from PlatformDevice. twiz@chromium.org2011-08-251-2/+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-19/+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
* Assert on BeginPlatformPaint/EndPlatformPaint mismatch.ctguil@chromium.org2011-05-111-0/+9
* Update Chrome's Skia Device to use the new device factory interface (http://c...vandebo@chromium.org2011-04-291-0/+4
* Fixed a few styles issues in skia::PlatformDevice. Made function names consis...alokp@chromium.org2011-04-061-3/+3
* rename getBitmapDC to beginPlatformPaint and add calls to endPlatformPaintvandebo@chromium.org2011-04-051-3/+4
* 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
* 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
* 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-59/+0
* Move BitmapPlatformDeviceData into its own header file.tony@chromium.org2010-08-311-55/+6
* Preserve optimized scrolling in the presence of multiple animating rects.darin@chromium.org2009-12-041-6/+9
* [Landing for Jonathon Dixon] Tiny code simplification/optimization: remove un...senorblanco@chromium.org2009-10-161-3/+2
* Refactor the PlatformContext layer to have only one class.brettw@chromium.org2009-06-141-33/+48
* Remove misleading comment - we no longer crash when CreateDIBSection() fails,brettw@google.com2009-06-111-6/+0
* Fix Skia includes to use the whole path name.brettw@chromium.org2009-05-191-4/+4
* Make non-rectangular clip region apply in the correct location.dglazkov@chromium.org2009-04-171-3/+0
* Pull WebKit deps to get transparency fixes, and rebaseline affected layout te...brettw@chromium.org2009-02-271-111/+23
* Reverting 7318.brettw@google.com2008-12-191-25/+41
* Reverting 7317.brettw@google.com2008-12-191-41/+25
* Remove base dependencies in the Windows-specific skia/ext code.brettw@google.com2008-12-191-25/+41