index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
pdf
/
SkPDFBitmap.cpp
Commit message (
Expand
)
Author
Age
*
Fix many return-std-move-in-c++11 warnings
Kevin Lubick
2018-04-16
*
SkPDF: smarter Jpeg when libjpeg-turbo is present
Hal Canary
2018-04-07
*
Revert "Revert "remove SK_SUPPORT_LEGACY_PDF_PIXELSERIALIZER dead code""
Mike Reed
2017-12-15
*
Revert "remove SK_SUPPORT_LEGACY_PDF_PIXELSERIALIZER dead code"
Mike Reed
2017-12-15
*
remove SK_SUPPORT_LEGACY_PDF_PIXELSERIALIZER dead code
Mike Reed
2017-12-15
*
SkBitmap::pixmap
Hal Canary
2017-12-15
*
Moving extra options/parameters into PDFMetadata
Mike Reed
2017-12-14
*
make most of SkColorPriv.h private
Cary Clark
2017-09-15
*
SkPDF: SkWStream::write -> SkWStream::writeText
Hal Canary
2017-08-28
*
SkPDF: handle unsupported colortypes (e.g. F16) uniformly
Hal Canary
2017-07-20
*
SkPDF: Re-use Jpeg Image Shaders
Hal Canary
2017-07-18
*
Index8 is dead, remove guarded code
Mike Reed
2017-07-17
*
Guard to remove kIndex_8_SkColorType
Mike Reed
2017-07-13
*
Revert "Revert "Change image encode api to return sk_sp""
Mike Reed
2017-07-12
*
Revert "Change image encode api to return sk_sp"
Mike Reed
2017-07-11
*
Change image encode api to return sk_sp
Mike Reed
2017-07-11
*
SkPDF: assert premultiplied bitmaps are valid in debug.
Hal Canary
2017-05-25
*
SkStream: DynamicMemoryWStream gets writeToAndReset
Hal Canary
2017-05-24
*
Revert "Revert "Delete copyTo(Allocator), hide copyTo() behind flag""
Matt Sarett
2017-04-28
*
Revert "Delete copyTo(Allocator), hide copyTo() behind flag"
Matt Sarett
2017-04-27
*
Delete copyTo(Allocator), hide copyTo() behind flag
Matt Sarett
2017-04-27
*
hide lockpixels api behind flag
Mike Reed
2017-04-17
*
Plumb dst color space in many places, rather than "mode"
Brian Osman
2016-12-09
*
Support decoding images to multiple formats, depending on usage
Brian Osman
2016-11-21
*
Revert "Support decoding images to multiple formats, depending on usage"
Brian Osman
2016-11-15
*
Support decoding images to multiple formats, depending on usage
Brian Osman
2016-11-15
*
SkPDF: in-place font subsetting
halcanary
2016-08-18
*
Add alphaType() to SkImage
brianosman
2016-08-17
*
Remove unnecessary includes in src/pdf/
martina.kollarova
2016-06-29
*
SkPDF: handle unpremul right
halcanary
2016-06-03
*
SkPDF s/SkAutoTDelete/std::unique_ptr/
halcanary
2016-03-28
*
SkPDF: draw{Image,Bitmap} always serializes early
halcanary
2016-03-25
*
SkPDF: add drop() virtual to release resources early.
halcanary
2016-03-21
*
SkPDF: Add sk_sp setters; .release() becomes std::move()
halcanary
2016-03-08
*
Revert of SkPDF: Add sk_sp setters; .release() becomes std::move() (patchset ...
halcanary
2016-03-08
*
SkPDF: Add sk_sp setters; .release() becomes std::move()
halcanary
2016-03-08
*
SkPDF: s/SkAutoTUnref/sk_sp/g
halcanary
2016-03-07
*
SkPDF: AutoTUnref<T> changes in use
halcanary
2016-03-06
*
SkPDF: Let client re-encode JPGs if they want to
halcanary
2016-02-25
*
SkDocument::setDCTEncoder() for old versions of webkit
halcanary
2015-12-10
*
SkPDF: add `final` keyword to leaf classes
halcanary
2015-11-22
*
SkPDF: Deal with missing ColorTable (don't assert)
halcanary
2015-11-10
*
SkPDF: images support 32-but-not-N32 colortype
halcanary
2015-11-06
*
SkPDF: Optionally output PDF/A-2b archive format.
halcanary
2015-10-12
*
Revert of SkPDF: Optionally output PDF/A-2b archive format. (patchset #5 id:...
bungeman
2015-10-09
*
SkPDF: Optionally output PDF/A-2b archive format.
halcanary
2015-10-09
*
SkPDF: Implement drawImage*() properly
halcanary
2015-10-01
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
SkPDF: Simplify PDFStream / emitObject() const
halcanary
2015-08-19
[next]