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.cpp158 FX_BYTE* pNewType = FX_Alloc(FX_BYTE, pData->m_PathCount + 8); in AppendPath() local
159 FXSYS_memcpy32(pNewType, pData->m_pTypeList, pData->m_PathCount); in AppendPath()
164 pData->m_pTypeList = pNewType; in AppendPath()