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

/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_graph_state.cpp157 CPDF_Path* pNewPath; local
158 FX_NEW_VECTOR(pNewPath, CPDF_Path, pData->m_PathCount + 8);
160 pNewPath[i] = pData->m_pPathList[i];
170 pData->m_pPathList = pNewPath;

Completed in 115 milliseconds