Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
edda5653e1e06e244c4fddc5954de8f896f7bf83
/
src
/
ports
/
SkImageEncoder_WIC.cpp
c0bd9f9
rewrite includes to not need so much -Ifoo
by Mike Klein
· 6 years ago
50ea3c0
Add support for MSVC run-time checks (and control flow guard)
by Brian Osman
· 6 years ago
f7c380e
try to remove workaround for VS 2010
by Mike Klein
· 6 years ago
8f11d4d
eliminate SK_BUILD_FOR_WIN32
by Mike Klein
· 7 years ago
1ef8094
turn on extended Clang warnings on Windows too
by Chris Dalton
· 7 years ago
c722f79
clang on windows support
by Mike Klein
· 7 years ago
68b8e3d
Revert "Revert "Delete copyTo(Allocator), hide copyTo() behind flag""
by Matt Sarett
· 8 years ago
0122af0
Revert "Delete copyTo(Allocator), hide copyTo() behind flag"
by Matt Sarett
· 8 years ago
d4a338f
Delete copyTo(Allocator), hide copyTo() behind flag
by Matt Sarett
· 8 years ago
4d1955c
Fix SkFILEStream.
by Ben Wagner
· 8 years ago
95e3c05
SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h
by Hal Canary
· 8 years ago
c456b73
Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h"
by Kevin Lubick
· 8 years ago
a5494f1
SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h
by Hal Canary
· 8 years ago
1fcc404
SkEncodeImage: no more link-time registration
by Hal Canary
· 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
36931c2
Add test for platform encoders, turn off platform encoders by default
by msarett
· 8 years ago
36c38cb
Fix WIC encoder to support kJPEG_Type
by msarett
· 8 years ago
93963ba
Revert of Fix WIC encoder to support kJPEG_Type (patchset #3 id:140001 of https://codereview.chromium.org/2245453002/ )
by msarett
· 8 years ago
b3a7ef1
Fix WIC encoder to support kJPEG_Type
by msarett
· 8 years ago
9d524f2
Style bikeshed - remove extraneous whitespace
by halcanary
· 9 years ago
d442d32
Remove extra definitions of SkMovie
by msarett
· 9 years ago
c1d0312
Rename encoders to Sk*ImageEncoder
by msarett
· 9 years ago
[Renamed from src/ports/SkImageDecoder_WIC.cpp]
e8597a4
Delete SkImageDecoder
by msarett
· 9 years ago
910f7ec
Revert of Delete SkImageDecoder (patchset #9 id:150001 of https://codereview.chromium.org/1820503002/ )
by msarett
· 9 years ago
f037fde
Delete SkImageDecoder
by msarett
· 9 years ago
041c870
Revert of Delete SkImageDecoder (patchset #8 id:130001 of https://codereview.chromium.org/1820503002/ )
by msarett
· 9 years ago
5b6e73e
Delete SkImageDecoder
by msarett
· 9 years ago
39b5495
Revert of Delete SkImageDecoder (patchset #7 id:110001 of https://codereview.chromium.org/1820503002/ )
by msarett
· 9 years ago
f799706
Delete SkImageDecoder
by msarett
· 9 years ago
60316a9
Disable the WIC encoder for jpegs
by msarett
· 9 years ago
e820dfe
Remove uses of SkImageDecoder from gms
by msarett
· 9 years ago
1ee7651
Start making all .cpp files compile-able on all platforms.
by mtklein
· 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
36352bf
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
by mtklein
· 10 years ago
72c9faa
Fix up all the easy virtual ... SK_OVERRIDE cases.
by mtklein
· 10 years ago
2a12080
Qualify the return value of SkImageDecoder::decode
by scroggo
· 10 years ago
a3264e5
Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)"
by commit-bot@chromium.org
· 10 years ago
28fcae2
Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/)
by commit-bot@chromium.org
· 11 years ago
96edc24
Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/)
by commit-bot@chromium.org
· 11 years ago
d923288
Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/)
by commit-bot@chromium.org
· 11 years ago
757ebd2
Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/)
by commit-bot@chromium.org
· 11 years ago
149e9a1
Rename kPMColor_SkColorType to kN32_SkColorType.
by commit-bot@chromium.org
· 11 years ago
e9336aa
use colortypes instead of bitmap::config
by reed@google.com
· 11 years ago
e7e29b7
scope ComputeIsOpaque with SkBitmap
by reed@google.com
· 11 years ago
383a697
store SkAlphaType inside SkBitmap, on road to support unpremul
by reed@google.com
· 11 years ago
8b16931
Second wave of Win64 warning cleanup
by robertphillips@google.com
· 11 years ago
8530296
Try to work around VS2010 intsafe/stdint multiple define issues.
by bungeman@google.com
· 11 years ago
b5571b3
Change SkImageDecoders to take an SkStreamRewindable.
by scroggo@google.com
· 11 years ago
bd6343b
Rewrite SkTRegistry to take any trivially-copyable type.
by mtklein@google.com
· 11 years ago
4b18f57
Clean up a few warnings on Windows x64.
by bungeman@google.com
· 11 years ago
2bbc2c9
Add an option to create unpremultiplied bitmaps.
by scroggo@google.com
· 11 years ago
39edf4c
Updates to skimage tool to use it for testing.
by scroggo@google.com
· 12 years ago
4c6adf9
Updates to images project.
by scroggo@google.com
· 12 years ago
e16efc1
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
c18143e
SkImageDecoder_WIC should work on Win7 with Win8 SDK.
by bungeman@google.com
· 12 years ago
dbfac8a
Defining new color constat for transparent color
by junov@google.com
· 12 years ago
59bfb12
Update WIC Image decoder to unpremul colors before save
by robertphillips@google.com
· 12 years ago
d6176b0
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/)
by rmistry@google.com
· 12 years ago
2e2f3f5
Update SkCoInitialize to better match spec.
by bungeman@google.com
· 13 years ago
955bb07
Make WIC encoder lock the bitmap pixels. http://codereview.appspot.com/4832045/
by bungeman@google.com
· 13 years ago
22b4950
Windows image decoder should handle all bitmap formats.
by bungeman@google.com
· 13 years ago
ec3ed6a
Automatic update of all copyright notices to reflect new license terms.
by epoger@google.com
· 13 years ago
9df621d
Wrap SkStreams in IStreams instead of copying data around.
by bungeman@google.com
· 13 years ago
242bb89
Add image encoder/decoder for Windows. http://codereview.appspot.com/4634078/
by bungeman@google.com
· 13 years ago