Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_func.cpp731 std::vector<CPDF_Function*> m_pSubFunctions; member in CPDF_StitchFunc
743 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()