summaryrefslogtreecommitdiffstats
path: root/printing/emf_win.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in printing/.avi2015-12-211-1/+3
* Cleanup code in printing/thestig2015-09-141-3/+3
* win: Fix remaining plugin warnings in ash, device, printing, sandbox.thakis2015-04-301-6/+4
* Update {virtual,override} to follow C++11 style in printing.nick2015-04-271-16/+16
* Moved StartPageForVectorCanvas from Metafile to PdfMetafileSkia.vitalybuka2014-11-051-3/+0
* Replacing the OVERRIDE with override and FINAL with final in /src/printinganujk.sharma2014-10-071-13/+13
* StartPage/EndPage from spooling code. Calling this from metafiles unreliable....vitalybuka2014-09-241-5/+1
* Extracted MetafilePlayer interface from printing::MetafilePlayer.vitalybuka2014-09-121-15/+6
* Delete temporarily dir for PDF to EMF conversion after EMF files closed.Vitaly Buka2014-09-091-0/+3
* Skia is going to Split the SkDevice class into SkBaseDevice and SkBitmapDevic...robertphillips@google.com2013-08-261-1/+1
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-3/+5
* Restored partial rasterization for AlphaBlend.vitalybuka@chromium.org2012-10-131-0/+4
* Some printers has issue with metafiles produces from PDF so added switch and ...vitalybuka@chromium.org2012-08-221-0/+12
* Restore DC before EndPage call to state if was just after StartPage. We need ...vitalybuka@chromium.org2012-06-201-6/+10
* Add OVERRIDE to printing/.avi@chromium.org2011-11-161-15/+17
* Cleanup: Remove unneeded forward declarations in printing, sandbox, and skia.thestig@chromium.org2011-11-141-1/+1
* Add printing.dll to the component build.darin@chromium.org2011-09-011-3/+3
* PrintPreview: Remove |page_number| from StartPageForVectorCanvas function and...kmadhusu@chromium.org2011-08-021-2/+2
* Make Metafile::StartPageForVectorCanvas take the page number as an argument.vandebo@chromium.org2011-07-231-2/+2
* Print Preview: Remove unused draft mode code.thestig@chromium.org2011-06-291-2/+0
* Print preview should use draft PDFs until it is ready to print to improve speed.kmadhusu@chromium.org2011-06-151-0/+2
* 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-4/+4
* Fix scaling issue in windows print preview.ctguil@chromium.org2011-04-201-2/+2
* Connect the right metafiles for print preview on Linux and Windows.vandebo@chromium.org2011-04-111-3/+3
* Added a DCHECK to validate the metafile page count while handling alpha blend...kmadhusu@chromium.org2011-04-011-2/+3
* Removing GetData helper from NativeMetafile interface and also renaming it to...dpapad@chromium.org2011-03-241-2/+7
* Cleanup NativeMetafile (win) interface and EMF class.vandebo@chromium.org2011-03-221-18/+11
* Unfork VectorPlatformCanvas.vandebo@chromium.org2011-03-211-0/+3
* Revert 78859 - Unfork VectorPlatformCanvas.vandebo@chromium.org2011-03-211-3/+0
* Unfork VectorPlatformCanvas.vandebo@chromium.org2011-03-211-0/+3
* Revert 78812 - Unfork VectorPlatformCanvas.vandebo@chromium.org2011-03-191-3/+0
* Unfork VectorPlatformCanvas.vandebo@chromium.org2011-03-191-0/+3
* 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/+9
* Revert 78666 - Cleanup NativeMetafile (win) interface and EMF class.vandebo@chromium.org2011-03-181-11/+18
* Cleanup NativeMetafile (win) interface and EMF class.vandebo@chromium.org2011-03-181-18/+11
* Revert 78662 - Unfork VectorPlatformCanvas.vandebo@chromium.org2011-03-181-4/+0
* Unfork VectorPlatformCanvas.vandebo@chromium.org2011-03-181-0/+4
* Stop overloading Init() in NativeMetafile.vandebo@chromium.org2011-03-171-1/+1
* Unifying NativeMetafile class interface (as much as possible) for Linux, Mac,...dpapad@chromium.org2011-03-161-60/+28
* Applying factory pattern (through NativeMetafileFactory class). It is used to...dpapad@chromium.org2011-03-021-21/+33
* Revert 76553 - Applying factory pattern (through NativeMetafileFactory class)...jam@chromium.org2011-03-021-33/+21
* Applying factory pattern (through NativeMetafileFactory class). It is used to...dpapad@chromium.org2011-03-021-21/+33
* Printing: Standardize on Metafile::Init, removing Emf::CreateFromData in thejhawkins@chromium.org2010-10-071-3/+3
* Added methods to create and read from file-backed metafiles to the Windows Em...sanjeevr@chromium.org2010-09-291-0/+8
* Removing emf record constructor that is not used.finnur@chromium.org2010-08-311-3/+1
* Added StartPage and EndPage methods to the Emf class because the GDI StartPag...sanjeevr@chromium.org2010-07-121-0/+6