Home
last modified time | relevance | path

Searched refs:GammaAndColorProfileOption (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DImageSource.h71 enum GammaAndColorProfileOption { enum
76 …ImageSource(AlphaOption alphaOption = AlphaPremultiplied, GammaAndColorProfileOption gammaAndColor…
129 GammaAndColorProfileOption m_gammaAndColorProfileOption;
DDeferredImageDecoder.h48 …reate(const SharedBuffer& data, ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption);
DImageSource.cpp38 …ImageSource(ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOption gammaAnd… in ImageSource()
DDeferredImageDecoder.cpp62 …ffer& data, ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOption gammaAnd… in create()
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
DImageDecoder.h61 …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 …
DImageDecoder.cpp84 …ffer& data, ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOption gammaAnd… in create()
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/bmp/
DBMPImageDecoder.h42 …BMPImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption, size_t maxDecod…
DBMPImageDecoder.cpp45 ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption, in BMPImageDecoder()
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/
DPNGImageDecoder.h41 …PNGImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption, size_t maxDecod…
DPNGImageDecoder.cpp218 ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption, in PNGImageDecoder()
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
DJPEGImageDecoder.h43 …JPEGImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption, size_t maxDeco…
DJPEGImageDecoder.cpp595 ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption, in JPEGImageDecoder()
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
DGIFImageDecoder.h43 …GIFImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption, size_t maxDecod…
DGIFImageDecoder.cpp38 ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption, in GIFImageDecoder()
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
DWEBPImageDecoder.h41 …WEBPImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption, size_t maxDeco…
DWEBPImageDecoder.cpp52 ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption, in WEBPImageDecoder()
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/ico/
DICOImageDecoder.h43 …ICOImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption, size_t maxDecod…
DICOImageDecoder.cpp49 ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption, in ICOImageDecoder()