Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_graph_state.cpp146 uint8_t* pNewType = FX_Alloc(uint8_t, pData->m_PathCount + 8); in AppendPath() local
147 FXSYS_memcpy(pNewType, pData->m_pTypeList, pData->m_PathCount); in AppendPath()
150 pData->m_pTypeList = pNewType; in AppendPath()