aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/PdfViewer
Commit message (Expand)AuthorAge
* remove SK_SUPPORT_LEGACY_COMPATIBLEDEVICE_CONFIGGravatar commit-bot@chromium.org2014-04-07
* SkNonCopyable should be used with private inheritance.Gravatar commit-bot@chromium.org2014-04-07
* De-virtualize SkCanvas matrix ops.Gravatar commit-bot@chromium.org2014-03-13
* De-virtualize SkCanvas save/restore.Gravatar commit-bot@chromium.org2014-03-12
* Revert of Revert of Revert "De-virtualize SkCanvas save/restore." (https://co...Gravatar commit-bot@chromium.org2014-03-12
* Revert of Revert "De-virtualize SkCanvas save/restore." (https://codereview.c...Gravatar commit-bot@chromium.org2014-03-11
* Revert "De-virtualize SkCanvas save/restore."Gravatar fmalita@google.com2014-03-11
* De-virtualize SkCanvas save/restore.Gravatar fmalita@google.com2014-03-11
* hide getTotalClip, so we can eventually remove it Gravatar commit-bot@chromium.org2014-03-08
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-03-01
* add new onClip* methods to SkCanvasGravatar robertphillips@google.com2014-02-28
* Revert of r13620 (add new onClip* methods to SkCanvas - https://codereview.ch...Gravatar robertphillips@google.com2014-02-28
* add new onClip* methods to SkCanvasGravatar robertphillips@google.com2014-02-28
* Factory methods for heap-allocated SkPathEffect and SkXfermode objects.Gravatar commit-bot@chromium.org2014-02-20
* Change device factories to take SkImageInfo instead of SkBitmap::ConfigGravatar commit-bot@chromium.org2014-02-16
* Small tweaks to be able to build everything target:Gravatar commit-bot@chromium.org2014-01-08
* Remove SkPdfNativeDoc::tokenizerOfStream.Gravatar scroggo@google.com2013-12-03
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-12-03
* Simplify SkPdfTokenLooper behavior.Gravatar scroggo@google.com2013-12-02
* Remove some PdfViewer warnings.Gravatar scroggo@google.com2013-12-02
* Separate and update PDF_DIFF_TRACE_IN_PNGGravatar scroggo@google.com2013-12-02
* Restructuring of PdfViewer code.Gravatar scroggo@google.com2013-12-02
* remove SkFloatToScalar macroGravatar commit-bot@chromium.org2013-11-25
* Move PdfTokenLooper into its own file.Gravatar scroggo@google.com2013-11-20
* Ifdef guard for SkPdfContext.Gravatar scroggo@google.com2013-11-20
* Move SkPdfContext into its own files.Gravatar scroggo@google.com2013-11-20
* Make changes based on talks with Edison.Gravatar scroggo@google.com2013-11-20
* Changes to SkTDStackNester.Gravatar scroggo@google.com2013-11-20
* Move SkTDStackNester into its own private file.Gravatar scroggo@google.com2013-11-20
* Hide unused gFormats.Gravatar mtklein@google.com2013-11-20
* Add missing (trivial) virtual destructors.Gravatar mtklein@google.com2013-11-20
* Pdfviewer refactoring.Gravatar scroggo@google.com2013-11-14
* Fix warnings and Win only error in pdf_viewer.Gravatar scroggo@google.com2013-11-14
* Include SkBitmapDevice for pdf_viewer.Gravatar scroggo@google.com2013-11-14
* pdfviewer: readobject can return null, and catalog can be nullGravatar edisonn@google.com2013-11-13
* drawPosTextOnPath is now deprecated, removing all overrides and implsGravatar reed@google.com2013-11-13
* pdfviewer: remove sqrt from the formula computing the scale (DPI is dots per ...Gravatar edisonn@google.com2013-11-12
* Add a script for running pdfviewer and comparing to existing results.Gravatar scroggo@google.com2013-11-12
* Use SkPathJoin and SkBasename in Pdfviewer.Gravatar scroggo@google.com2013-11-12
* pdfviewer: fix build break in windows (wrong return type on function)Gravatar edisonn@google.com2013-11-11
* pdfviewr: include what you use (stdio)Gravatar edisonn@google.com2013-11-07
* pdfviewer: fix typos (|| instead of |)Gravatar edisonn@google.com2013-11-07
* Fix Mac warning in PdfViewer.Gravatar scroggo@google.com2013-11-07
* Revert "If the path is a rect, call drawRect to raster the geometry in SkCanv...Gravatar bsalomon@google.com2013-10-22
* If the path is a rect, call drawRect to raster the geometry in SkCanvas::draw...Gravatar bsalomon@google.com2013-10-22
* Revert r11842 (call drawRect to try GrAARectRenderer if the path is a rect - ...Gravatar robertphillips@google.com2013-10-17
* If the path is a rect, call drawRect to raster the geometry in SkCanvas::draw...Gravatar commit-bot@chromium.org2013-10-17
* pdfviewer: more code comments + concat the pdf matrix with the existing matri...Gravatar edisonn@google.com2013-10-11
* pdfviewer: (more code cleanup): class documentation and commentsGravatar edisonn@google.com2013-10-11
* mode code cleanup (100c / l, comments)Gravatar edisonn@google.com2013-10-10