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

/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_create.cpp789 if ((len = PDF_CreatorWriteTrailer(pCreator->m_pDocument, pFile, pCreator->m_pIDArray, pCreator->m_bCompress)) < 0) {
893 m_pIDArray = NULL;
1875 if (m_pIDArray) {
1880 if (PDF_CreatorAppendObject(m_pIDArray, &m_File, offset) < 0) {
1976 if (m_pIDArray) {
1977 m_pIDArray->Release();
1978 m_pIDArray = NULL;
2031 FX_BOOL bNewId = !m_pIDArray;
2032 if (!m_pIDArray) {
2034 m_pIDArray
[all...]
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_serial.h197 CPDF_Array* m_pIDArray; member in class:CPDF_Creator

Completed in 572 milliseconds