Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_parser.cpp95 m_V5Type.RemoveAll(); in CloseParser()
314 if (m_V5Type[objnum] == 1) { in GetObjectOffset()
317 if (m_V5Type[objnum] == 2) { in GetObjectOffset()
355 m_V5Type.SetSize(xrefsize); in LoadAllCrossRefV4()
458 m_V5Type.SetAtGrow(objnum, 0); in LoadLinearizedCrossRefV4()
481 m_V5Type.SetAtGrow(objnum, 1); in LoadLinearizedCrossRefV4()
554 m_V5Type.SetAtGrow(objnum, 0); in LoadCrossRefV4()
577 m_V5Type.SetAtGrow(objnum, 1); in LoadCrossRefV4()
610 m_V5Type.RemoveAll(); in RebuildCrossRef()
822 m_V5Type.SetAtGrow(objnum, 1); in RebuildCrossRef()
[all …]
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_create.cpp1254 if(m_pParser->m_V5Type[objnum] == 0 || m_pParser->m_V5Type[objnum] == 255) { in WriteOldIndirectObject()
1260 FX_BOOL bObjStm = (m_pParser->m_V5Type[objnum] == 2) && m_pEncryptDict && !m_pXRefStream; in WriteOldIndirectObject()
1281 if (m_pParser->m_V5Type[objnum] == 2) { in WriteOldIndirectObject()
1372 …while (dwStart <= dwEnd && (m_pParser->m_V5Type[dwStart] == 0 || m_pParser->m_V5Type[dwStart] == 2… in InitOldObjNumOffsets()
1379 while (j <= dwEnd && m_pParser->m_V5Type[j] != 0 && m_pParser->m_V5Type[j] != 255) { in InitOldObjNumOffsets()
1406 if (objnum < nOldSize && m_pParser->m_V5Type[objnum] != 0) { in InitNewObjNumOffsets()
1551 if (m_pParser->m_V5Type[objnum] == 0 || m_pParser->m_V5Type[objnum] == 255) { in WriteDoc_Stage1()
/external/pdfium/core/include/fpdfapi/
Dfpdf_parser.h588 CFX_ByteArray m_V5Type; variable