Searched defs:m_hasColorProfile (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/
H A DPNGImageDecoder.h47 virtual bool hasColorProfile() const OVERRIDE { return m_hasColorProfile; }
72 bool m_hasColorProfile; member in class:blink::PNGImageDecoder
/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; }
80 bool m_hasColorProfile; member in class:blink::JPEGImageDecoder
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DDeferredImageDecoder.h97 bool m_hasColorProfile; member in class:blink::DeferredImageDecoder
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
H A DWEBPImageDecoder.h46 virtual bool hasColorProfile() const OVERRIDE { return m_hasColorProfile; }
62 bool m_hasColorProfile; member in class:blink::WEBPImageDecoder

Completed in 129 milliseconds