summaryrefslogtreecommitdiff
path: root/pdf
AgeCommit message (Expand)Author
2011-05-18[PDF] Implement clear xfermode with a mask instead of pushing the clip down.vandebo@chromium.org
2011-05-17[PDF] Improve path effect and drawPath(prePathMatrix) support.vandebo@chromium.org
2011-05-17get tests closer to passing for SKIA_SCALAR=fixedepoger@google.com
2011-05-13[PDF] Add support for SrcIn, SrcOut, DstIn, DstOut xfermodes.vandebo@chromium.org
2011-05-11[PDF] Fix Chrome crash - don't assume that SkDraw.fClipStack != NULL.vandebo@chromium.org
2011-05-09[PDF] Add a ToUnicode mapping for fonts.vandebo@chromium.org
2011-05-09[PDF] (regression) Update font if size changes.vandebo@chromium.org
2011-05-09[PDF] Fix bug in graphic state comparison.vandebo@chromium.org
2011-05-09[PDF] Add support for Clear, Src, Dst, DstOver xfermodes.vandebo@chromium.org
2011-05-09[PDF] Fix setting of existing clip for layers.vandebo@chromium.org
2011-05-09[PDF] Refactor content stream creation in SkPDFDevice to support more xfermodes.vandebo@chromium.org
2011-05-02[PDF] Fix fallout from r1217.vandebo@chromium.org
2011-04-29PDF Device should report non-transformed size for width and height.ctguil@chromium.org
2011-04-28fix warnings about possibly-uninitialized-variablesreed@google.com
2011-04-27[PDF] Fix warnings on Windows.vandebo@chromium.org
2011-04-26make SkDeviceFactory reference countedmike@reedtribe.org
2011-04-15[PDF] Implement clear() method and a couple fixes.vandebo@chromium.org
2011-04-15[PDF] If the clip is empty, we shouldn't bother actually drawing anything.vandebo@chromium.org
2011-04-11Generalize the flip origin argument to the PDF device constructor.vandebo@chromium.org
2011-04-08[PDF] Fix node count in page tree.vandebo@chromium.org
2011-04-04[PDF] Make the NOT_IMPLEMENTED macro not print anything by default.vandebo@chromium.org
2011-03-30Improve the SkAdvancedTypefaceMetrics interface w.r.t. vertical advances.vandebo@chromium.org
2011-03-28Store content streams in an SkStream instead of an SkString (64k size limit).vandebo@chromium.org
2011-03-21convert fixed->scalar directly, since we know that thereed@google.com
2011-03-18fix scalar math to work with float and fixedreed@google.com
2011-03-10Use Type3 fonts for platforms that don't yet support SkFontHost::GetAdvancedT...vandebo@chromium.org
2011-03-09Correction of the non-portable use of dynamically allocated stack arrays in thetwiz@google.com
2011-03-08Enable compiling the PDF backend by default in the makefile.vandebo@chromium.org
2011-03-08[PDF] Add support for Shaders.vandebo@chromium.org
2011-03-07fix warnings in VS 2010reed@google.com
2011-03-05[PDF] Re add line accidentally removed in r892.vandebo@chromium.org
2011-03-04Add SkPDFUtils.cpp to build.ctguil@chromium.org
2011-03-04PDF Type3 Support.ctguil@chromium.org
2011-03-04[PDF] Restrict scalars to the range that PDF understands.vandebo@chromium.org
2011-02-28[PDF] Fix broken encoding conversion code for non-multibyte fonts.vandebo@chromium.org
2011-02-24[PDF] Remove one copy of each content stream.vandebo@chromium.org
2011-02-24[PDF] Change the way flip origin is done.vandebo@chromium.org
2011-02-24[PDF] Bug fix - missing last odd column in 4444 bitmaps.vandebo@chromium.org
2011-02-24[PDF] Clean up SkPDFStream and make it inherit from SkPDFDict.vandebo@chromium.org
2011-02-22change virtual setMatrixClip() to take a SkClipStack parameter.reed@google.com
2011-02-08[PDF] Add support for xfermodes / blend modes.vandebo@chromium.org
2011-02-08[PDF] Change SkPDFFormXObject to not hold a reference to device.vandebo@chromium.org
2011-02-07remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites withreed@google.com
2011-02-03[PDF] Start from an identity transform for drawDevice.vandebo@chromium.org
2011-02-02Cleanup SkPDFTypfaceInfo and make it more generic.vandebo@chromium.org
2011-02-01[PDF] Clean up ref counting.vandebo@chromium.org
2011-02-01[PDF] Fix bugs preventing gm from running with PDF support.vandebo@chromium.org
2011-01-31[PDF] Support image alpha channel plus a couple small fixes.vandebo@chromium.org
2011-01-29[PDF] Honor srcRect in drawBitmap.vandebo@chromium.org
2011-01-25Update SkPDFDevice::drawPath signature to match SkDevice.vandebo@chromium.org