Searched refs:m_hasColorProfile (Results 1 – 8 of 8) sorted by relevance
49 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
687 , m_hasColorProfile(false) in JPEGImageDecoder()
47 virtual bool hasColorProfile() const OVERRIDE { return m_hasColorProfile; } in hasColorProfile()72 bool m_hasColorProfile; variable
225 , m_hasColorProfile(false) in PNGImageDecoder()362 m_hasColorProfile = !!m_reader->colorTransform(); in headerAvailable()
46 virtual bool hasColorProfile() const OVERRIDE { return m_hasColorProfile; } in hasColorProfile()62 bool m_hasColorProfile; variable
135 , m_hasColorProfile(false) in WEBPImageDecoder()296 m_hasColorProfile = true; in updateDemuxer()
52 , m_hasColorProfile(false) in DeferredImageDecoder()133 return m_actualDecoder ? m_actualDecoder->hasColorProfile() : m_hasColorProfile; in hasColorProfile()211 m_hasColorProfile = m_actualDecoder->hasColorProfile(); in activateLazyDecoding()
97 bool m_hasColorProfile; variable