summaryrefslogtreecommitdiffstats
path: root/printing/pdf_metafile_skia.cc
Commit message (Expand)AuthorAgeFilesLines
* Use sk_sp-based picture recording APIsfmalita2016-03-221-3/+3
* pdf_metafile_skia: set metadata before drawing to pdfhalcanary2016-03-181-8/+8
* Cleanup misc nits in printing metafile code.thestig2016-02-131-17/+17
* printing/pdf_metafile_skia: stop using deprecated version of SkDocument::setM...halcanary2016-02-121-6/+7
* skia::PlatformCanvas is an alias for SkCanvas; this is unhelpful. It's quite ...tomhudson2016-01-281-1/+2
* Global conversion of Pass()→std::move() on OS==linuxdcheng2015-12-281-3/+3
* Switch to standard integer types in printing/.avi2015-12-211-0/+3
* PDF Printing: embed browser user agent string in PDF metadata.halcanary2015-11-061-1/+6
* PdfMetafileSkia: Embed Creator, CreationDate, and ModDate in PDF.halcanary2015-09-271-0/+20
* Cleanup code in printing/thestig2015-09-141-5/+6
* Cleanup: Fix some misc nits in printing code.thestig2015-07-161-4/+6
* Use SkPictureRecorder::endRecordingAsPicture() instead of endRecording()thestig2015-04-081-1/+1
* SkPDF Metafile: fix recording canvas scalinghalcanary2015-04-031-10/+16
* Removed unused code in skia/ext/vector_*.vitalybuka2015-02-061-2/+1
* Remove calls to deprecated SkPDFDevice and SkPDFDocuemnt.halcanary2015-01-221-85/+127
* Revert of Remove calls to deprecated SkPDFDevice and SkPDFDocuemnt. (patchset...halcanary2015-01-081-130/+85
* Remove calls to deprecated SkPDFDevice and SkPDFDocuemnt.halcanary2015-01-061-85/+130
* Cleanup: Update the path to gfx size headers.tfarina2015-01-031-1/+1
* Cleanup: Update the path to gfx rect headers.tfarina2014-12-311-1/+1
* Cleanup: Update the path to insets and point headers.tfarina2014-12-231-1/+1
* Revert of Remove calls to deprecated SkPDFDevice and SkPDFDocuemnt. (patchset...vitalybuka2014-11-181-150/+85
* Remove calls to deprecated SkPDFDevice and SkPDFDocuemnt.halcanary2014-11-171-85/+150
* PdfMetafileSkia gives out a SkCanvas, not a SkBaseDevice.halcanary2014-11-101-26/+36
* Extracted MetafilePlayer interface from printing::MetafilePlayer.vitalybuka2014-09-121-42/+21
* Change base/file_utils.h includes to base/files/file_utils.h in gin, google_a...thestig2014-09-051-1/+1
* Remove CreatePlatformFile from content shell.rvargas@chromium.org2014-03-151-1/+4
* Move WriteFile and WriteFileDescriptor from file_util to base namespace.brettw@chromium.org2014-03-061-6/+6
* Refactor base/safe_numerics.hjschuh@chromium.org2014-01-171-3/+3
* Remove references to SkAdvancedTypefaceMetrics::kNotEmbeddable_Fontvandebo@chromium.org2013-12-091-3/+3
* Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.mark@chromium.org2013-12-031-1/+1
* Skia is going to Split the SkDevice class into SkBaseDevice and SkBitmapDevic...robertphillips@google.com2013-08-261-1/+1
* Submitting https://codereview.chromium.org/23116003/ for Cihat Imamoglu.avayvod@chromium.org2013-08-191-1/+1
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-111-1/+1
* Only use skia::RefPtr for refcountingenne@chromium.org2013-05-181-5/+6
* Replace FilePath with base::FilePath in some more top level directories.brettw@chromium.org2013-02-101-1/+1
* Make printing build on Win64jschuh@chromium.org2013-01-211-2/+4
* Move eintr_wrapper.h from base to base/posixbrettw@chromium.org2012-11-141-1/+1
* roll skia to 4552reed@google.com2012-07-121-6/+6
* Mac printing: Autorotate printed pages so their orientation is the same as th...thestig@chromium.org2012-06-181-7/+2
* Fix new -Wnull-conversion violations detected by a newer clang.thakis@chromium.org2012-05-161-1/+1
* Remove workaround for fixed skia bug.vandebo@chromium.org2012-03-281-2/+0
* Roll Skia DEPS to 3470epoger@google.com2012-03-231-18/+13
* Revert "Roll Skia to 3470, which changes most of the pdf includes to be priva...vandebo@chromium.org2012-03-231-13/+18
* Roll Skia to 3470, which changes most of the pdf includes to be private.vandebo@chromium.org2012-03-231-18/+13
* Cleanup: Remove unneeded namespaces.thestig@chromium.org2011-10-181-1/+1
* CL removing inheritance of SkDevice from PlatformDevice. twiz@google.com2011-08-281-7/+4
* Revert 98230 - CL removing inheritance of SkDevice from PlatformDevice. twiz@chromium.org2011-08-251-4/+7
* CL removing inheritance of SkDevice from PlatformDevice. twiz@chromium.org2011-08-251-7/+4
* PrintPreview: Remove |page_number| from StartPageForVectorCanvas function and...kmadhusu@chromium.org2011-08-021-10/+7
* Make Metafile::StartPageForVectorCanvas take the page number as an argument.vandebo@chromium.org2011-07-231-9/+12