summaryrefslogtreecommitdiff
path: root/pdf/SkPDFTypes.cpp
AgeCommit message (Expand)Author
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-05Fix compilation with SK_ENABLE_INST_COUNT=1commit-bot@chromium.org
2013-04-02resubmit https://code.google.com/p/skia/source/detail?r=7883 (in the meantime weedisonn@google.com
2013-03-20Reverting r8233 (Use SkSet in PDF)robertphillips@google.com
2013-03-19resubmit https://code.google.com/p/skia/source/detail?r=7883 (in the meantime...edisonn@google.com
2013-02-28Make SkTDArray accessors const-friendly.commit-bot@chromium.org
2013-02-28revert r7892edisonn@google.com
2013-02-27resubmit after fixing assert issue: https://codereview.appspot.com/6744050edisonn@google.com
2013-02-27Revert r7883edisonn@google.com
2013-02-27Use SkSet to fix issue when pdf generates an exp number of resources.edisonn@google.com
2013-01-04Remove SkRefPtrvandebo@chromium.org
2013-01-04Revert "Remove SkRefPtr" - r7021vandebo@chromium.org
2013-01-04Remove SkRefPtrvandebo@chromium.org
2012-09-21[PDF] Fix name generation - / needs to be escaped.vandebo@chromium.org
2012-06-26stick SkInstCnt in more classes, to help track down leaksreed@google.com
2012-06-13Version 2 of the Instance Counting system. This one simplifies the print out ...robertphillips@google.com
2012-03-05[PDF] Fix name objects containing characters > 0x80 and add a test.vandebo@chromium.org
2011-08-20No effect cleanup in pdf code.ctguil@chromium.org
2011-07-28Automatic update of all copyright notices to reflect new license terms.epoger@google.com
2011-07-20[PDF] Use insert and append helpers for POD data.vandebo@chromium.org
2011-07-20[PDF] Make stream compression optional on a per device basis.vandebo@chromium.org
2011-07-20fix Capitalization of static methodsreed@google.com
2011-07-20helpers for append and insert when the value is a POD.reed@google.com
2011-07-19eliminate unneeded refs/unrefsreed@google.com
2011-07-06[PDF] Add a concept of a substitute object to the SkPDFCatalog class.vandebo@chromium.org
2011-05-17get tests closer to passing for SKIA_SCALAR=fixedepoger@google.com
2011-03-28Store content streams in an SkStream instead of an SkString (64k size limit).vandebo@chromium.org
2011-03-04[PDF] Restrict scalars to the range that PDF understands.vandebo@chromium.org
2011-02-07remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites withreed@google.com
2011-02-01[PDF] Clean up ref counting.vandebo@chromium.org
2011-01-25Add Truetype and Type 1 font embedding supportvandebo@chromium.org
2010-11-11PDF: Add text support with a font framework (font embedding to come).vandebo@chromium.org
2010-10-26Several cleanups:vandebo@chromium.org
2010-10-20First pieces of SkPDFDevice. Supports:vandebo@chromium.org
2010-10-12High level pdf classes and pdf specific interface.vandebo@chromium.org
2010-10-01Address senorblanco's comments on r600.vandebo@chromium.org
2010-09-24Initial PDF backend commit: directories, build rules, primitivesvandebo@chromium.org