Home
last modified time | relevance | path

Searched refs:m_pPathList (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_graph_state.cpp28 m_pPathList = NULL; in CPDF_ClipPathData()
36 delete[] m_pPathList; in ~CPDF_ClipPathData()
50 m_pPathList = NULL; in CPDF_ClipPathData()
51 m_pPathList = NULL; in CPDF_ClipPathData()
59 m_pPathList = new CPDF_Path[alloc_size]; in CPDF_ClipPathData()
61 m_pPathList[i] = src.m_pPathList[i]; in CPDF_ClipPathData()
66 m_pPathList = NULL; in CPDF_ClipPathData()
90 m_pPathList = new CPDF_Path[alloc_size]; in SetCount()
141 CPDF_Path old_path = pData->m_pPathList[pData->m_PathCount - 1]; in AppendPath()
148 pData->m_pPathList[pData->m_PathCount].SetNull(); in AppendPath()
[all …]
/external/pdfium/core/include/fpdfapi/
Dfpdf_pageobj.h115 CPDF_Path* m_pPathList; variable
134 return m_pObject->m_pPathList[i]; in GetPath()