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.cpp84 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()
Dfpdf_page_parser.cpp1145 … pShading->m_pFunctions, pShading->m_nFuncs, pShading->m_pCS)); in Handle_ShadeFill()
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h786 CPDF_Function* m_pFunctions[4]; variable
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_pattern.cpp773 CPDF_Function** pFuncs = pPattern->m_pFunctions; in DrawShading()