summaryrefslogtreecommitdiff
path: root/pdf
AgeCommit message (Expand)Author
2014-04-18fix int/size_t warningsreed@google.com
2014-04-07SkNonCopyable should be used with private inheritance.commit-bot@chromium.org
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-03-11Drop executable flag from headers so that they can be packagedrobertphillips@google.com
2014-02-20use colortype instead of configreed@google.com
2014-02-20Offer single-param version of deepCopyTo -- much easier to migrate to colortypescommit-bot@chromium.org
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-17deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #de...reed@google.com
2013-12-17remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floatsreed@google.com
2013-12-11[PDF] Fix font width generation when glyph 0 is used.commit-bot@chromium.org
2013-12-11[PDF] Fix bug in ToUnicode table generation for Type 3 fonts.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-12-05Fix refcounting bug for Type1 font usage with more than 255 characters.commit-bot@chromium.org
2013-12-05Fix compilation with SK_ENABLE_INST_COUNT=1commit-bot@chromium.org
2013-12-03[PDF] Fixes the cases where SkPDFDevice::finishContentEntry is called with em...commit-bot@chromium.org
2013-12-02Reverting r12427rmistry@google.com
2013-12-02Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-11-26Revert "Revert "remove kA1_Config, as it is no longer supported""commit-bot@chromium.org
2013-11-25Revert "remove kA1_Config, as it is no longer supported"reed@google.com
2013-11-25remove SkFloatToScalar macrocommit-bot@chromium.org
2013-11-25remove kA1_Config, as it is no longer supportedreed@google.com
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-24[PDF] Add unpremultiply support and a GM (try5)vandebo@chromium.org
2013-10-24PDF: support perspective in simple shaders. (this version does not work well ...edisonn@google.com
2013-10-23Revert "[PDF] Add unpremultiply support and a GM (try4)"vandebo@chromium.org
2013-10-23[PDF] Add unpremultiply support and a GM (try4)vandebo@chromium.org
2013-10-21Add DPI stettings to SkDocument::CreatePDF(). Tests will be added in a future...commit-bot@chromium.org
2013-10-18Revert "[PDF] Add unpremultiply support and a GM (try3)."vandebo@chromium.org
2013-10-18[PDF] Add unpremultiply support and a GM (try3).vandebo@chromium.org