Searched refs:m_pProfile (Results 1 – 1 of 1) sorted by relevance
168 bool IsSRGB() const { return m_pProfile->IsSRGB(); } in IsSRGB()182 RetainPtr<CPDF_IccProfile> m_pProfile; member in __anoncf47c8730111::CPDF_ICCBasedCS790 if (m_pProfile && m_pDocument) { in ~CPDF_ICCBasedCS()791 CPDF_Stream* pStream = m_pProfile->GetStream(); in ~CPDF_ICCBasedCS()792 m_pProfile.Reset(); // Give up our reference first. in ~CPDF_ICCBasedCS()815 m_pProfile = pDoc->LoadIccProfile(pStream); in v_Load()816 if (!m_pProfile) in v_Load()823 if (m_pProfile->IsValid() && m_pProfile->GetComponents() != nComponents) in v_Load()829 if (!m_pProfile->IsSupported() && in v_Load()842 ASSERT(m_pProfile); in GetRGB()[all …]