Searched refs:m_pFunctions (Results 1 – 4 of 4) sorted by relevance
84 m_pFunctions[i] = NULL; in CPDF_ShadingPattern()95 if (m_pFunctions[i]) { in Clear()96 delete m_pFunctions[i]; in Clear()98 m_pFunctions[i] = NULL; in Clear()120 if (m_pFunctions[i]) { in Load()121 delete m_pFunctions[i]; in Load()133 m_pFunctions[i] = CPDF_Function::Load(((CPDF_Array*)pFunc)->GetElementValue(i)); in Load()136 m_pFunctions[0] = CPDF_Function::Load(pFunc); in Load()
1145 … pShading->m_pFunctions, pShading->m_nFuncs, pShading->m_pCS)); in Handle_ShadeFill()
786 CPDF_Function* m_pFunctions[4]; variable
773 CPDF_Function** pFuncs = pPattern->m_pFunctions; in DrawShading()