Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
ddad4c60aec368672315665216825d2a678376a5
/
src
/
codec
/
SkSampledCodec.cpp
9241a6d
Reland "Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime""
by Brian Salomon
· 5 years ago
cb55010
Revert "Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime""
by Ravi Mistry
· 5 years ago
6fc04f8
Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime"
by Brian Salomon
· 5 years ago
9c21978
Revert "SkSurface asynchronous read APIs allow client to extend pixel lifetime"
by Brian Salomon
· 5 years ago
ce240cc
SkSurface asynchronous read APIs allow client to extend pixel lifetime
by Brian Salomon
· 5 years ago
c0bd9f9
rewrite includes to not need so much -Ifoo
by Mike Klein
· 6 years ago
32526b5
Treat start(Incremental/Scanline)Decode errors as failures
by Leon Scroggins III
· 6 years ago
6e45ce7
Fix uninitialized errors in SkPngCodec
by Leon Scroggins III
· 6 years ago
712476e
Remove SkCodec::fSrcInfo
by Leon Scroggins III
· 6 years ago
2d40490
Move some functions to MathPriv.h
by Hal Canary
· 6 years ago
e643a9e
SkCodec: Always use 0 for filling
by Leon Scroggins III
· 6 years ago
b62f50c
Replace nearly all kRespect with kIgnore
by Brian Osman
· 7 years ago
da3e9ad
Make SkAndroidCodec (optionally) respect origin
by Leon Scroggins III
· 7 years ago
571b30f
Reland "Remove support for decoding to kIndex_8"
by Leon Scroggins
· 8 years ago
8321f75
Revert "Remove support for decoding to kIndex_8"
by Leon Scroggins
· 8 years ago
742a3e2
Remove support for decoding to kIndex_8
by Leon Scroggins III
· 8 years ago
674a184
Add SkCodec::Result indicating error in the data
by Leon Scroggins III
· 8 years ago
cf3f234
Add SkTransferFunctionBehavior flag: Use in codec and encoder
by Matt Sarett
· 8 years ago
db68301
SkImageEncoder: simplify API
by Hal Canary
· 8 years ago
a2b4bdc
Revert 248ff023 & 2cb6cb72
by Hal Canary
· 8 years ago
248ff02
SkImageEncoder: simplify API
by Hal Canary
· 8 years ago
19b9153
Add support for multiple frames in SkCodec
by scroggo
· 8 years ago
4f2a88c
Incremental decode: only use subset for subsetting
by scroggo
· 8 years ago
ff9f7bb
Simplify rowsDecoded returned by incrementalDecode
by scroggo
· 8 years ago
c6c81e1
Fix filling of incomplete images in SkSampledCodec
by msarett
· 8 years ago
8e6c7ad
Make SkPngCodec decode progressively.
by scroggo
· 8 years ago
f7eb6fc
Implement Fill() for incomplete decodes to RGBA_F16
by msarett
· 8 years ago
d8d6855
Revert of Make SkPngCodec decode progressively. (patchset #26 id:520001 of https://codereview.chromium.org/1997703003/ )
by scroggo
· 9 years ago
6fb2391
Make SkPngCodec decode progressively.
by scroggo
· 9 years ago
26694c3
Revert of Make SkPngCodec decode progressively. (patchset #24 id:480001 of https://codereview.chromium.org/1997703003/ )
by scroggo
· 9 years ago
30e78c9
Make SkPngCodec decode progressively.
by scroggo
· 9 years ago
9a89a09
Revert of Make SkPngCodec decode progressively. (patchset #18 id:340001 of https://codereview.chromium.org/1997703003/ )
by scroggo
· 9 years ago
a4b09a1
Make SkPngCodec decode progressively.
by scroggo
· 9 years ago
c5560be
Support decoding opaque to *premul
by scroggo
· 9 years ago
a4970dc
Delete reallyHasAlpha() from SkCodec
by msarett
· 9 years ago
90c4d5f
Add reallyHasAlpha() to SkAndroidCodec
by msarett
· 9 years ago
565901d
Switch SkAutoMalloc to SkAutoTMalloc to avoid cast
by scroggo
· 9 years ago
5af4e0b
Make SkAndroidCodec support gif
by msarett
· 9 years ago
887e18e
Make SkAndroidCodec support bmp
by msarett
· 9 years ago
691ad76
Fix bug in sampled decodes
by msarett
· 9 years ago
e95a068
Make AndroidOptions const
by scroggo
· 9 years ago
501b734
Combine native sampling with sampling
by scroggo
· 9 years ago
a3f792d
Rename SkScaledCodec.cpp to SkSampledCodec.cpp
by scroggo
· 9 years ago
[Renamed (99%) from src/codec/SkScaledCodec.cpp]
3d9d7a7
Create an SkAndroidCodec API separate from SkCodec
by msarett
· 9 years ago
e6dd004
Fill incomplete images in SkCodec parent class
by msarett
· 9 years ago
2c3b218
Focus SkScaledCodec on BitmapRegionDecoder
by scroggo
· 9 years ago
cc7f305
SkScaledCodec should implement onRewind()
by msarett
· 9 years ago
e7fc14b
Move all knowledge of X sampling into SkScaledCodec
by scroggo
· 9 years ago
46c5747
Merge SkCodec with SkScanlineDecoder
by scroggo
· 9 years ago
6c50a8f
Use rounding when converting desiredScale to a sampleSize
by msarett
· 9 years ago
10522ff
Scanline decoding for gifs
by msarett
· 9 years ago
e3330cf
Revert of Scanline decoding for gifs (patchset #15 id:380001 of https://codereview.chromium.org/1305123002/ )
by jcgregorio
· 9 years ago
e9c10b9
Scanline decoding for gifs
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
a83593b
Prefer native scaling to sampling
by msarett
· 9 years ago
8f4ba76
SkScaledCodec class
by emmaleer
· 9 years ago
b0a32cc
Revert of SkScaledCodec class (patchset #35 id:680001 of https://codereview.chromium.org/1260673002/ )
by egdaniel
· 9 years ago
b157917
SkScaledCodec class
by emmaleer
· 9 years ago
c7993d7
Revert of SkScaledCodec class (patchset #34 id:660001 of https://codereview.chromium.org/1260673002/ )
by emmaleer
· 9 years ago
d518ea7
SkScaledCodec class
by emmaleer
· 9 years ago
e5aaa07
Revert of SkScaledCodec class (patchset #32 id:620001 of https://codereview.chromium.org/1260673002/ )
by emmaleer
· 9 years ago
0944100
SkScaledCodec class
by emmaleer
· 9 years ago