Searched refs:GammaAndColorProfileOption (Results 1 – 18 of 18) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | ImageSource.h | 71 enum GammaAndColorProfileOption { enum 76 …ImageSource(AlphaOption alphaOption = AlphaPremultiplied, GammaAndColorProfileOption gammaAndColor… 129 GammaAndColorProfileOption m_gammaAndColorProfileOption;
|
D | DeferredImageDecoder.h | 48 …reate(const SharedBuffer& data, ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption);
|
D | ImageSource.cpp | 38 …ImageSource(ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOption gammaAnd… in ImageSource()
|
D | DeferredImageDecoder.cpp | 62 …ffer& data, ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOption gammaAnd… in create()
|
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/ |
D | ImageDecoder.h | 61 …ImageDecoder(ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOption gammaAn… in ImageDecoder() 75 …reate(const SharedBuffer& data, ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption); 78 …nst SharedBuffer& data, ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption, size_t …
|
D | ImageDecoder.cpp | 84 …ffer& data, ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOption gammaAnd… in create()
|
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/bmp/ |
D | BMPImageDecoder.h | 42 …BMPImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption, size_t maxDecod…
|
D | BMPImageDecoder.cpp | 45 ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption, in BMPImageDecoder()
|
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/ |
D | PNGImageDecoder.h | 41 …PNGImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption, size_t maxDecod…
|
D | PNGImageDecoder.cpp | 218 ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption, in PNGImageDecoder()
|
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/ |
D | JPEGImageDecoder.h | 43 …JPEGImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption, size_t maxDeco…
|
D | JPEGImageDecoder.cpp | 595 ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption, in JPEGImageDecoder()
|
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/ |
D | GIFImageDecoder.h | 43 …GIFImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption, size_t maxDecod…
|
D | GIFImageDecoder.cpp | 38 ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption, in GIFImageDecoder()
|
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/ |
D | WEBPImageDecoder.h | 41 …WEBPImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption, size_t maxDeco…
|
D | WEBPImageDecoder.cpp | 52 ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption, in WEBPImageDecoder()
|
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/ico/ |
D | ICOImageDecoder.h | 43 …ICOImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption, size_t maxDecod…
|
D | ICOImageDecoder.cpp | 49 ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption, in ICOImageDecoder()
|