OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ignoresGammaAndColorProfile
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
ImageDecoder.h
175
bool
ignoresGammaAndColorProfile
() const { return m_ignoreGammaAndColorProfile; }
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
WEBPImageDecoder.cpp
295
if ((m_formatFlags & ICCP_FLAG) && !
ignoresGammaAndColorProfile
())
485
if ((m_formatFlags & ICCP_FLAG) && !
ignoresGammaAndColorProfile
()) {
583
if ((m_formatFlags & ICCP_FLAG) && !
ignoresGammaAndColorProfile
())
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
JPEGImageDecoder.cpp
461
if (!m_decoder->
ignoresGammaAndColorProfile
()) {
[
all
...]
Completed in 89 milliseconds