summaryrefslogtreecommitdiffstats
path: root/skia/ext/vector_platform_device_emf_win.cc
Commit message (Expand)AuthorAgeFilesLines
* DrawToNativeContext is windows-only, so remove it from other portsreed2014-12-091-5/+0
* Roll src/third_party/skia 5adbf1b:6987dcafmalita2014-11-131-4/+4
* Roll src/third_party/skia b5fae93:c13bc57 (manual roll)fmalita2014-09-291-5/+7
* SkBitmap::Config is deprecated, use SkColorType insteadreed@google.com2014-07-081-1/+1
* setConfig is deprecated, use setInfo or allocPixels instead.reed@google.com2014-07-021-10/+1
* stop calling deprecated setConfigreed@google.com2014-06-181-9/+5
* Added OS specific structs initialization.vitalybuka@chromium.org2014-04-131-8/+7
* Make sure that last entry in "advances" array is initialized to 0.vitalybuka@chromium.org2014-04-111-3/+4
* switch to new virtual for createDevicereed@google.com2014-03-271-0/+9
* remove (unsupported) getDeviceCapabilitiesreed@google.com2014-03-141-4/+0
* replace deprecated SkScalarRound/Floor/Ceil calls with more explicit variantsreed@google.com2014-01-061-11/+11
* Add base:: to some string16s in skia/.dbeam@chromium.org2013-12-191-2/+2
* Override drawRRect in fake SkBitmapDevices.scroggo@google.com2013-11-131-0/+7
* 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