Searched refs:m_pProfile (Results 1 – 1 of 1) sorted by relevance
238 RetainPtr<CPDF_IccProfile> m_pProfile; member in __anon5df10cd10111::CPDF_ICCBasedCS926 m_pProfile = CPDF_DocPageData::FromDocument(pDoc)->GetIccProfile(pStream); in v_Load()927 if (!m_pProfile) in v_Load()934 if (m_pProfile->IsValid() && m_pProfile->GetComponents() != nComponents) in v_Load()940 if (!m_pProfile->IsSupported() && in v_Load()956 ASSERT(m_pProfile); in GetRGB()957 if (m_pProfile->IsSRGB()) { in GetRGB()963 if (m_pProfile->transform()) { in GetRGB()965 IccModule::Translate(m_pProfile->transform(), CountComponents(), pBuf, rgb); in GetRGB()993 if (m_pProfile->IsSRGB()) { in TranslateImageLine()[all …]