Searched refs:m_pFunc (Results 1 – 1 of 1) sorted by relevance
225 std::unique_ptr<CPDF_Function> m_pFunc; member in __anoncf47c8730111::CPDF_SeparationCS246 std::unique_ptr<CPDF_Function> m_pFunc; member in __anoncf47c8730111::CPDF_DeviceNCS1136 m_pFunc = std::move(pFunc); in v_Load()1148 if (!m_pFunc) { in GetRGB()1159 CFX_FixedBufGrow<float, 16> results(m_pFunc->CountOutputs()); in GetRGB()1161 m_pFunc->Call(pBuf, 1, results, &nresults); in GetRGB()1206 m_pFunc = CPDF_Function::Load(pArray->GetDirectObjectAt(3)); in v_Load()1207 if (!m_pAltCS || !m_pFunc) in v_Load()1213 if (m_pFunc->CountOutputs() < m_pAltCS->CountComponents()) in v_Load()1220 if (!m_pFunc) in GetRGB()[all …]