index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
codec
/
SkMaskSwizzler.cpp
Commit message (
Expand
)
Author
Age
*
Fix bugs in SkBmpCodec
msarett
2016-02-03
*
Support decoding opaque to *premul
scroggo
2016-02-03
*
Delete reallyHasAlpha() from SkCodec
msarett
2016-01-11
*
Create an SkAndroidCodec API separate from SkCodec
msarett
2015-10-21
*
Fix SkSwizzler bug
msarett
2015-10-16
*
Add subsetting to SkScanlineDecoder
msarett
2015-10-13
*
Move all knowledge of X sampling into SkScaledCodec
scroggo
2015-10-02
*
Scanline decoding for bmp
msarett
2015-08-31
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Support more swizzles to 565 in SkCodec
scroggo
2015-08-14
*
Pass the destination pointer to next() in SkSwizzler
msarett
2015-07-27
*
***Disables swizzles to 565.
msarett
2015-04-09
*
Adding swizzles for bmp:
msarett
2015-03-18
*
Revert "Revert of fix for invalid for loop syntax broke build (patchset #1 id...
msarett
2015-03-16
*
Revert "Implementation of image decoding for bmp files, in accordance with th...
msarett
2015-03-16
*
Implementation of image decoding for bmp files, in accordance with the new API.
msarett
2015-03-16