Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
565901db954c231840750ea955ed31b820b9ade8
/
src
/
codec
/
SkBmpCodec.cpp
db30be2
Make SkCodec support peek() and read()
by scroggo
· 9 years ago
886e5e4
Fix overflow caught by ASAN.
by benjaminwagner
· 9 years ago
be8216a
Make SkAndroidCodec support ico
by msarett
· 9 years ago
97ff7f5
Revert of Make SkAndroidCodec support ico (patchset #7 id:130002 of https://codereview.chromium.org/1472933002/ )
by scroggo
· 9 years ago
1603e93
Make SkAndroidCodec support ico
by msarett
· 9 years ago
3d9d7a7
Create an SkAndroidCodec API separate from SkCodec
by msarett
· 9 years ago
fdb4757
Add subsetting to SkScanlineDecoder
by msarett
· 9 years ago
e6dd004
Fill incomplete images in SkCodec parent class
by msarett
· 9 years ago
e7fc14b
Move all knowledge of X sampling into SkScaledCodec
by scroggo
· 9 years ago
3a7701c
Call rewindIfNeeded in SkCodec
by scroggo
· 9 years ago
46c5747
Merge SkCodec with SkScanlineDecoder
by scroggo
· 9 years ago
106b124
Remove SkNEW and SkDELETE macros
by mdempsky
· 9 years ago
9aa32d1
Fix bmp bug in ReadHeader()
by msarett
· 9 years ago
5406d6f
Scanline decoding for bmp
by msarett
· 9 years ago
96fcdcc
Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002
by halcanary
· 9 years ago
385fe4d
Style Change: SkNEW->new; SkDELETE->delete
by halcanary
· 9 years ago
cc2feb1
Support more swizzles to 565 in SkCodec
by scroggo
· 9 years ago
d0375bc
Fix bmp RLE "bug"
by msarett
· 9 years ago
b427db1
Consolidate SkCodec functions for handling rewind
by scroggo
· 9 years ago
4ab9d5f
Split SkBmpCodec into three separate classes
by msarett
· 9 years ago
b46e5e2
Rename SkCodec_libbmp to SkBmpCodec
by msarett
· 9 years ago
[Renamed (99%) from src/codec/SkCodec_libbmp.cpp]
614aa07
Pass the destination pointer to next() in SkSwizzler
by msarett
· 9 years ago
b636b45
Add the ability to decode a subset to SkCodec
by scroggo
· 9 years ago
eb602a5
SkCodec no longer inherits from SkImageGenerator.
by scroggo
· 9 years ago
9e43cab
Requires a minor API change to pass the color table to getScanlineDecoder, as we do with getPixels().
by msarett
· 10 years ago
4b17fa3
Ensure that we create a NULL codec for images with zero dimensions
by msarett
· 10 years ago
e16b04a
SkJpegCodec
by msarett
· 10 years ago
3c309db
Implementing filling for SkBmpCodec
by msarett
· 10 years ago
438b2ad
***Disables swizzles to 565.
by msarett
· 10 years ago
0a7e69c
Get rid of leaks in SkCodec::NewFromStream.
by scroggo
· 10 years ago
79e378d
Handle rewinds in SkBmpCodec.
by scroggo
· 10 years ago
a096d7a
SkCodec: add wbmp class
by halcanary
· 10 years ago
230d4ac
Use a wrapper for SkDebugf in SkCodec.
by scroggo
· 10 years ago
9bde918
Enabling ico decoding with use of png and bmp decoders
by msarett
· 10 years ago
7aa846c
Revert of Enabling ico decoding with use of png and bmp decoders (patchset #10 id:280001 of https://codereview.chromium.org/1011343003/)
by tomhudson
· 10 years ago
15bfd07
Enabling ico decoding with use of png and bmp decoders
by msarett
· 10 years ago
f21ef27
Do not create empty color table if it does not exist
by msarett
· 10 years ago
eed039b
Adding swizzles for bmp:
by msarett
· 10 years ago
9552662
Option for SkCodec to treat dst as all zeroes.
by scroggo
· 10 years ago
7411438
Revert "Revert of fix for invalid for loop syntax broke build (patchset #1 id:1 of https://codereview.chromium.org/1007373003/)"
by msarett
· 10 years ago
dfdec78
Revert "Implementation of image decoding for bmp files, in accordance with the new API."
by msarett
· 10 years ago
3675874
Implementation of image decoding for bmp files, in accordance with the new API.
by msarett
· 10 years ago