summaryrefslogtreecommitdiffstats
path: root/printing/emf_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed "taking the address of a temporary object" warnings.vitalybuka@chromium.org2013-03-281-5/+8
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Replace FilePath with base::FilePath in some more top level directories.brettw@chromium.org2013-02-101-3/+3
* Restored partial rasterization for AlphaBlend.vitalybuka@chromium.org2012-10-131-21/+128
* Some printers has issue with metafiles produces from PDF so added switch and ...vitalybuka@chromium.org2012-08-221-11/+98
* Restore DC before EndPage call to state if was just after StartPage. We need ...vitalybuka@chromium.org2012-06-201-30/+37
* ui/gfx: Do not use the deprecated SkBitmap::getConfig() function.tfarina@chromium.org2012-03-191-1/+1
* Remove histograms from printing/emf_win.cc.thestig@chromium.org2012-02-231-10/+1
* PrintPreview: Remove |page_number| from StartPageForVectorCanvas function and...kmadhusu@chromium.org2011-08-021-2/+1
* Make Metafile::StartPageForVectorCanvas take the page number as an argument.vandebo@chromium.org2011-07-231-1/+2
* Stop using deprecated factory API for SkDevicereed@google.com2011-07-051-3/+3
* Revert 91504 - Stop using deprecated factory API for SkDevicereed@google.com2011-07-051-3/+3
* Stop using deprecated factory API for SkDevicereed@google.com2011-07-051-3/+3
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-261-1/+1
* Revert 86625 - This change implements a first pass in the effort to remove th...vandebo@chromium.org2011-05-251-1/+1
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-251-1/+1
* Fix print preview clipping issues due to scaling.ctguil@chromium.org2011-04-301-3/+3
* Fix scaling issue in windows print preview.ctguil@chromium.org2011-04-201-2/+1
* Rename some printing classes and minor cleanups.vandebo@chromium.org2011-04-041-4/+4
* Added a DCHECK to validate the metafile page count while handling alpha blend...kmadhusu@chromium.org2011-04-011-1/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Removing GetData helper from NativeMetafile interface and also renaming it to...dpapad@chromium.org2011-03-241-2/+2
* Cleanup NativeMetafile (win) interface and EMF class.vandebo@chromium.org2011-03-221-26/+16
* Unfork VectorPlatformCanvas.vandebo@chromium.org2011-03-211-1/+13
* Revert 78859 - Unfork VectorPlatformCanvas.vandebo@chromium.org2011-03-211-13/+1
* Unfork VectorPlatformCanvas.vandebo@chromium.org2011-03-211-1/+13
* Revert 78812 - Unfork VectorPlatformCanvas.vandebo@chromium.org2011-03-191-13/+1
* Unfork VectorPlatformCanvas.vandebo@chromium.org2011-03-191-1/+13
* Renaming NativeMetafile related methods to more appropriate names.dpapad@chromium.org2011-03-191-1/+1
* Unifying StartPage across all platformsdpapad@chromium.org2011-03-181-1/+6
* Revert 78666 - Cleanup NativeMetafile (win) interface and EMF class.vandebo@chromium.org2011-03-181-16/+26
* Cleanup NativeMetafile (win) interface and EMF class.vandebo@chromium.org2011-03-181-26/+16
* Revert 78662 - Unfork VectorPlatformCanvas.vandebo@chromium.org2011-03-181-13/+0
* Unfork VectorPlatformCanvas.vandebo@chromium.org2011-03-181-0/+13
* Stop overloading Init() in NativeMetafile.vandebo@chromium.org2011-03-171-2/+2
* Unifying NativeMetafile class interface (as much as possible) for Linux, Mac,...dpapad@chromium.org2011-03-161-8/+8
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-4/+4
* When printing a page containing alpha blending on a printer which doesn't sup...senorblanco@chromium.org2011-01-121-0/+2
* Reset AssertHandler in IPCMessageTest.Metafile.sanjeevr@chromium.org2010-11-121-1/+0
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* Printing: Standardize on Metafile::Init, removing Emf::CreateFromData in thejhawkins@chromium.org2010-10-071-8/+8
* Added methods to create and read from file-backed metafiles to the Windows Em...sanjeevr@chromium.org2010-09-291-0/+19
* Removing emf record constructor that is not used.finnur@chromium.org2010-08-311-4/+1
* Added StartPage and EndPage methods to the Emf class because the GDI StartPag...sanjeevr@chromium.org2010-07-121-0/+60
* Move more files to toplevel gfx.ben@chromium.org2010-03-191-1/+1
* Move image codec stuff to toplevel gfx.ben@chromium.org2010-03-181-2/+2
* Move base/gfx contents to gfx/ben@chromium.org2010-03-141-1/+1
* Changes made to the printing logic to allow plugins to participate in the bro...sanjeevr@chromium.org2010-03-121-1/+84
* Make SharedMemory use uint32 instead of size_t. This removes the remaining s...jam@chromium.org2010-02-161-8/+7
* Move Emf class to the printing library. Also creates a platform agnostic Nat...sverrir@google.com2009-07-061-0/+317