aboutsummaryrefslogtreecommitdiff
path: root/tests/PDFPrimitivesTest.cpp
AgeCommit message (Expand)Author
2017-08-28Convert NULL and 0 to nullptr.Ben Wagner
2017-04-17Finish overriding onMakeColorSpace() for SkImageFiltersMatt Sarett
2017-01-03BUILD.gn: skia_enable_pdfHal Canary
2016-11-01hide setImageFilter(ptr)Mike Reed
2016-09-12change SkStreams to work with sk_sp<SkData> instead of SkData*reed
2016-09-09SkPDF/Tests: imporve test coverage.halcanary
2016-09-02SkMakeUnique.h defines skstd::make_unique<T>(Args...)halcanary
2016-08-18SkPDF: in-place font subsettinghalcanary
2016-08-03SkPDF: fewer GYP_DEFINEShalcanary
2016-08-02Move off SK_SUPPORT_LEGACY_DATA_FACTORIES.bungeman
2016-07-29SkPDF: PDFStream has-a not is-a PDFDicthalcanary
2016-07-27SkPDF: refactor font subset: fewer copieshalcanary
2016-07-27SkPDF: SkPDFStream takes a unique_ptrhalcanary
2016-07-25SkPDF: re-work SkPDFUtils::FloatToDecimalhalcanary
2016-07-15SkPdf: smaller color serializationhalcanary
2016-06-23SkPDF: alloc less memory for stringshalcanary
2016-05-31SkTypeface::MakeFromName to take SkFontStyle.mboc
2016-05-12Move SkTypeface to sk_sp.bungeman
2016-05-12Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://coderevi...scroggo
2016-05-11Move SkTypeface to sk_sp.bungeman
2016-04-27SkDocument/PDF: new APIhalcanary
2016-04-04Switch internal testing ImageFilters over to new onFilterImage interfacerobertphillips
2016-04-04Update internal testing ImageFilters to sk_sprobertphillips
2016-04-03change flattenable factory to return sk_spreed
2016-03-08SkPDF: Add sk_sp setters; .release() becomes std::move()halcanary
2016-03-08Revert of SkPDF: Add sk_sp setters; .release() becomes std::move() (patchset ...halcanary
2016-03-08SkPDF: Add sk_sp setters; .release() becomes std::move()halcanary
2016-02-24SkPDF: fix scalar serializationhalcanary
2016-02-17Mark existing image filter entry points that will be going away with Deprecatedrobertphillips
2015-10-12SkPDF: fall back on paths for unembeddable fonts.halcanary
2015-08-27Style Change: NULL->nullptrhalcanary
2015-08-26Style Change: SkNEW->new; SkDELETE->deletehalcanary
2015-08-18SkPDF/Deflate: clean up old SkFlate codehalcanary
2015-08-12SkPDF: Move SkFlate into src/pdf (part 1/3) [reland]halcanary
2015-08-11SkPDF: clean up overuse of SK_SUPPORT_PDFhalcanary
2015-08-11SkPDF: allow PDF module to be disabled in DM and SampleApphalcanary
2015-05-01SkPDF: clean up uses of deprecated calls in testshalcanary
2015-04-25SkPDF: Refactor SkPDFObject heiararchy.halcanary
2015-04-08SkPDF: Remove Array's unused set(i) and get(i) (leaving only append())halcanary
2015-03-31SkPDF: Factor SkPDFCatalog into SkPDFObjNumMap and SkPDFSubstituteMaphalcanary
2015-03-31SkPDF: remove SK_NO_FLATE & dead code in SkPDFStreamhalcanary
2015-03-25C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein
2015-03-25SKPDF: refactor pdfcatalog and pdfdocumenthalcanary
2015-03-24SkPDF: unit test cleanuphalcanary
2015-03-01PDF: Switch some unit tests to higher level API.halcanary
2015-02-20PDF : New factory function for SkPDFDevicehalcanary
2015-02-19PDF: why do we have flags no one uses (or can use)?mtklein
2015-02-18PDF: Add (low-memory) SkPDFBitmap classhalcanary
2015-02-17zlib/pdf: remove HaveFlate(), depend on preprocessor defineshalcanary
2015-02-10Simplify reference management in SkPDFhalcanary