Home
last modified time | relevance | path

Searched refs:m_hasColorProfile (Results 1 – 8 of 8) 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()
68 void setHasColorProfile(bool hasColorProfile) { m_hasColorProfile = hasColorProfile; } in setHasColorProfile()
80 bool m_hasColorProfile; variable
DJPEGImageDecoder.cpp687 , m_hasColorProfile(false) in JPEGImageDecoder()
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/
DPNGImageDecoder.h47 virtual bool hasColorProfile() const OVERRIDE { return m_hasColorProfile; } in hasColorProfile()
72 bool m_hasColorProfile; variable
DPNGImageDecoder.cpp225 , m_hasColorProfile(false) in PNGImageDecoder()
362 m_hasColorProfile = !!m_reader->colorTransform(); in headerAvailable()
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
DWEBPImageDecoder.h46 virtual bool hasColorProfile() const OVERRIDE { return m_hasColorProfile; } in hasColorProfile()
62 bool m_hasColorProfile; variable
DWEBPImageDecoder.cpp135 , m_hasColorProfile(false) in WEBPImageDecoder()
296 m_hasColorProfile = true; in updateDemuxer()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DDeferredImageDecoder.cpp52 , m_hasColorProfile(false) in DeferredImageDecoder()
133 return m_actualDecoder ? m_actualDecoder->hasColorProfile() : m_hasColorProfile; in hasColorProfile()
211 m_hasColorProfile = m_actualDecoder->hasColorProfile(); in activateLazyDecoding()
DDeferredImageDecoder.h97 bool m_hasColorProfile; variable