Home
last modified time | relevance | path

Searched refs:GammaAndColorProfileApplied (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
DWebImageDecoder.cpp59 …e = new BMPImageDecoder(ImageSource::AlphaPremultiplied, ImageSource::GammaAndColorProfileApplied); in init()
62 …e = new ICOImageDecoder(ImageSource::AlphaPremultiplied, ImageSource::GammaAndColorProfileApplied); in init()
/external/webkit/Source/WebCore/platform/graphics/
DImageSource.h148 GammaAndColorProfileApplied, enumerator
152 …remultiplied, GammaAndColorProfileOption gammaAndColorProfileOption = GammaAndColorProfileApplied);
/external/webkit/Source/WebCore/platform/graphics/skia/
DGraphicsContext3DSkia.cpp59 …olorProfile ? ImageSource::GammaAndColorProfileIgnored : ImageSource::GammaAndColorProfileApplied); in getImageData()
/external/webkit/Source/WebCore/platform/graphics/cairo/
DGraphicsContext3DCairo.cpp47 …olorProfile ? ImageSource::GammaAndColorProfileIgnored : ImageSource::GammaAndColorProfileApplied); in getImageData()
/external/webkit/Source/WebCore/platform/graphics/cg/
DGraphicsContext3DCG.cpp106 …olorProfile ? ImageSource::GammaAndColorProfileIgnored : ImageSource::GammaAndColorProfileApplied); in getImageData()
/external/webkit/Source/WebCore/platform/image-decoders/ico/
DICOImageDecoder.cpp207 …lorProfile ? ImageSource::GammaAndColorProfileIgnored : ImageSource::GammaAndColorProfileApplied)); in decodeAtIndex()