summaryrefslogtreecommitdiffstats
path: root/printing/pdf_metafile_skia.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* roll skia to 1919reed@google.com2011-07-211-2/+2
* PrintPreview: Implement GetMetafileForCurrentPage() function in PdfMetafileSkia.kmadhusu@chromium.org2011-07-011-4/+25
* Print Preview: Remove unused draft mode code.thestig@chromium.org2011-06-291-3/+0
* roll skiareed@google.com2011-06-271-6/+13
* Add support to use Skia printing from Mac.caryclark@chromium.org2011-06-221-1/+31
* Print preview should use draft PDFs until it is ready to print to improve speed.kmadhusu@chromium.org2011-06-151-1/+6
* Do all the font UMA work in PdfMetafileSkia::FinishDocument.vandebo@chromium.org2011-06-021-20/+16
* Revert 87351 - Do all the font UMA work in PdfMetafileSkia::FinishDocument.vandebo@chromium.org2011-05-311-16/+20
* Do all the font UMA work in PdfMetafileSkia::FinishDocument.vandebo@chromium.org2011-05-311-20/+16
* Add metrics to determine what font types are being used with print preview.vandebo@chromium.org2011-05-301-0/+27
* Revert 87242 - Add metrics to determine what font types are being used with p...vandebo@chromium.org2011-05-301-27/+0
* Add metrics to determine what font types are being used with print preview.vandebo@chromium.org2011-05-301-0/+27
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-261-1/+1