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

/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_func.cpp682 CPDF_Function** m_pSubFunctions; member in class:CPDF_StitchFunc
689 m_pSubFunctions = NULL;
696 if (m_pSubFunctions[i]) {
697 delete m_pSubFunctions[i];
699 if (m_pSubFunctions) {
700 FX_Free(m_pSubFunctions);
723 m_pSubFunctions = FX_Alloc(CPDF_Function*, m_nSubs);
724 FXSYS_memset32(m_pSubFunctions, 0, sizeof(CPDF_Function*)*m_nSubs);
732 m_pSubFunctions[i] = CPDF_Function::Load(pSub);
733 if (m_pSubFunctions[
[all...]

Completed in 281 milliseconds