OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GammaAndColorProfileIgnored
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageSource.h
72
GammaAndColorProfileIgnored
GraphicsContextRecorder.cpp
81
OwnPtr<ImageDecoder> imageDecoder = ImageDecoder::create(*buffer, ImageSource::AlphaPremultiplied, ImageSource::
GammaAndColorProfileIgnored
);
/external/chromium_org/third_party/WebKit/Source/platform/exported/
WebImageSkia.cpp
52
OwnPtr<ImageDecoder> decoder(ImageDecoder::create(*buffer.get(), ImageSource::AlphaPremultiplied, ImageSource::
GammaAndColorProfileIgnored
));
100
OwnPtr<ImageDecoder> decoder(ImageDecoder::create(*buffer.get(), ImageSource::AlphaPremultiplied, ImageSource::
GammaAndColorProfileIgnored
));
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
ImageDecoder.h
76
, m_ignoreGammaAndColorProfile(gammaAndColorProfileOption == ImageSource::
GammaAndColorProfileIgnored
)
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/ico/
ICOImageDecoder.cpp
232
m_ignoreGammaAndColorProfile ? ImageSource::
GammaAndColorProfileIgnored
: ImageSource::GammaAndColorProfileApplied, m_maxDecodedBytes));
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
WebGLImageConversion.cpp
[
all
...]
Completed in 128 milliseconds