summaryrefslogtreecommitdiffstats
path: root/skia/ext/vector_platform_device_emf_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Skia is going to Split the SkDevice class into SkBaseDevice and SkBitmapDevic...robertphillips@google.com2013-08-261-7/+7
* Roll Skia DEPS to r10765robertphillips@google.com2013-08-161-1/+2
* Roll Skia DEPS to r10377 & update skia/extrobertphillips@google.com2013-07-261-2/+1
* Use a direct include of strings headers in rlz/, sandbox/, skia/, sql/, sync/.avi@chromium.org2013-06-111-1/+1
* Custom implementation of VectorPlatformDeviceEmf::drawBitmapRect, to shield i...edisonn@google.com2013-02-121-0/+57
* Roll Skia DEPS to r7572 & add some suppressionsrobertphillips@google.com2013-02-051-1/+1
* Add skia::RefPtr class to wrap ref counted classes from Skia.danakj@chromium.org2012-12-041-2/+2
* This is a fix for http://code.google.com/p/chromium/issues/detail?id=128506 -...edisonn@google.com2012-11-211-8/+64
* Some printers has issue with metafiles produces from PDF so added switch and ...vitalybuka@chromium.org2012-08-221-4/+1
* Handle link annotations in Skia EMF device.vandebo@chromium.org2012-08-201-0/+5
* roll skia to 3891reed@google.com2012-05-101-0/+1
* ui/gfx: Do not use the deprecated SkBitmap::getConfig() function.tfarina@chromium.org2012-03-191-1/+1
* Remove redundant memory clears when constructing BitmapPlatformDevice instanc...twiz@chromium.org2012-03-161-1/+1
* Fix Coverity defects in skia/ext:vandebo@chromium.org2012-01-031-2/+7
* 1 Add ScopedGetDC and ScopedSelectObjectyosin@chromium.org2011-10-041-5/+6
* CL removing inheritance of SkDevice from PlatformDevice. twiz@google.com2011-08-281-9/+6
* Revert 98230 - CL removing inheritance of SkDevice from PlatformDevice. twiz@chromium.org2011-08-251-6/+9
* CL removing inheritance of SkDevice from PlatformDevice. twiz@chromium.org2011-08-251-9/+6
* support text drawing instead of assertingreed@google.com2011-07-211-28/+160
* Stop using deprecated factory API for SkDevicereed@google.com2011-07-051-15/+10
* Revert 91504 - Stop using deprecated factory API for SkDevicereed@google.com2011-07-051-10/+15
* Stop using deprecated factory API for SkDevicereed@google.com2011-07-051-15/+10
* Removal of redundant method, PlatformDevice::IsVectorial. twiz@chromium.org2011-05-261-0/+4
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-261-2/+2
* Revert 86625 - This change implements a first pass in the effort to remove th...vandebo@chromium.org2011-05-251-2/+2
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-251-2/+2
* 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-6/+9
* rename getBitmapDC to beginPlatformPaint and add calls to endPlatformPaintvandebo@chromium.org2011-04-051-3/+6
* Rename some printing classes and minor cleanups.vandebo@chromium.org2011-04-041-0/+727