Searched refs:gammaAndColorProfileOption (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/ |
D | ImageDecoder.cpp | 85 …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()
|
D | ImageDecoder.h | 60 …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/ |
D | BMPImageDecoder.cpp | 45 ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption, in BMPImageDecoder() argument 47 : ImageDecoder(alphaOption, gammaAndColorProfileOption, maxDecodedBytes) in BMPImageDecoder()
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | ImageSource.cpp | 38 …ource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption) in ImageSource() argument 40 , m_gammaAndColorProfileOption(gammaAndColorProfileOption) in ImageSource()
|
D | ImageSource.h | 76 …n alphaOption = AlphaPremultiplied, GammaAndColorProfileOption gammaAndColorProfileOption = GammaA…
|
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/ |
D | GIFImageDecoder.cpp | 38 ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption, in GIFImageDecoder() argument 40 : ImageDecoder(alphaOption, gammaAndColorProfileOption, maxDecodedBytes) in GIFImageDecoder()
|
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/ico/ |
D | ICOImageDecoder.cpp | 49 ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption, in ICOImageDecoder() argument 51 : ImageDecoder(alphaOption, gammaAndColorProfileOption, maxDecodedBytes) in ICOImageDecoder()
|
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/ |
D | PNGImageDecoder.cpp | 218 ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption, in PNGImageDecoder() argument 220 : ImageDecoder(alphaOption, gammaAndColorProfileOption, maxDecodedBytes) in PNGImageDecoder()
|
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/ |
D | WEBPImageDecoder.cpp | 129 ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption, in WEBPImageDecoder() argument 131 : ImageDecoder(alphaOption, gammaAndColorProfileOption, maxDecodedBytes) in WEBPImageDecoder()
|
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/ |
D | JPEGImageDecoder.cpp | 596 ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption, in JPEGImageDecoder() argument 598 : ImageDecoder(alphaOption, gammaAndColorProfileOption, maxDecodedBytes) in JPEGImageDecoder()
|