- af77727 remove use of SkRefPtr in public header (SkPDFDocument.h) by reed@google.com · 12 years ago
- fc641d0 remove all SkRefPtr from SkPDFDevice.h by reed@google.com · 12 years ago
- 2a006c1 begin to skiafy PDF headers : removing use of SkRefPtr by reed@google.com · 12 years ago
- 238be8c [PDF] Add link annotations. by vandebo@chromium.org · 12 years ago
- 40a1ae4 Added SkDevice onAttachToCanvas & onDetachFromCanvas methods by robertphillips@google.com · 12 years ago
- 7d6c8f9 [PDF] Move most of the headers to be private. by vandebo@chromium.org · 13 years ago
- ec1a7fa Move SkBitSet to utils. by vandebo@chromium.org · 13 years ago
- 76d6de0 Revert "[PDF] Move most of the headers to be private." by vandebo@chromium.org · 13 years ago
- bd960c7 [PDF] Move most of the headers to be private. by vandebo@chromium.org · 13 years ago
- 008c498 Revert "[PDF] Move most of the headers to be private." by vandebo@chromium.org · 13 years ago
- f7f9aa8 [PDF] Move most of the headers to be private. by vandebo@chromium.org · 13 years ago
- 188838c [PDF] Fix memory hungry inefficiency in pdf resource tracking. by vandebo@chromium.org · 13 years ago
- 74b4619 Formatting cleanup: remove extra whitespace by vandebo@chromium.org · 13 years ago
- 1771cbf posix: Avoid static initializers in static/global mutexes by digit@google.com · 13 years ago
- b55deeb add allowImageFilter() so a device can allow/disallow filters by reed@google.com · 13 years ago
- 982cb87 add SK_OVERRIDE, move subclass impls of virtuals into .cpp by reed@google.com · 13 years ago
- 6850eab Override 32BPP format in SkCanvas::readPixels by bsalomon@google.com · 13 years ago
- 910267d Make SkDevice::onReadPixels take a const& rather than const* by bsalomon@google.com · 13 years ago
- c698097 Recommit r2584 with gpu pass of the new ReadPixels test disabled in fixed pt (gpu code doesn't work in general in fixed pt). by bsalomon@google.com · 13 years ago
- ace7bd5 Revert r2584 (new test fails in fixed pt builds) by bsalomon@google.com · 13 years ago
- 1a8ddf0 Changes the SkCanvas::readPixels API. Allows caller to read into prealloced bitmap pixels. Changes how clipping to device bounds is handled. by bsalomon@google.com · 13 years ago
- b29c883 Add xps device to skia. http://codereview.appspot.com/5076041/ by bungeman@google.com · 13 years ago
- 5676b4a Revert r2122, r2116, r2108 Now that Chrome's PlatformDevice doesn't inherit from SkDevice. by vandebo@chromium.org · 13 years ago
- 8a0b029 Revert r2250 - removal of setMatrixClip() - because Chrome makes heavy use by tomhudson@google.com · 13 years ago
- 66d5725 Replaces SkDevice::setMatrixClip() with markMatrixDirty() and markClipDirty(), by tomhudson@google.com · 13 years ago
- 17b7894 rolling back the experimental rollbacks in r2178-2179 by epoger@google.com · 13 years ago
- 5f22657 rolling tree back to its state as of r2169 to see if that fixes Windows buildbots by epoger@google.com · 13 years ago
- 8185f33 Export SkPDFDevice::setDrawingArea as SK_API. by twiz@google.com · 13 years ago
- 769fa6a No effect cleanup in pdf code. Review URL: http://codereview.appspot.com/4927042 by ctguil@chromium.org · 13 years ago
- 37ad8fb [PDF] Subset font advance data (W array). by vandebo@chromium.org · 13 years ago
- 7b13aca Revert "Improve generation of glyph advance array." This reverts commit r2126 by vandebo@chromium.org · 13 years ago
- e7f3300 Improve generation of glyph advance array. by vandebo@chromium.org · 13 years ago
- 37be7b0 Mark setMatrixClip as public only for VectorPlatformDeviceSkia. by vandebo@chromium.org · 13 years ago
- a5c7234 Address lint issues in pdf directories. by ctguil@chromium.org · 13 years ago
- 7b5e017 Make SkPDFDevice::setOrigin accessible to Chrome's VectorPlatformDeviceSkia. by vandebo@chromium.org · 13 years ago
- 88edf1e Protect much of SkDevice and clarify usage of drawDevice. by bungeman@google.com · 13 years ago
- ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
- 17e66e2 [PDF] Improve efficiency of glyph id collection during font subsetting. by vandebo@chromium.org · 13 years ago
- 9510ccc Cleanup from r1843 based on revision comments. by ctguil@chromium.org · 13 years ago
- 9859428 [PDF] Refactor SkPDFFont to enable font/cmap subsetting. by vandebo@chromium.org · 13 years ago
- 31dcee7 Revert "[PDF] Refactor SkPDFFont to enable font/cmap subsetting." by vandebo@chromium.org · 13 years ago
- 6504cfd [PDF] Refactor SkPDFFont to enable font/cmap subsetting. by vandebo@chromium.org · 13 years ago
- 1feb330 replace SkRefPtr for parameters with simple pointers by reed@google.com · 13 years ago
- 421d644 [PDF] Make stream compression optional on a per device basis. by vandebo@chromium.org · 13 years ago
- f6c3ebd fix Capitalization of static methods by reed@google.com · 13 years ago
- c789cf1 helpers for append and insert when the value is a POD. by reed@google.com · 13 years ago
- f5181a4 [PDF] Fix substitute resources size calculation. by vandebo@chromium.org · 13 years ago
- fb6a53a [PDF] Add setPage method to SkPDFDocument. by vandebo@chromium.org · 13 years ago
- b88cfe5 [PDF] Make color shaders work correctly. by vandebo@chromium.org · 13 years ago
- 8dcf74f Modified to add support to print in the margins of pdf documents by ctguil@chromium.org · 13 years ago
- 2ef12d4 [PDF] Add a concept of a substitute object to the SkPDFCatalog class. by vandebo@chromium.org · 13 years ago
- cde9211 remove SkDeviceFactory from the collective consciousness, now that devices know by reed@google.com · 13 years ago
- d3a8c94 A bit set class. Will be used for font subsetting. by vandebo@chromium.org · 13 years ago
- 5667afc remove drawShape from canvas api by reed@google.com · 13 years ago
- 6ed8249 update dox by reed@google.com · 13 years ago
- 7332207 Fix some problems detected by coverity. by vandebo@chromium.org · 13 years ago
- e97f085 Add createNewCompatibleDevice. Allow devices to have a NULL factory and saveLayer will fall back on createNewCompatibleDevice. by bsalomon@google.com · 13 years ago
- d897bfb [PDF] Add pages accessor to SkPDFDocument. by vandebo@chromium.org · 13 years ago
- 3509f05 Add more SK_API declarations to fix Chrome. by vandebo@chromium.org · 13 years ago
- f0ec266 [PDF] Add plumbing and accessors so that Chrome can record the font types used in a PDF. by vandebo@chromium.org · 13 years ago
- 19e3c1e [PDF] Reuse the invert function object for xform object masks. by vandebo@chromium.org · 13 years ago
- 13d14a9 [PDF] Rename ContentEntryAccessor to ScopedContentEntry. by vandebo@chromium.org · 13 years ago
- 61d2678 [PDF] Fix regression - correct for fInitialTrnasform in form xobjects. by vandebo@chromium.org · 13 years ago
- b069c8c [PDF] Add helper class to manage ContentEntry set up and completion. by vandebo@chromium.org · 13 years ago
- 481aef6 [PDF] Add clip support and some optimizations for "complex" xfer modes. by vandebo@chromium.org · 13 years ago
- 466f3d6 [PDF] Implement clear xfermode with a mask instead of pushing the clip down. by vandebo@chromium.org · 13 years ago
- 8989d31 [PDF] Fix windows compile warning. by vandebo@chromium.org · 13 years ago
- ff39032 [PDF] Improve path effect and drawPath(prePathMatrix) support. by vandebo@chromium.org · 13 years ago
- 6112c21 [PDF] Add support for SrcIn, SrcOut, DstIn, DstOut xfermodes. by vandebo@chromium.org · 13 years ago
- 78dad54 [PDF] Fix Chrome crash - don't assume that SkDraw.fClipStack != NULL. by vandebo@chromium.org · 13 years ago
- 6744d49 [PDF] Add a ToUnicode mapping for fonts. by vandebo@chromium.org · 13 years ago
- 25adce8 [PDF] Add support for Clear, Src, Dst, DstOver xfermodes. by vandebo@chromium.org · 14 years ago
- a0c7edb [PDF] Fix setting of existing clip for layers. by vandebo@chromium.org · 14 years ago
- 9fbdf87 [PDF] Refactor content stream creation in SkPDFDevice to support more xfermodes. by vandebo@chromium.org · 14 years ago
- be2048a [PDF] Fix fallout from r1217. by vandebo@chromium.org · 14 years ago
- 1526129 PDF Device should report non-transformed size for width and height. by ctguil@chromium.org · 14 years ago
- ea4ac97 make SkDeviceFactory reference counted by mike@reedtribe.org · 14 years ago
- 77bcaa3 [PDF] Implement clear() method and a couple fixes. by vandebo@chromium.org · 14 years ago
- 75f97e4 Generalize the flip origin argument to the PDF device constructor. by vandebo@chromium.org · 14 years ago
- f71b210 [PDF] Make the NOT_IMPLEMENTED macro not print anything by default. by vandebo@chromium.org · 14 years ago
- dfc5ffe Additional SK_API annotations needed for print preview on windows. by ctguil@chromium.org · 14 years ago
- cae5fba Store content streams in an SkStream instead of an SkString (64k size limit). by vandebo@chromium.org · 14 years ago
- f77e27d Use Type3 fonts for platforms that don't yet support SkFontHost::GetAdvancedTypefaceMetrics. by vandebo@chromium.org · 14 years ago
- da912d6 [PDF] Add support for Shaders. by vandebo@chromium.org · 14 years ago
- f966fd3 Add SkPDFUtils.cpp to build. by ctguil@chromium.org · 14 years ago
- 9db86bb PDF Type3 Support. by ctguil@chromium.org · 14 years ago
- 094316b [PDF] Restrict scalars to the range that PDF understands. by vandebo@chromium.org · 14 years ago
- 0129410 [PDF] Fix broken encoding conversion code for non-multibyte fonts. by vandebo@chromium.org · 14 years ago
- c2a9b7f [PDF] Remove one copy of each content stream. by vandebo@chromium.org · 14 years ago
- f60a001 [PDF] Change the way flip origin is done. by vandebo@chromium.org · 14 years ago
- d90c141 [PDF] Clean up SkPDFStream and make it inherit from SkPDFDict. by vandebo@chromium.org · 14 years ago
- 46799cd change virtual setMatrixClip() to take a SkClipStack parameter. by reed@google.com · 14 years ago
- 79ac4fd [PDF] Change SkPDFFormXObject to not hold a reference to device. by vandebo@chromium.org · 14 years ago
- 1aef2ed [PDF] Start from an identity transform for drawDevice. by vandebo@chromium.org · 14 years ago
- c48b2b3 Cleanup SkPDFTypfaceInfo and make it more generic. by vandebo@chromium.org · 14 years ago
- f7c1576 [PDF] Clean up ref counting. by vandebo@chromium.org · 14 years ago
- 1cfa2c4 [PDF] Support image alpha channel plus a couple small fixes. by vandebo@chromium.org · 14 years ago
- befebb8 [PDF] Honor srcRect in drawBitmap. by vandebo@chromium.org · 14 years ago
- 8af0b36 Fix windows build. by vandebo@chromium.org · 14 years ago
- dea520f move into core for now, so we can build SkFontHost_FreeType.cpp by reed@google.com · 14 years ago