Searched refs:m_pFunctions (Results 1 – 4 of 4) sorted by relevance
99 for (int i = 0; i < FX_ArraySize(m_pFunctions); ++i) in CPDF_ShadingPattern()100 m_pFunctions[i] = nullptr; in CPDF_ShadingPattern()105 delete m_pFunctions[i]; in ~CPDF_ShadingPattern()123 delete m_pFunctions[i]; in Load()132 m_pFunctions[i] = CPDF_Function::Load(pArray->GetElementValue(i)); in Load()135 m_pFunctions[0] = CPDF_Function::Load(pFunc); in Load()
1090 pShading->m_pFunctions, pShading->m_nFuncs, in Handle_ShadeFill()
722 CPDF_Function* m_pFunctions[4]; variable
833 CPDF_Function** pFuncs = pPattern->m_pFunctions; in DrawShading()