- f20fc24 remove all references to legacy Config8888 by reed@google.com · 11 years ago
- a713f9c add new readPixels with direct memory parameters by commit-bot@chromium.org · 11 years ago
- 3da3b62 getDeviceCapabilities is no longer need, so remove it by commit-bot@chromium.org · 11 years ago
- 15a1405 Change device factories to take SkImageInfo instead of SkBitmap::Config by commit-bot@chromium.org · 11 years ago
- ae761f7 Make SkImageFilter methods const. by commit-bot@chromium.org · 11 years ago
- 5f209e6 Revert "[PDF] Fix font embedding restrictions." by vandebo@chromium.org · 11 years ago
- 47fb2b9 [PDF] Fix font embedding restrictions. by commit-bot@chromium.org · 11 years ago
- 73a7ea3 Implement DPI for perspective bitmaps in PDF - we save the bitmap at the resolution requested. by edisonn@google.com · 11 years ago
- a8e33a9 Add ability to ninepatch blurred rounded rectangle by scroggo@google.com · 11 years ago
- 3b41621 [PDF] Improve complex xfer mode support. by vandebo@chromium.org · 11 years ago
- 8c29490 Add DPI stettings to SkDocument::CreatePDF(). Tests will be added in a future cl, once DPI will be used in SkPDFDevice by commit-bot@chromium.org · 11 years ago
- 5e00989 Add SkPDFDeviceFlatenner which extends SkPDFDevice to add support to flatten the path and the text when we have perspective. by commit-bot@chromium.org · 11 years ago
- a9ebd16 pdf: drawPath should pass the computed matrix, instead of default matrix stored in draw. by edisonn@google.com · 11 years ago
- 608ea65 Use SkPicture::ExtractBitmap callback in pdf too, there is no need for a specialized function pointer for pdf only only to pass a rectangle, when we can use subseted bitmaps. by commit-bot@chromium.org · 11 years ago
- e029440 Replace SkTScopedPtr with SkAutoTDelete in Skia. by commit-bot@chromium.org · 11 years ago
- 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
- 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
- 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
- eed779d This CL plumbs in the drawBitmapRectToRect "bleed" flag and makes it live on the simplest GPU path. by commit-bot@chromium.org · 11 years ago
- d2623a1 Use Path Ops to generate PDF clips by commit-bot@chromium.org · 11 years ago
- 92ffe7d Inverse fill support in PDF by commit-bot@chromium.org · 11 years ago
- 9bf380c drawBitmap* cleanup by robertphillips@google.com · 11 years ago
- 4740135 Fix Clang build on SkPDFResourceDict (CL 18977002) by commit-bot@chromium.org · 11 years ago
- fc16667 Revert "Adds SkPDFResourceDict class, refactor existing code to use it." by vandebo@chromium.org · 11 years ago
- 3a8dfc3 Adds SkPDFResourceDict class, refactor existing code to use it. by commit-bot@chromium.org · 11 years ago
- d322cf4 Revert "Adds SkPDFResourceDict class to manage resource dicts. Refactors existing code to use this class." by vandebo@chromium.org · 11 years ago
- c84fb47 Adds SkPDFResourceDict class to manage resource dicts. Refactors existing code to use this class. by commit-bot@chromium.org · 11 years ago
- a20e42c Remove SK_API, from SkTSet. the template is not public. by edisonn@google.com · 11 years ago
- d9dfa18 Encode images with DCTDecode (JPEG) in PDFs if it makes sense. Fallback to FlateDecode (zip) if it makes sense. Otherewise include uncompressed stream. by edisonn@google.com · 12 years ago
- 7731ead Fix more clang errors. by tfarina@chromium.org · 12 years ago
- 6addb19 resubmit https://code.google.com/p/skia/source/detail?r=7883 (in the meantime we by edisonn@google.com · 12 years ago
- acef3c4 Reverting r8233 (Use SkSet in PDF) by robertphillips@google.com · 12 years ago
- 66bedbb resubmit https://code.google.com/p/skia/source/detail?r=7883 (in the meantime we added capability to collect minidump and callstack if buildbot fails with heap coruption in windows. a few minor conflicts have been resolved) by edisonn@google.com · 12 years ago
- 8c02061 Update flag to reflect actual meaning. by edisonn@google.com · 12 years ago
- b58772f PDF: add support for named destinations. by epoger@google.com · 12 years ago
- 812b6f5 Revert r8000 due to failures on some buildbots by epoger@google.com · 12 years ago
- 1cad898 PDF: add support for named destinations by epoger@google.com · 12 years ago
- 5bd26d3 revert r7892 by edisonn@google.com · 12 years ago
- 194b7cd resubmit after fixing assert issue: https://codereview.appspot.com/6744050 by edisonn@google.com · 12 years ago
- d1c53aa Revert r7883 by edisonn@google.com · 12 years ago
- 676aef0 Use SkSet to fix issue when pdf generates an exp number of resources. by edisonn@google.com · 12 years ago
- 2ae67e7 add custom implementation for drawBitmapRect to shield from changes in SkDevice by edisonn@google.com · 12 years ago
- 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