Searched defs:hasColorProfile (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
H A DJPEGImageDecoder.h49 virtual bool hasColorProfile() const OVERRIDE { return m_hasColorProfile; }
68 void setHasColorProfile(bool hasColorProfile) { m_hasColorProfile = hasColorProfile; } argument
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImageSource.cpp82 bool ImageSource::hasColorProfile() const function in class:blink::ImageSource
84 return m_decoder && m_decoder->hasColorProfile();
H A DDeferredImageDecoder.cpp131 bool DeferredImageDecoder::hasColorProfile() const function in class:blink::DeferredImageDecoder
133 return m_actualDecoder ? m_actualDecoder->hasColorProfile() : m_hasColorProfile;
211 m_hasColorProfile = m_actualDecoder->hasColorProfile();
H A DBitmapImage.cpp251 bool BitmapImage::hasColorProfile() const function in class:blink::BitmapImage
253 return m_source.hasColorProfile();
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
H A DImageDecoder.h177 virtual bool hasColorProfile() const { return false; } function in class:blink::ImageDecoder

Completed in 937 milliseconds