OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GammaAndColorProfileIgnored
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageSource.h
73
GammaAndColorProfileIgnored
GraphicsContext3D.cpp
721
ignoreGammaAndColorProfile ? ImageSource::
GammaAndColorProfileIgnored
: ImageSource::GammaAndColorProfileApplied));
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/exported/
WebImageSkia.cpp
54
OwnPtr<ImageDecoder> decoder(ImageDecoder::create(*buffer.get(), ImageSource::AlphaPremultiplied, ImageSource::
GammaAndColorProfileIgnored
));
102
OwnPtr<ImageDecoder> decoder(ImageDecoder::create(*buffer.get(), ImageSource::AlphaPremultiplied, ImageSource::
GammaAndColorProfileIgnored
));
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
ImageDecoder.h
63
, 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));
Completed in 1246 milliseconds