summaryrefslogtreecommitdiffstats
path: root/skia/ext/bitmap_platform_device_win.cc
Commit message (Expand)AuthorAgeFilesLines
* setConfig is deprecated, use setInfo or allocPixels instead.reed@google.com2014-07-021-1/+1
* use non-deprecated version of installPixel() that takes colortablereed@google.com2014-06-031-2/+3
* SkDevice virtual changed from onCreateCompatibleDevice to onCreateDevicereed@google.com2014-02-221-4/+5
* call clear() instead of using deprecated API accessBitmap()reed@chromium.org2014-02-181-1/+1
* More instrumentation for GDI allocation failurescpu@chromium.org2014-02-111-54/+6
* remove custom pixelref, using new installPixels() instead.reed@google.com2014-02-041-66/+17
* Roll Skia DEPS to r12910robertphillips@google.com2014-01-061-1/+1
* remove SK_SUPPORT_LEGACY_PIXELREF_CONSTRUCTOR now that call-sites have been u...reed@google.com2013-12-201-9/+24
* In order to respect Win32 semantics (and appease Dr.Memory), stash the initia...senorblanco@chromium.org2013-12-041-5/+4
* Remove BitmapPlatformDeviceData, and merge its functionality into the appropr...senorblanco@chromium.org2013-12-021-43/+33
* Add diagnostic information for CreateDIBSection failuresjamesr@chromium.org2013-11-181-0/+58
* replace setIsOpaque (deprecated) with explicit SkAlphaTypereed@google.com2013-10-241-4/+4
* Skia r10995 landed the SkDevice refactoring in Skia. This CL rolls up to that...robertphillips@google.com2013-08-291-2/+2
* Skia is going to Split the SkDevice class into SkBaseDevice and SkBitmapDevic...robertphillips@google.com2013-08-261-4/+4
* 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