Home
last modified time | relevance | path

Searched defs:hasColorProfile (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
DJPEGImageDecoder.h49 virtual bool hasColorProfile() const OVERRIDE { return m_hasColorProfile; } in hasColorProfile() function
68 void setHasColorProfile(bool hasColorProfile) { m_hasColorProfile = hasColorProfile; } in setHasColorProfile()
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/
DPNGImageDecoder.h47 virtual bool hasColorProfile() const OVERRIDE { return m_hasColorProfile; } in hasColorProfile() function
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
DWEBPImageDecoder.h46 virtual bool hasColorProfile() const OVERRIDE { return m_hasColorProfile; } in hasColorProfile() function
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DImageSource.cpp82 bool ImageSource::hasColorProfile() const in hasColorProfile() function in blink::ImageSource
DDeferredImageDecoder.cpp131 bool DeferredImageDecoder::hasColorProfile() const in hasColorProfile() function in blink::DeferredImageDecoder
DBitmapImage.cpp251 bool BitmapImage::hasColorProfile() const in hasColorProfile() function in blink::BitmapImage
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
DImageDecoder.h177 virtual bool hasColorProfile() const { return false; } in hasColorProfile() function