aboutsummaryrefslogtreecommitdiff
path: root/tests/PDFJpegEmbedTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "resources: remove most uses of GetResourcePath()""Mike Reed2017-12-091-2/+1
* Revert "resources: remove most uses of GetResourcePath()"Mike Reed2017-12-081-1/+2
* resources: remove most uses of GetResourcePath()Hal Canary2017-12-081-2/+1
* resources: orgainize directory.Hal Canary2017-12-081-7/+7
* BUILD.gn: skia_enable_pdfHal Canary2017-01-031-1/+5
* remove discardablepixelrefMike Reed2016-10-251-32/+1
* change SkStreams to work with sk_sp<SkData> instead of SkData*reed2016-09-121-4/+2
* SkPDF/Tests: imporve test coverage.halcanary2016-09-091-7/+103
* Convert SkAutoTUnref<SkData> to sk_sp<SkData>.bungeman2016-08-031-1/+1
* Move off SK_SUPPORT_LEGACY_DATA_FACTORIES.bungeman2016-08-021-5/+4
* SkDocument/PDF: new APIhalcanary2016-04-271-2/+2
* update callsites for Make image factoriesreed2016-03-171-13/+12
* Unit Tests: eliminate stray SkDebugf()s.halcanary2016-02-241-7/+5
* SkPDF: Implement drawImage*() properlyhalcanary2015-10-011-2/+26
* SkInstallDiscardablePixelRef is deprecated, enforce thatreed2015-09-251-1/+1
* Style Change: NULL->nullptrhalcanary2015-08-271-3/+3
* SkPDF: clean up overuse of SK_SUPPORT_PDFhalcanary2015-08-111-3/+0
* SkPDF: allow PDF module to be disabled in DM and SampleApphalcanary2015-08-111-0/+3
* SkPDF: detect YUV-JPEG without relying on ImageGeneratorhalcanary2015-05-071-0/+38
* PDF: Correctly embed JPEG images directly into PDF output.halcanary2015-04-171-11/+1
* add ImageGenerator::NewFromData to porting layerreed2015-01-071-4/+1
* Remove PDF JPEG shortcut, since it fails on grayscale JPEGs.halcanary2014-12-021-1/+2
* JPEG(JFIF only) directly embedded into PDFhalcanary2014-08-271-0/+101