summaryrefslogtreecommitdiff
path: root/pdf
AgeCommit message (Expand)Author
2014-03-26remove all references to legacy Config8888reed@google.com
2014-03-17add new readPixels with direct memory parameterscommit-bot@chromium.org
2014-03-13getDeviceCapabilities is no longer need, so remove itcommit-bot@chromium.org
2014-02-16Change device factories to take SkImageInfo instead of SkBitmap::Configcommit-bot@chromium.org
2014-02-05Make SkImageFilter methods const.commit-bot@chromium.org
2013-12-10Revert "[PDF] Fix font embedding restrictions."vandebo@chromium.org
2013-12-10[PDF] Fix font embedding restrictions.commit-bot@chromium.org
2013-11-11Implement DPI for perspective bitmaps in PDF - we save the bitmap at the reso...edisonn@google.com
2013-11-08Add ability to ninepatch blurred rounded rectanglescroggo@google.com
2013-10-30[PDF] Improve complex xfer mode support.vandebo@chromium.org
2013-10-21Add DPI stettings to SkDocument::CreatePDF(). Tests will be added in a future...commit-bot@chromium.org
2013-10-14Add SkPDFDeviceFlatenner which extends SkPDFDevice to add support to flatten ...commit-bot@chromium.org
2013-10-07pdf: drawPath should pass the computed matrix, instead of default matrix stor...edisonn@google.com
2013-10-03Use SkPicture::ExtractBitmap callback in pdf too, there is no need for a spec...commit-bot@chromium.org
2013-08-29Replace SkTScopedPtr with SkAutoTDelete in Skia.commit-bot@chromium.org
2013-08-29Split SkDevice into SkBaseDevice and SkBitmapDevicerobertphillips@google.com
2013-08-20Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromiu...robertphillips@google.com
2013-08-20Split SkDevice out of SkBitmapDevicerobertphillips@google.com
2013-08-16This CL plumbs in the drawBitmapRectToRect "bleed" flag and makes it live on ...commit-bot@chromium.org
2013-08-08Use Path Ops to generate PDF clipscommit-bot@chromium.org
2013-07-31Inverse fill support in PDFcommit-bot@chromium.org
2013-07-25drawBitmap* cleanuprobertphillips@google.com
2013-07-23Fix Clang build on SkPDFResourceDict (CL 18977002)commit-bot@chromium.org
2013-07-22Revert "Adds SkPDFResourceDict class, refactor existing code to use it."vandebo@chromium.org
2013-07-22Adds SkPDFResourceDict class, refactor existing code to use it.commit-bot@chromium.org
2013-07-19Revert "Adds SkPDFResourceDict class to manage resource dicts. Refactors exis...vandebo@chromium.org
2013-07-19Adds SkPDFResourceDict class to manage resource dicts. Refactors existing cod...commit-bot@chromium.org
2013-05-31Remove SK_API, from SkTSet. the template is not public.edisonn@google.com
2013-04-24Encode images with DCTDecode (JPEG) in PDFs if it makes sense. Fallback to Fl...edisonn@google.com
2013-04-05Fix more clang errors.tfarina@chromium.org
2013-04-02resubmit https://code.google.com/p/skia/source/detail?r=7883 (in the meantime weedisonn@google.com
2013-03-20Reverting r8233 (Use SkSet in PDF)robertphillips@google.com
2013-03-19resubmit https://code.google.com/p/skia/source/detail?r=7883 (in the meantime...edisonn@google.com
2013-03-12Update flag to reflect actual meaning.edisonn@google.com
2013-03-08PDF: add support for named destinations.epoger@google.com
2013-03-06Revert r8000 due to failures on some buildbotsepoger@google.com
2013-03-06PDF: add support for named destinations epoger@google.com
2013-02-28revert r7892edisonn@google.com
2013-02-27resubmit after fixing assert issue: https://codereview.appspot.com/6744050edisonn@google.com
2013-02-27Revert r7883edisonn@google.com
2013-02-27Use SkSet to fix issue when pdf generates an exp number of resources.edisonn@google.com
2013-02-12add custom implementation for drawBitmapRect to shield from changes in SkDeviceedisonn@google.com
2012-09-20remove use of SkRefPtr in public header (SkPDFDocument.h)reed@google.com
2012-09-20remove all SkRefPtr from SkPDFDevice.hreed@google.com
2012-09-19begin to skiafy PDF headers : removing use of SkRefPtrreed@google.com
2012-07-13[PDF] Add link annotations.vandebo@chromium.org
2012-07-13Added SkDevice onAttachToCanvas & onDetachFromCanvas methodsrobertphillips@google.com
2012-03-22[PDF] Move most of the headers to be private.vandebo@chromium.org
2012-03-21Move SkBitSet to utils.vandebo@chromium.org
2012-03-21Revert "[PDF] Move most of the headers to be private."vandebo@chromium.org