OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasColorProfile
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageSource.cpp
82
bool ImageSource::
hasColorProfile
() const
84
return m_decoder && m_decoder->
hasColorProfile
();
BitmapImage.cpp
251
bool BitmapImage::
hasColorProfile
() const
253
return m_source.
hasColorProfile
();
DeferredImageDecoder.cpp
131
bool DeferredImageDecoder::
hasColorProfile
() const
133
return m_actualDecoder ? m_actualDecoder->
hasColorProfile
() : m_hasColorProfile;
211
m_hasColorProfile = m_actualDecoder->
hasColorProfile
();
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
ImageDecoder.h
177
virtual bool
hasColorProfile
() const { return false; }
Completed in 113 milliseconds