summaryrefslogtreecommitdiff
path: root/pdf/SkPDFDevice.cpp
AgeCommit message (Expand)Author
2014-04-18fix int/size_t warningsreed@google.com
2014-03-26remove all references to legacy Config8888reed@google.com
2014-03-18Remove SkCanvas matrix ops return value.commit-bot@chromium.org
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-20use colortype instead of configreed@google.com
2014-02-16Make PDF clip code handle rrects.commit-bot@chromium.org
2014-02-16Store SkRRects in SkClipStackcommit-bot@chromium.org
2014-02-16Change device factories to take SkImageInfo instead of SkBitmap::Configcommit-bot@chromium.org
2014-02-07Drawing fake bold text, line and normal text made normal text bolder on PDF.commit-bot@chromium.org
2014-02-05Make SkImageFilter methods const.commit-bot@chromium.org
2014-01-24add installPixelsreed@google.com
2013-12-30reenable vertices gm, adding picture supportreed@google.com
2013-12-17[PDF] Fix clipping in xfermode improvement.commit-bot@chromium.org
2013-12-03[PDF] Fixes the cases where SkPDFDevice::finishContentEntry is called with em...commit-bot@chromium.org
2013-11-25remove SkFloatToScalar macrocommit-bot@chromium.org
2013-11-21More Windows 64b compilation warning fixesrobertphillips@google.com
2013-11-20Reverting r12315 (More Windows 64b compilation warning fixes) due to compilat...robertphillips@google.com
2013-11-20More Windows 64b compilation warning fixesrobertphillips@google.com
2013-11-12[PDF] Speculative fix for chrome crash w/ SRC xfer mode.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-31Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si...reed@google.com
2013-10-31Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t...reed@google.com
2013-10-31add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ...reed@google.com
2013-10-30Fix int/SkScalar mismatch.vandebo@chromium.org
2013-10-30[PDF] Improve complex xfer mode support.vandebo@chromium.org
2013-10-24PDF: support perspective in simple shaders. (this version does not work well ...edisonn@google.com
2013-10-21Add DPI stettings to SkDocument::CreatePDF(). Tests will be added in a future...commit-bot@chromium.org
2013-10-18Revert "PDF: support perspective in simple shaders. (this version does not wo...vandebo@chromium.org
2013-10-18PDF: support perspective in simple shaders. (this version does not work well ...vandebo@chromium.org
2013-10-16Implement perspective for bitmaps in pdf.edisonn@google.com
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-03Update PDF backend to support fallback fonts on Android.djsollen@google.com
2013-09-20[PDF] clear() and drawPaint() where applying the initial transform twice.commit-bot@chromium.org
2013-09-19pdf: report NYI features, and fail gracefully when something is not supported...edisonn@google.com
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-23Implemented transparent gradientscommit-bot@chromium.org
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