Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_graph_state.cpp153 CPDF_Path* pNewPath = new CPDF_Path[pData->m_PathCount + 8]; in AppendPath() local
155 pNewPath[i] = pData->m_pPathList[i]; in AppendPath()
163 pData->m_pPathList = pNewPath; in AppendPath()