Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_create.cpp836 pCreator->m_pIDArray, in GenerateXRefStream()
938 m_pIDArray = NULL; in CPDF_Creator()
1860 if (m_pIDArray) { in WriteDoc_Stage4()
1865 if (PDF_CreatorAppendObject(m_pIDArray, &m_File, offset) < 0) { in WriteDoc_Stage4()
1959 if (m_pIDArray) { in Clear()
1960 m_pIDArray->Release(); in Clear()
1961 m_pIDArray = NULL; in Clear()
1988 FX_BOOL bNewId = !m_pIDArray; in InitID()
1989 if (!m_pIDArray) { in InitID()
1990 m_pIDArray = new CPDF_Array; in InitID()
[all …]
/external/pdfium/core/include/fpdfapi/
Dfpdf_serial.h96 CPDF_Array* m_pIDArray; variable