OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_hasProfile
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/webp/
WEBPImageDecoder.h
68
bool
m_hasProfile
;
WEBPImageDecoder.cpp
58
,
m_hasProfile
(false)
173
else if (
m_hasProfile
&& !m_haveReadProfile)
224
m_hasProfile
= (m_formatFlags & ICCP_FLAG) && !ignoresGammaAndColorProfile();
408
if (
m_hasProfile
) {
520
if (
m_hasProfile
)
Completed in 2783 milliseconds