Home
last modified time | relevance | path

Searched refs:m_pProfile (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_colorspace.cpp251 RetainPtr<CPDF_IccProfile> m_pProfile; member in __anonec9a512f0111::CPDF_ICCBasedCS
907 m_pProfile = CPDF_DocPageData::FromDocument(pDoc)->GetIccProfile(pStream); in v_Load()
908 if (!m_pProfile) in v_Load()
915 if (m_pProfile->IsValid() && m_pProfile->GetComponents() != nComponents) in v_Load()
921 if (!m_pProfile->IsSupported() && in v_Load()
937 DCHECK(m_pProfile); in GetRGB()
938 if (m_pProfile->IsSRGB()) { in GetRGB()
944 if (m_pProfile->IsSupported()) { in GetRGB()
946 m_pProfile->Translate(pBuf.first(CountComponents()), rgb); in GetRGB()
967 if (m_pProfile->IsSRGB()) { in TranslateImageLine()
[all …]