aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pdf
Commit message (Expand)AuthorAge
* [PDF] Add a ToUnicode mapping for fonts.Gravatar vandebo@chromium.org2011-05-09
* [PDF] (regression) Update font if size changes.Gravatar vandebo@chromium.org2011-05-09
* [PDF] Fix bug in graphic state comparison.Gravatar vandebo@chromium.org2011-05-09
* [PDF] Add support for Clear, Src, Dst, DstOver xfermodes.Gravatar vandebo@chromium.org2011-05-09
* [PDF] Fix setting of existing clip for layers.Gravatar vandebo@chromium.org2011-05-09
* [PDF] Refactor content stream creation in SkPDFDevice to support more xfermodes.Gravatar vandebo@chromium.org2011-05-09
* [PDF] Fix fallout from r1217.Gravatar vandebo@chromium.org2011-05-02
* PDF Device should report non-transformed size for width and height.Gravatar ctguil@chromium.org2011-04-29
* fix warnings about possibly-uninitialized-variablesGravatar reed@google.com2011-04-28
* [PDF] Fix warnings on Windows.Gravatar vandebo@chromium.org2011-04-27
* make SkDeviceFactory reference countedGravatar mike@reedtribe.org2011-04-26
* [PDF] Implement clear() method and a couple fixes.Gravatar vandebo@chromium.org2011-04-15
* [PDF] If the clip is empty, we shouldn't bother actually drawing anything.Gravatar vandebo@chromium.org2011-04-15
* Generalize the flip origin argument to the PDF device constructor.Gravatar vandebo@chromium.org2011-04-11
* [PDF] Fix node count in page tree.Gravatar vandebo@chromium.org2011-04-08
* [PDF] Make the NOT_IMPLEMENTED macro not print anything by default.Gravatar vandebo@chromium.org2011-04-04
* Improve the SkAdvancedTypefaceMetrics interface w.r.t. vertical advances.Gravatar vandebo@chromium.org2011-03-30
* Store content streams in an SkStream instead of an SkString (64k size limit).Gravatar vandebo@chromium.org2011-03-28
* convert fixed->scalar directly, since we know that theGravatar reed@google.com2011-03-21
* fix scalar math to work with float and fixedGravatar reed@google.com2011-03-18
* Use Type3 fonts for platforms that don't yet support SkFontHost::GetAdvancedT...Gravatar vandebo@chromium.org2011-03-10
* Correction of the non-portable use of dynamically allocated stack arrays in theGravatar twiz@google.com2011-03-09
* Enable compiling the PDF backend by default in the makefile.Gravatar vandebo@chromium.org2011-03-08
* [PDF] Add support for Shaders.Gravatar vandebo@chromium.org2011-03-08
* fix warnings in VS 2010Gravatar reed@google.com2011-03-07
* [PDF] Re add line accidentally removed in r892.Gravatar vandebo@chromium.org2011-03-05
* Add SkPDFUtils.cpp to build.Gravatar ctguil@chromium.org2011-03-04
* PDF Type3 Support.Gravatar ctguil@chromium.org2011-03-04
* [PDF] Restrict scalars to the range that PDF understands.Gravatar vandebo@chromium.org2011-03-04
* [PDF] Fix broken encoding conversion code for non-multibyte fonts.Gravatar vandebo@chromium.org2011-02-28
* [PDF] Remove one copy of each content stream.Gravatar vandebo@chromium.org2011-02-24
* [PDF] Change the way flip origin is done.Gravatar vandebo@chromium.org2011-02-24
* [PDF] Bug fix - missing last odd column in 4444 bitmaps.Gravatar vandebo@chromium.org2011-02-24
* [PDF] Clean up SkPDFStream and make it inherit from SkPDFDict.Gravatar vandebo@chromium.org2011-02-24
* change virtual setMatrixClip() to take a SkClipStack parameter.Gravatar reed@google.com2011-02-22
* [PDF] Add support for xfermodes / blend modes.Gravatar vandebo@chromium.org2011-02-08
* [PDF] Change SkPDFFormXObject to not hold a reference to device.Gravatar vandebo@chromium.org2011-02-08
* remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites withGravatar reed@google.com2011-02-07
* [PDF] Start from an identity transform for drawDevice.Gravatar vandebo@chromium.org2011-02-03
* Cleanup SkPDFTypfaceInfo and make it more generic.Gravatar vandebo@chromium.org2011-02-02
* [PDF] Clean up ref counting.Gravatar vandebo@chromium.org2011-02-01
* [PDF] Fix bugs preventing gm from running with PDF support.Gravatar vandebo@chromium.org2011-02-01
* [PDF] Support image alpha channel plus a couple small fixes.Gravatar vandebo@chromium.org2011-01-31
* [PDF] Honor srcRect in drawBitmap.Gravatar vandebo@chromium.org2011-01-29
* Update SkPDFDevice::drawPath signature to match SkDevice.Gravatar vandebo@chromium.org2011-01-25
* Add Truetype and Type 1 font embedding supportGravatar vandebo@chromium.org2011-01-25
* add option to write PDFs from gmGravatar reed@google.com2010-12-20
* merge with changes for GPU backendGravatar reed@android.com2010-12-20
* Add deflate support to SkPDFStream.Gravatar vandebo@chromium.org2010-12-01
* PDF: Add text support with a font framework (font embedding to come).Gravatar vandebo@chromium.org2010-11-11