Home
last modified time | relevance | path

Searched refs:gammaAndColorProfileOption (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
DImageDecoder.cpp85 …ource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption) in create() argument
97 … return adoptPtr(new JPEGImageDecoder(alphaOption, gammaAndColorProfileOption, maxDecodedBytes)); in create()
100 … return adoptPtr(new PNGImageDecoder(alphaOption, gammaAndColorProfileOption, maxDecodedBytes)); in create()
103 … return adoptPtr(new GIFImageDecoder(alphaOption, gammaAndColorProfileOption, maxDecodedBytes)); in create()
106 … return adoptPtr(new ICOImageDecoder(alphaOption, gammaAndColorProfileOption, maxDecodedBytes)); in create()
109 … return adoptPtr(new WEBPImageDecoder(alphaOption, gammaAndColorProfileOption, maxDecodedBytes)); in create()
112 … return adoptPtr(new BMPImageDecoder(alphaOption, gammaAndColorProfileOption, maxDecodedBytes)); in create()
DImageDecoder.h60 …phaOption alphaOption, ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption, size_t … in ImageDecoder() argument
62 …, m_ignoreGammaAndColorProfile(gammaAndColorProfileOption == ImageSource::GammaAndColorProfileIgno… in ImageDecoder()
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/bmp/
DBMPImageDecoder.cpp45 ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption, in BMPImageDecoder() argument
47 : ImageDecoder(alphaOption, gammaAndColorProfileOption, maxDecodedBytes) in BMPImageDecoder()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DImageSource.cpp38 …ource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption) in ImageSource() argument
40 , m_gammaAndColorProfileOption(gammaAndColorProfileOption) in ImageSource()
DImageSource.h76 …n alphaOption = AlphaPremultiplied, GammaAndColorProfileOption gammaAndColorProfileOption = GammaA…
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
DGIFImageDecoder.cpp38 ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption, in GIFImageDecoder() argument
40 : ImageDecoder(alphaOption, gammaAndColorProfileOption, maxDecodedBytes) in GIFImageDecoder()
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/ico/
DICOImageDecoder.cpp49 ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption, in ICOImageDecoder() argument
51 : ImageDecoder(alphaOption, gammaAndColorProfileOption, maxDecodedBytes) in ICOImageDecoder()
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/
DPNGImageDecoder.cpp218 ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption, in PNGImageDecoder() argument
220 : ImageDecoder(alphaOption, gammaAndColorProfileOption, maxDecodedBytes) in PNGImageDecoder()
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
DWEBPImageDecoder.cpp129 ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption, in WEBPImageDecoder() argument
131 : ImageDecoder(alphaOption, gammaAndColorProfileOption, maxDecodedBytes) in WEBPImageDecoder()
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
DJPEGImageDecoder.cpp596 ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption, in JPEGImageDecoder() argument
598 : ImageDecoder(alphaOption, gammaAndColorProfileOption, maxDecodedBytes) in JPEGImageDecoder()