Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_pattern.cpp99 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()
Dfpdf_page_parser.cpp1090 pShading->m_pFunctions, pShading->m_nFuncs, in Handle_ShadeFill()
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h722 CPDF_Function* m_pFunctions[4]; variable
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_pattern.cpp833 CPDF_Function** pFuncs = pPattern->m_pFunctions; in DrawShading()