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.cpp94 m_V5Type.RemoveAll(); in CloseParser()
325 if (m_V5Type[objnum] == 1) { in GetObjectOffset()
328 if (m_V5Type[objnum] == 2) { in GetObjectOffset()
366 m_V5Type.SetSize(xrefsize); in LoadAllCrossRefV4()
469 m_V5Type.SetAtGrow(objnum, 0); in LoadLinearizedCrossRefV4()
492 m_V5Type.SetAtGrow(objnum, 1); in LoadLinearizedCrossRefV4()
565 m_V5Type.SetAtGrow(objnum, 0); in LoadCrossRefV4()
588 m_V5Type.SetAtGrow(objnum, 1); in LoadCrossRefV4()
621 m_V5Type.RemoveAll(); in RebuildCrossRef()
831 m_V5Type.SetAtGrow(objnum, 1); in RebuildCrossRef()
[all …]
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_create.cpp1251 if(m_pParser->m_V5Type[objnum] == 0 || m_pParser->m_V5Type[objnum] == 255) { in WriteOldIndirectObject()
1257 FX_BOOL bObjStm = (m_pParser->m_V5Type[objnum] == 2) && m_pEncryptDict && !m_pXRefStream; in WriteOldIndirectObject()
1278 if (m_pParser->m_V5Type[objnum] == 2) { in WriteOldIndirectObject()
1369 …while (dwStart <= dwEnd && (m_pParser->m_V5Type[dwStart] == 0 || m_pParser->m_V5Type[dwStart] == 2… in InitOldObjNumOffsets()
1376 while (j <= dwEnd && m_pParser->m_V5Type[j] != 0 && m_pParser->m_V5Type[j] != 255) { in InitOldObjNumOffsets()
1403 if (objnum < nOldSize && m_pParser->m_V5Type[objnum] != 0) { in InitNewObjNumOffsets()
1549 if (m_pParser->m_V5Type[objnum] == 0 || m_pParser->m_V5Type[objnum] == 255) { in WriteDoc_Stage1()
/external/pdfium/core/include/fpdfapi/
Dfpdf_parser.h562 CFX_ByteArray m_V5Type; variable