HomeSort by relevance Sort by last modified time
    Searched refs:m_pFunctions (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_pattern.cpp 84 m_pFunctions[i] = NULL;
95 if (m_pFunctions[i]) {
96 delete m_pFunctions[i];
98 m_pFunctions[i] = NULL;
120 if (m_pFunctions[i]) {
121 delete m_pFunctions[i];
133 m_pFunctions[i] = CPDF_Function::Load(((CPDF_Array*)pFunc)->GetElementValue(i));
136 m_pFunctions[0] = CPDF_Function::Load(pFunc);
  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 786 CPDF_Function* m_pFunctions[4];
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_pattern.cpp 773 CPDF_Function** pFuncs = pPattern->m_pFunctions;
    [all...]

Completed in 129 milliseconds