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 72 m_pFunctions[i] = NULL;
82 if (m_pFunctions[i]) {
83 delete m_pFunctions[i];
85 m_pFunctions[i] = NULL;
106 if (m_pFunctions[i]) {
107 delete m_pFunctions[i];
119 m_pFunctions[i] = CPDF_Function::Load(((CPDF_Array*)pFunc)->GetElementValue(i));
122 m_pFunctions[0] = CPDF_Function::Load(pFunc);
  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 799 CPDF_Function* m_pFunctions[4];
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_pattern.cpp 741 CPDF_Function** pFuncs = pPattern->m_pFunctions;
    [all...]

Completed in 35 milliseconds