Searched refs:m_pSubFunctions (Results 1 – 1 of 1) sorted by relevance
731 std::vector<CPDF_Function*> m_pSubFunctions; member in CPDF_StitchFunc743 for (auto& sub : m_pSubFunctions) { in ~CPDF_StitchFunc()787 m_pSubFunctions.push_back(pFunc.release()); in v_Init()812 for (i = 0; i < m_pSubFunctions.size() - 1; i++) in v_Call()816 if (!m_pSubFunctions[i]) { in v_Call()822 m_pSubFunctions[i]->Call(&input, kRequiredNumInputs, outputs, nresults); in v_Call()