- a4083c9 make most of SkColorPriv.h private by Cary Clark · 7 years ago
- c172f9b SkPDF: SkWStream::write -> SkWStream::writeText by Hal Canary · 7 years ago
- 3f46718 SkPDF: handle unsupported colortypes (e.g. F16) uniformly by Hal Canary · 7 years ago
- 4f29c20 SkPDF: Re-use Jpeg Image Shaders by Hal Canary · 7 years ago
- 262b319 Index8 is dead, remove guarded code by Mike Reed · 7 years ago
- 5805013 Guard to remove kIndex_8_SkColorType by Mike Reed · 7 years ago
- 6409f84 Revert "Revert "Change image encode api to return sk_sp"" by Mike Reed · 7 years ago
- 64778d9 Revert "Change image encode api to return sk_sp" by Mike Reed · 7 years ago
- dc79955 Change image encode api to return sk_sp by Mike Reed · 7 years ago
- 5b474d3 SkPDF: assert premultiplied bitmaps are valid in debug. by Hal Canary · 7 years ago
- 6fee59b SkStream: DynamicMemoryWStream gets writeToAndReset by Hal Canary · 7 years ago
- 68b8e3d Revert "Revert "Delete copyTo(Allocator), hide copyTo() behind flag"" by Matt Sarett · 8 years ago
- 0122af0 Revert "Delete copyTo(Allocator), hide copyTo() behind flag" by Matt Sarett · 8 years ago
- d4a338f Delete copyTo(Allocator), hide copyTo() behind flag by Matt Sarett · 8 years ago
- 4edb5d2 hide lockpixels api behind flag by Mike Reed · 8 years ago
- 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
- 7992da3 Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
- 57ae6cf Revert "Support decoding images to multiple formats, depending on usage" by Brian Osman · 8 years ago
- c73a1ec Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
- 530032a SkPDF: in-place font subsetting by halcanary · 8 years ago
- 69c166d Add alphaType() to SkImage by brianosman · 8 years ago
- b8d6af1 Remove unnecessary includes in src/pdf/ by martina.kollarova · 8 years ago
- 7b9eabb SkPDF: handle unpremul right by halcanary · 8 years ago
- b8fb993 SkPDF s/SkAutoTDelete/std::unique_ptr/ by halcanary · 9 years ago
- a50151d SkPDF: draw{Image,Bitmap} always serializes early by halcanary · 9 years ago
- bae235e SkPDF: add drop() virtual to release resources early. by halcanary · 9 years ago
- 8103a34 SkPDF: Add sk_sp setters; .release() becomes std::move() by halcanary · 9 years ago
- 51d04d3 Revert of SkPDF: Add sk_sp setters; .release() becomes std::move() (patchset #2 id:20001 of https://codereview.chromium.org/1775043002/ ) by halcanary · 9 years ago
- 9904c92 SkPDF: Add sk_sp setters; .release() becomes std::move() by halcanary · 9 years ago
- 48810a0 SkPDF: s/SkAutoTUnref/sk_sp/g by halcanary · 9 years ago
- fcad44b SkPDF: AutoTUnref<T> changes in use by halcanary · 9 years ago
- 7363e13 SkPDF: Let client re-encode JPGs if they want to by halcanary · 9 years ago
- 712fdf7 SkDocument::setDCTEncoder() for old versions of webkit by halcanary · 9 years ago
- 70d1554 SkPDF: add `final` keyword to leaf classes by halcanary · 9 years ago
- 80ec3db SkPDF: Deal with missing ColorTable (don't assert) by halcanary · 9 years ago
- aa4ba90 SkPDF: images support 32-but-not-N32 colortype by halcanary · 9 years ago
- 3442261 SkPDF: Optionally output PDF/A-2b archive format. by halcanary · 9 years ago
- 21f99b7 Revert of SkPDF: Optionally output PDF/A-2b archive format. (patchset #5 id:80001 of https://codereview.chromium.org/1394263003/ ) by bungeman · 9 years ago
- 939c0fe SkPDF: Optionally output PDF/A-2b archive format. by halcanary · 9 years ago
- 7a14b31 SkPDF: Implement drawImage*() properly by halcanary · 9 years ago
- 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
- 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
- a060eba SkPDF: Simplify PDFStream / emitObject() const by halcanary · 9 years ago
- d9e5715 SkPDF: Move SkFlate into src/pdf (part 1/3) [reland] by halcanary · 9 years ago
- 96287f7 SkPDF: detect YUV-JPEG without relying on ImageGenerator by halcanary · 10 years ago
- a25b337 SkPDF: clean up uses of deprecated calls in other SkPDF classes by halcanary · 10 years ago
- a8448bc PDF: Correctly embed JPEG images directly into PDF output. by halcanary · 10 years ago
- 37c46ca SkPDF: Factor SkPDFCatalog into SkPDFObjNumMap and SkPDFSubstituteMap by halcanary · 10 years ago
- 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
- d4714af SkPDF SkPDFObject::addResources signature simplified by halcanary · 10 years ago
- db0dcc7 PDF: remove last use of SkPDFImage by halcanary · 10 years ago
- 1b600d3 Revert of PDF: remove last use of SkPDFImage (patchset #5 id:120001 of https://codereview.chromium.org/950633003/) by reed · 10 years ago
- 86ad8d6 PDF: remove last use of SkPDFImage by halcanary · 10 years ago
- 3d32d50 PDF: Switch some unit tests to higher level API. by halcanary · 10 years ago
- 2e3f9d8 PDF: Canon now owns a reference to all interned objects by halcanary · 10 years ago
- e6cf9cb miniz support in SkFlate / PDF by mtklein · 10 years ago
- 792c80f PDF: Now threadsafe! by halcanary · 10 years ago
- cabc08c PDF: why do we have flags no one uses (or can use)? by mtklein · 10 years ago
- 1b5c604 PDF: Add (low-memory) SkPDFBitmap class by halcanary · 10 years ago