index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
PDFJpegEmbedTest.cpp
Commit message (
Expand
)
Author
Age
*
remove discardablepixelref
Mike Reed
2016-10-25
*
change SkStreams to work with sk_sp<SkData> instead of SkData*
reed
2016-09-12
*
SkPDF/Tests: imporve test coverage.
halcanary
2016-09-09
*
Convert SkAutoTUnref<SkData> to sk_sp<SkData>.
bungeman
2016-08-03
*
Move off SK_SUPPORT_LEGACY_DATA_FACTORIES.
bungeman
2016-08-02
*
SkDocument/PDF: new API
halcanary
2016-04-27
*
update callsites for Make image factories
reed
2016-03-17
*
Unit Tests: eliminate stray SkDebugf()s.
halcanary
2016-02-24
*
SkPDF: Implement drawImage*() properly
halcanary
2015-10-01
*
SkInstallDiscardablePixelRef is deprecated, enforce that
reed
2015-09-25
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
SkPDF: clean up overuse of SK_SUPPORT_PDF
halcanary
2015-08-11
*
SkPDF: allow PDF module to be disabled in DM and SampleApp
halcanary
2015-08-11
*
SkPDF: detect YUV-JPEG without relying on ImageGenerator
halcanary
2015-05-07
*
PDF: Correctly embed JPEG images directly into PDF output.
halcanary
2015-04-17
*
add ImageGenerator::NewFromData to porting layer
reed
2015-01-07
*
Remove PDF JPEG shortcut, since it fails on grayscale JPEGs.
halcanary
2014-12-02
*
JPEG(JFIF only) directly embedded into PDF
halcanary
2014-08-27