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

  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_graph_state.cpp 28 m_pPathList = NULL;
36 delete[] m_pPathList;
50 m_pPathList = NULL;
51 m_pPathList = NULL;
59 m_pPathList = new CPDF_Path[alloc_size];
61 m_pPathList[i] = src.m_pPathList[i];
66 m_pPathList = NULL;
90 m_pPathList = new CPDF_Path[alloc_size];
141 CPDF_Path old_path = pData->m_pPathList[pData->m_PathCount - 1]
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 115 CPDF_Path* m_pPathList;
134 return m_pObject->m_pPathList[i];

Completed in 257 milliseconds