summaryrefslogtreecommitdiffstats
path: root/printing/metafile_skia_wrapper.cc
Commit message (Expand)AuthorAgeFilesLines
* Cleanup misc nits in printing code.thestig2016-02-201-1/+1
* Cleanup misc nits in printing metafile code.thestig2016-02-131-1/+1
* The API of the metadata helpers doesn't depend on PlatformDevice.tomhudson2015-11-301-5/+3
* We're deprecating SkDevice usage in Chromium; this change shouldtomhudson2015-11-231-2/+2
* Change PDF scaling factor from double to float.pkasting2014-10-091-20/+0
* Replaced Metafile with PdfMetafileSkia in renderer.vitalybuka2014-09-121-3/+4
* printing: Use skia::RefPtr to replace manual ref-counting.danakj@chromium.org2012-12-041-4/+4
* A better fix for scaling issue.gene@chromium.org2012-05-091-1/+21
* Reland 103021: Printing preview of a PDF on Mac with Skia only previews the l...kmadhusu@chromium.org2011-09-281-29/+5
* Revert 103021 - PrintPreview: Printing preview of a PDF on Mac with Skia only...kmadhusu@chromium.org2011-09-271-5/+29
* PrintPreview: Printing preview of a PDF on Mac with Skia only previews the la...kmadhusu@chromium.org2011-09-271-29/+5
* Added SetDraftMode() and GetDraftMode() functions to |MetafileSkiaWrapper| cl...kmadhusu@chromium.org2011-08-021-1/+17
* Connect the right metafiles for print preview on Linux and Windows.vandebo@chromium.org2011-04-111-0/+53