- 83e0f1b SkPDF: smarter Jpeg when libjpeg-turbo is present by Hal Canary · 7 years ago
- 0ad685a SkPDF: implement xheight for type3 fonts by Hal Canary · 7 years ago
- e9e19dd SkPDF/Clusterator: a second test by Hal Canary · 7 years ago
- 1521c8a SkPDF/Clusterator: expose to the light of a unit test by Hal Canary · 7 years ago
- e1fec19 SkAdvancedTypefaceMetrics: distinguish between font names by Hal Canary · 7 years ago
- 9c6f6a5 SkPDF: type3: more descriptor values by Hal Canary · 7 years ago
- 560d283 Fixing build with SK_IGNORE_TO_STRING defined. by Kaloyan Donev · 7 years ago
- a567e33 SkPDF: Accept non-monotonic text cluster indices by Hal Canary · 7 years ago
- 1a605cd Remove the last uses of auto glyph cache. by Herb Derby · 7 years ago
- b4e528d SkPDF: filter out empty clip draws more often by Hal Canary · 7 years ago
- 4e83ff1 SkPDF: simplify PathOp code, emit empty clips. by Hal Canary · 7 years ago
- 691fd1b SkPDF: encode metadata strings correctly by Hal Canary · 7 years ago
- 8f11d4d eliminate SK_BUILD_FOR_WIN32 by Mike Klein · 7 years ago
- 1d74620 bug fixes from PVS Studio (static analysis) by Mike Klein · 7 years ago
- 80747ef move the guts of SkMaskFilter.h into SkMaskFilterBase.h by Mike Reed · 7 years ago
- c5980d0 SkDocument: remove unused fDoneProc by Hal Canary · 7 years ago
- 3c36ef6 SkFloatToDecimal moved to src/utils by Hal Canary · 7 years ago
- 6613cc5 GOOGLE3 -> SK_BUILD_FOR_GOOGLE3 by Mike Klein · 7 years ago
- 2e3f2e9 Revert "Revert "remove SK_SUPPORT_LEGACY_PDF_PIXELSERIALIZER dead code"" by Mike Reed · 7 years ago
- 800f554 Revert "remove SK_SUPPORT_LEGACY_PDF_PIXELSERIALIZER dead code" by Mike Reed · 7 years ago
- 7f846f2 remove SK_SUPPORT_LEGACY_PDF_PIXELSERIALIZER dead code by Mike Reed · 7 years ago
- a088365 SkBitmap::pixmap by Hal Canary · 7 years ago
- a50c9c7 fix pdf_none by Mike Reed · 7 years ago
- a4daf19 Moving extra options/parameters into PDFMetadata by Mike Reed · 7 years ago
- af978a3 pre-api change, preparing for expanding metadata by Mike Reed · 7 years ago
- 9b491b2 SkPDF: fix fTextScaleX error by Hal Canary · 7 years ago
- dfaa057 SkPDF: less tolerance for small circles by Hal Canary · 7 years ago
- 55ad774 Revert "Revert "Add method to sk_gpu_test::TestContext to automatically restore the previous context."" by Brian Salomon · 7 years ago
- 1e09e46 Revert "Add method to sk_gpu_test::TestContext to automatically restore the previous context." by Brian Osman · 7 years ago
- 5627d65 Add method to sk_gpu_test::TestContext to automatically restore the previous context. by Brian Salomon · 7 years ago
- 29ebe7a SkPDF: TextSize > 0; by Hal Canary · 7 years ago
- c5b9498 SkPDF: consolidate two functions in SkPDFObjNumMap by Hal Canary · 7 years ago
- a4083c9 make most of SkColorPriv.h private by Cary Clark · 7 years ago
- f3b46e5 Rename methods and enum on SkClipStack::Element to indicate "device space" by Brian Salomon · 7 years ago
- c172f9b SkPDF: SkWStream::write -> SkWStream::writeText by Hal Canary · 7 years ago
- b4bd5ef SkPDF: Use DeviceGray for alpha masks. by Hal Canary · 7 years ago
- 39c08ac Automatically prepend "disabled-by-default-" to TRACE categories by Brian Osman · 7 years ago
- a9340ba Tracing macro cleanup continued by Brian Osman · 7 years ago
- 3f46718 SkPDF: handle unsupported colortypes (e.g. F16) uniformly by Hal Canary · 7 years ago
- f0f4c0c SkPDF: Support alpha-only images with maskfilters by Hal Canary · 7 years ago
- 22b2d8c SkPDF: minor cleanups of skpdfdevice by Hal Canary · 7 years ago
- 7e872ca SkPDF: SkPDFMakeShader takes the paint color. by Hal Canary · 7 years ago
- fc3afa9 SkPDF: more paths as rects by Hal Canary · 7 years ago
- 10ccb02 SkPDF: Fix color glyphs with absolute positioning by Hal Canary · 7 years ago
- 4f29c20 SkPDF: Re-use Jpeg Image Shaders by Hal Canary · 7 years ago
- 9b9510a Revert "Revert "SkPDF: Non-outline glyphs as images"" by Hal Canary · 7 years ago
- 63b6f8b Revert "SkPDF: Non-outline glyphs as images" by Mike Reed · 7 years ago
- 3cf6b79 SkPDF: Non-outline glyphs as images 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
- d425a1d SkPDF: start to support AlphaOnly Images as masks. by Hal Canary · 7 years ago
- 7cbf5e3 SkPDF: simplify drawImage/Bitmap/Sprite code. by Hal Canary · 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
- ec25768 SkPDF: Change some identifiers. by Hal Canary · 7 years ago
- 3223e27 SkTypeface: fix non-determinism on AdvacedMetrics by Hal Canary · 7 years ago
- b1de5f9 SkDocument: consolidate trimBox code by Hal Canary · 7 years ago
- 2d17139 SkPDF: GradientShaderPatterns use one hashmap not two. by Hal Canary · 7 years ago
- 94fd66c SkPDF: Refactor PDFShader to use ShTHashMap<> by Hal Canary · 7 years ago
- 80fa7ce SkPDF: simplify SkPDFGraphicState by Hal Canary · 7 years ago
- a062258 SkPDF: clean up fRasterDpi by Hal Canary · 7 years ago
- c02de0b SkPDF: Clean up by Hal Canary · 7 years ago
- 51329c9 SkPDF: clean up PDFDevice. by Hal Canary · 7 years ago
- b964238 SkDevice::drawBitmap takes x,y, not matrix by Hal Canary · 7 years ago
- 5eda734 SkPDF: remove duplicate dict entry by Hal Canary · 7 years ago
- a469692 SkPDF: implement SkPDFArray::reserve. by Hal Canary · 7 years ago
- f3b9d4b SkPDF: add some TRACE_EVENTs by Hal Canary · 7 years ago
- d6e6e66 factor out hexadecimal constants. by Hal Canary · 7 years ago
- 699b873 SkPDF: Glyph-by-glyph bounds-reject. by Hal Canary · 7 years ago
- 197ca9b SkPDF: consolodate glyph runs on BUILD_FOR_WIN by Hal Canary · 7 years ago
- db6365a SkPDF: Do draw{Image,Bitmap} with maskfilter. by Hal Canary · 7 years ago
- fa2a26a SkPDF: Do draw{Image,Bitmap}Rect with maskfilter. by Hal Canary · 7 years ago
- d12a676 SkPDF: Draw paths with mask filters; color filter. by Hal Canary · 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
- 66f6b1f SkPDF: eliminate unnecessary clip for each page by Hal Canary · 7 years ago
- 14113bc add flag to hide deprecated clipops by Mike Reed · 7 years ago
- 209e4b1 Revert "Revert "SkTypeface::getAdvancedMetrics(): cleanup"" by Hal Canary · 8 years ago
- 59ad782 Revert "SkTypeface::getAdvancedMetrics(): cleanup" by Hal Canary · 8 years ago
- cef0188 SkTypeface::getAdvancedMetrics(): cleanup by Hal Canary · 8 years ago
- 5c1b360 src/pdf: code cleanup by Hal Canary · 8 years ago
- ab244f0 Revert "Revert "Reland: Remove SkLights include from SkCanvas.h"" by Florin Malita · 8 years ago
- 9d5f66d Revert "Reland: Remove SkLights include from SkCanvas.h" by Florin Malita · 8 years ago
- fed0031 Reland: Remove SkLights include from SkCanvas.h by Florin Malita · 8 years ago
- 38aad81 Revert "Remove SkLights include from SkCanvas.h" by Florin Malita · 8 years ago
- 9ff301b Remove SkLights include from SkCanvas.h by Florin Malita · 8 years ago
- 53f77bd Initial clip-mask-layer support by Florin Malita · 8 years ago
- a6e976a Only store width and height on SkPixelRef (part 1) by Matt Sarett · 8 years ago
- 2fcd4a4 Revert "Only store width and height on SkPixelRef" by Ben Wagner · 8 years ago
- 68b8e3d Revert "Revert "Delete copyTo(Allocator), hide copyTo() behind flag"" by Matt Sarett · 8 years ago
- 2cbb666 Only store width and height on SkPixelRef 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
- fafe135 SkSize can be aggregate-initialized by Hal Canary · 8 years ago
- b549cc3 Change SkMemory to the more accurately named SkMalloc. by Herb Derby · 8 years ago
- d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 8 years ago
- d7b34a5 Make SkMemory.h and adjust all files for usage. by Herb Derby · 8 years ago
- 2f6b5a4 remove legacy vertices virtual from SkDevice by Mike Reed · 8 years ago