Searched refs:hasColorProfile (Results 1 - 11 of 11) 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; }
63 void setHasColorProfile(bool hasColorProfile) { m_hasColorProfile = hasColorProfile; } argument
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/
H A DPNGImageDecoder.h47 virtual bool hasColorProfile() const OVERRIDE { return m_hasColorProfile; }
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DBitmapImageTest.cpp188 EXPECT_TRUE(m_image->hasColorProfile());
195 EXPECT_TRUE(m_image->hasColorProfile());
202 EXPECT_TRUE(m_image->hasColorProfile());
H A DImageSource.cpp81 bool ImageSource::hasColorProfile() const function in class:WebCore::ImageSource
83 return m_decoder && m_decoder->hasColorProfile();
H A DDeferredImageDecoder.h64 bool hasColorProfile() const;
H A DImageSource.h105 bool hasColorProfile() const;
H A DDeferredImageDecoder.cpp134 bool DeferredImageDecoder::hasColorProfile() const function in class:WebCore::DeferredImageDecoder
136 return m_actualDecoder ? m_actualDecoder->hasColorProfile() : m_hasColorProfile;
214 m_hasColorProfile = m_actualDecoder->hasColorProfile();
H A DBitmapImage.h71 bool hasColorProfile() const;
H A DBitmapImage.cpp252 bool BitmapImage::hasColorProfile() const function in class:WebCore::BitmapImage
254 return m_source.hasColorProfile();
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
H A DWEBPImageDecoder.h46 virtual bool hasColorProfile() const OVERRIDE { return m_hasColorProfile; }
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
H A DImageDecoder.h157 virtual bool hasColorProfile() const { return false; } function in class:WebCore::ImageDecoder

Completed in 387 milliseconds