aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pdf/SkPDFDevice.cpp
Commit message (Expand)AuthorAge
* Split SkDevice out of SkBitmapDeviceGravatar robertphillips@google.com2013-08-20
* This CL plumbs in the drawBitmapRectToRect "bleed" flag and makes it live on ...Gravatar commit-bot@chromium.org2013-08-16
* Use Path Ops to generate PDF clipsGravatar commit-bot@chromium.org2013-08-08
* Inverse fill support in PDFGravatar commit-bot@chromium.org2013-07-31
* drawBitmap* cleanupGravatar robertphillips@google.com2013-07-25
* Implemented transparent gradientsGravatar commit-bot@chromium.org2013-07-23
* Fix Clang build on SkPDFResourceDict (CL 18977002)Gravatar commit-bot@chromium.org2013-07-23
* Revert "Adds SkPDFResourceDict class, refactor existing code to use it."Gravatar vandebo@chromium.org2013-07-22
* Adds SkPDFResourceDict class, refactor existing code to use it.Gravatar commit-bot@chromium.org2013-07-22
* Revert "Adds SkPDFResourceDict class to manage resource dicts. Refactors exis...Gravatar vandebo@chromium.org2013-07-19
* Adds SkPDFResourceDict class to manage resource dicts. Refactors existing cod...Gravatar commit-bot@chromium.org2013-07-19
* [PDF] Use SkTypeface::countGlyphs instead of getAdvancedTypefaceMetricsGravatar commit-bot@chromium.org2013-07-17
* Reverting 10063 due to Win7 crashes in RenderPDFs stepGravatar robertphillips@google.com2013-07-13
* [PDF] Use SkTypeface::countGlyphs instead of getAdvancedTypefaceMetricsGravatar commit-bot@chromium.org2013-07-13
* Sort points for PDF's draw rect, to match raster and GPU implementation.Gravatar commit-bot@chromium.org2013-05-14
* Encode images with DCTDecode (JPEG) in PDFs if it makes sense. Fallback to Fl...Gravatar edisonn@google.com2013-04-24
* resubmit https://code.google.com/p/skia/source/detail?r=7883 (in the meantime weGravatar edisonn@google.com2013-04-02
* Don't pretend we can draw MaskFilters, it produces artifacts that make the te...Gravatar edisonn@google.com2013-03-24
* Reverting r8233 (Use SkSet in PDF)Gravatar robertphillips@google.com2013-03-20
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-20
* resubmit https://code.google.com/p/skia/source/detail?r=7883 (in the meantime...Gravatar edisonn@google.com2013-03-19
* move most of SkFontHost to private (preceeding making it all private)Gravatar reed@google.com2013-03-14
* PDF: add support for named destinations.Gravatar epoger@google.com2013-03-08
* Revert r8000 due to failures on some buildbotsGravatar epoger@google.com2013-03-06
* PDF: add support for named destinations Gravatar epoger@google.com2013-03-06
* PDF : Unused parameters cleanupGravatar sugoi@google.com2013-03-05
* revert r7892Gravatar edisonn@google.com2013-02-28
* resubmit after fixing assert issue: https://codereview.appspot.com/6744050Gravatar edisonn@google.com2013-02-27
* Revert r7883Gravatar edisonn@google.com2013-02-27
* Use SkSet to fix issue when pdf generates an exp number of resources.Gravatar edisonn@google.com2013-02-27
* add custom implementation for drawBitmapRect to shield from changes in SkDeviceGravatar edisonn@google.com2013-02-12
* Small code cleaup: remove redundant ifGravatar edisonn@google.com2013-02-06
* If the stack is too deep we could get Stack Overflow in pdf's ContentEntry's ...Gravatar edisonn@google.com2013-02-05
* [PDF] Handle invalid glyph IDs on drawText methods.Gravatar vandebo@chromium.org2013-01-25
* Expose geometry and gamma on device.Gravatar bungeman@google.com2013-01-22
* Remove SkRefPtrGravatar vandebo@chromium.org2013-01-04
* Revert "Remove SkRefPtr" - r7021Gravatar vandebo@chromium.org2013-01-04
* Remove SkRefPtrGravatar vandebo@chromium.org2013-01-04
* Make SkClipStack::Iter use SkClipStack::Element.Gravatar bsalomon@google.com2012-12-04
* remove all SkRefPtr from SkPDFDevice.hGravatar reed@google.com2012-09-20
* begin to skiafy PDF headers : removing use of SkRefPtrGravatar reed@google.com2012-09-19
* Made clarifying renamings to SkClipStack's iterators (and added to unit test)Gravatar robertphillips@google.com2012-07-20
* Fixed two sub-optimal iterator usesGravatar robertphillips@google.com2012-07-16
* [PDF] Add link annotations.Gravatar vandebo@chromium.org2012-07-13
* Added SkDevice onAttachToCanvas & onDetachFromCanvas methodsGravatar robertphillips@google.com2012-07-13
* Fixed Windows compiler complaintsGravatar robertphillips@google.com2012-07-10
* [PDF] Fix PDF code to not crash on SkComposeShader.Gravatar vandebo@chromium.org2012-06-28
* [PDF] Ensure that filling single line paths (with no area) does not draw anyt...Gravatar vandebo@chromium.org2012-05-09
* [PDF] Handle failures of matrix inversionGravatar vandebo@chromium.org2012-04-17
* Revert "[PDF] Handle failures of matrix inversion" while I investigate fixed ...Gravatar vandebo@chromium.org2012-04-17