aboutsummaryrefslogtreecommitdiff
path: root/bench/PDFBench.cpp
AgeCommit message (Expand)Author
2020-12-23Bitmap.asImage()Mike Reed
2020-08-27Add GrDirectContext arg to SkImage::readPixelsAdlai Holler
2019-05-30SkPDF: MakeShader uses Color4fHal Canary
2019-04-24rewrite includes to not need so much -IfooMike Klein
2019-04-05SkPDF: Add regression benchmark for multiple path clipsHal Canary
2019-04-03Use SkTileMode instead of nested enumMike Reed
2019-01-17SkDocument: use `auto` for MakeDocument().Hal Canary
2019-01-11fix up disabled bench: PDFBigDocBenchHal Canary
2018-12-19SkPDF: even more PDFIndirectRefsHal Canary
2018-12-18SkPDF: refactor streams, experimental threadingHal Canary
2018-11-19SkPDF: move image serialization over to new immediate mode.Hal Canary
2018-11-14SkPDF: store indirect references in objectHal Canary
2018-09-20SkDocument: Factories now located in SkPDFDocument.h and SkXPSDocument.hHal Canary
2018-09-12SkPDF: SkPDFMakeArray; clean up pdfutils, pdfresourcedictHal Canary
2018-09-06Revert "SkStream: remove some WStream functions from public api"Cary Clark
2018-09-06SkStream: remove some WStream functions from public apiHal Canary
2018-09-05SkPDF: use more vector<>, more sk_sp<>, cleanup.Hal Canary
2018-06-14Revert "Revert "SkTypes: extract SkTo""Hal Canary
2018-06-13Revert "SkTypes: extract SkTo"Hal Canary
2018-06-12SkTypes: extract SkToHal Canary
2018-05-31SkFloatToDecimal: optimize the less common cases.Hal Canary
2018-01-08SkDocument: remove unused fDoneProcHal Canary
2018-01-03SkFloatToDecimal moved to src/utilsHal Canary
2017-12-15Revert "Revert "remove SK_SUPPORT_LEGACY_PDF_PIXELSERIALIZER dead code""Mike Reed
2017-12-15Revert "remove SK_SUPPORT_LEGACY_PDF_PIXELSERIALIZER dead code"Mike Reed
2017-12-15remove SK_SUPPORT_LEGACY_PDF_PIXELSERIALIZER dead codeMike Reed
2017-12-14Moving extra options/parameters into PDFMetadataMike Reed
2017-12-08resources: orgainize directory.Hal Canary
2017-07-23have resources return unique_ptr for streamMike Reed
2017-07-19SkPDF: SkPDFMakeShader takes the paint color.Hal Canary
2017-07-12Revert "Revert "Change image encode api to return sk_sp""Mike Reed
2017-07-11Revert "Change image encode api to return sk_sp"Mike Reed
2017-07-11Change image encode api to return sk_spMike Reed
2017-07-06SkPDF: Change some identifiers.Hal Canary
2017-06-30SkPDF: clean up fRasterDpiHal Canary
2017-03-22Mark overridden destructors with 'override' and remove 'virtual'Brian Salomon
2017-03-22test (and fix) clip_restriction in canvasMike Reed
2017-01-03BUILD.gn: skia_enable_pdfHal Canary
2016-11-03Remove SkAutoTDelete.Ben Wagner
2016-08-18SkPDF: in-place font subsettinghalcanary
2016-07-29SkPDF: PDFStream has-a not is-a PDFDicthalcanary
2016-07-15SkPdf: smaller color serializationhalcanary
2016-06-23SkPDF: alloc less memory for stringshalcanary
2016-04-27SkDocument/PDF: new APIhalcanary
2016-04-22SkPDF: PDF/A runtime switchhalcanary
2016-04-15Revert of SkPDF: PDF/A runtime switch (patchset #1 id:100001 of https://coder...halcanary
2016-04-15SkPDF: PDF/A runtime switchhalcanary
2016-04-11SkWStream::writeText inlined.halcanary
2016-03-25SkPDF: draw{Image,Bitmap} always serializes earlyhalcanary
2016-03-25move setshader to sk_sp, re-using SK_SUPPORT_LEGACY_CREATESHADER_PTRreed