aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pdf/SkPDFDevice.cpp
Commit message (Expand)AuthorAge
* Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/30868...Gravatar commit-bot@chromium.org2014-05-30
* Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)Gravatar commit-bot@chromium.org2014-05-29
* setConfig -> setInfoGravatar commit-bot@chromium.org2014-05-29
* turn assert into not_implemented_yet for patheffects on textGravatar reed@google.com2014-05-22
* fix int/size_t warningsGravatar reed@google.com2014-04-18
* remove all references to legacy Config8888Gravatar reed@google.com2014-03-26
* Remove SkCanvas matrix ops return value.Gravatar commit-bot@chromium.org2014-03-18
* add new readPixels with direct memory parametersGravatar commit-bot@chromium.org2014-03-17
* getDeviceCapabilities is no longer need, so remove itGravatar commit-bot@chromium.org2014-03-13
* use colortype instead of configGravatar reed@google.com2014-02-20
* Make PDF clip code handle rrects.Gravatar commit-bot@chromium.org2014-02-16
* Store SkRRects in SkClipStackGravatar commit-bot@chromium.org2014-02-16
* Change device factories to take SkImageInfo instead of SkBitmap::ConfigGravatar commit-bot@chromium.org2014-02-16
* Drawing fake bold text, line and normal text made normal text bolder on PDF.Gravatar commit-bot@chromium.org2014-02-07
* Make SkImageFilter methods const.Gravatar commit-bot@chromium.org2014-02-05
* add installPixelsGravatar reed@google.com2014-01-24
* reenable vertices gm, adding picture supportGravatar reed@google.com2013-12-30
* [PDF] Fix clipping in xfermode improvement.Gravatar commit-bot@chromium.org2013-12-17
* [PDF] Fixes the cases where SkPDFDevice::finishContentEntry is called with em...Gravatar commit-bot@chromium.org2013-12-03
* remove SkFloatToScalar macroGravatar commit-bot@chromium.org2013-11-25
* More Windows 64b compilation warning fixesGravatar robertphillips@google.com2013-11-21
* Reverting r12315 (More Windows 64b compilation warning fixes) due to compilat...Gravatar robertphillips@google.com2013-11-20
* More Windows 64b compilation warning fixesGravatar robertphillips@google.com2013-11-20
* [PDF] Speculative fix for chrome crash w/ SRC xfer mode.Gravatar commit-bot@chromium.org2013-11-12
* Implement DPI for perspective bitmaps in PDF - we save the bitmap at the reso...Gravatar edisonn@google.com2013-11-11
* Add ability to ninepatch blurred rounded rectangleGravatar scroggo@google.com2013-11-08
* Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si...Gravatar reed@google.com2013-10-31
* Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t...Gravatar reed@google.com2013-10-31
* add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ...Gravatar reed@google.com2013-10-31
* Fix int/SkScalar mismatch.Gravatar vandebo@chromium.org2013-10-30
* [PDF] Improve complex xfer mode support.Gravatar vandebo@chromium.org2013-10-30
* PDF: support perspective in simple shaders. (this version does not work well ...Gravatar edisonn@google.com2013-10-24
* Add DPI stettings to SkDocument::CreatePDF(). Tests will be added in a future...Gravatar commit-bot@chromium.org2013-10-21
* Revert "PDF: support perspective in simple shaders. (this version does not wo...Gravatar vandebo@chromium.org2013-10-18
* PDF: support perspective in simple shaders. (this version does not work well ...Gravatar vandebo@chromium.org2013-10-18
* Implement perspective for bitmaps in pdf.Gravatar edisonn@google.com2013-10-16
* Add SkPDFDeviceFlatenner which extends SkPDFDevice to add support to flatten ...Gravatar commit-bot@chromium.org2013-10-14
* pdf: drawPath should pass the computed matrix, instead of default matrix stor...Gravatar edisonn@google.com2013-10-07
* Update PDF backend to support fallback fonts on Android.Gravatar djsollen@google.com2013-10-03
* [PDF] clear() and drawPaint() where applying the initial transform twice.Gravatar commit-bot@chromium.org2013-09-20
* pdf: report NYI features, and fail gracefully when something is not supported...Gravatar edisonn@google.com2013-09-19
* Replace SkTScopedPtr with SkAutoTDelete in Skia.Gravatar commit-bot@chromium.org2013-08-29
* Split SkDevice into SkBaseDevice and SkBitmapDeviceGravatar robertphillips@google.com2013-08-29
* Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromiu...Gravatar robertphillips@google.com2013-08-20
* 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