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

/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_graph_state.cpp29 m_pTypeList = NULL;
39 if (m_pTypeList) {
40 FX_Free(m_pTypeList);
65 m_pTypeList = FX_Alloc(FX_BYTE, alloc_size);
66 FXSYS_memcpy32(m_pTypeList, src.m_pTypeList, m_PathCount);
69 m_pTypeList = NULL;
94 m_pTypeList = FX_Alloc(FX_BYTE, alloc_size);
166 FXSYS_memcpy32(pNewType, pData->m_pTypeList, pData->m_PathCount);
167 if (pData->m_pTypeList) {
[all...]
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_pageobj.h119 FX_BYTE* m_pTypeList; member in class:CPDF_ClipPathData
141 return m_pObject->m_pTypeList[i];

Completed in 570 milliseconds