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

/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_parser.cpp95 m_V5Type.RemoveAll();
314 if (m_V5Type[objnum] == 1) {
317 if (m_V5Type[objnum] == 2) {
355 m_V5Type.SetSize(xrefsize);
458 m_V5Type.SetAtGrow(objnum, 0);
481 m_V5Type.SetAtGrow(objnum, 1);
554 m_V5Type.SetAtGrow(objnum, 0);
577 m_V5Type.SetAtGrow(objnum, 1);
610 m_V5Type.RemoveAll();
822 m_V5Type
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_create.cpp1254 if(m_pParser->m_V5Type[objnum] == 0 || m_pParser->m_V5Type[objnum] == 255) {
1260 FX_BOOL bObjStm = (m_pParser->m_V5Type[objnum] == 2) && m_pEncryptDict && !m_pXRefStream;
1281 if (m_pParser->m_V5Type[objnum] == 2) {
1372 while (dwStart <= dwEnd && (m_pParser->m_V5Type[dwStart] == 0 || m_pParser->m_V5Type[dwStart] == 255)) {
1379 while (j <= dwEnd && m_pParser->m_V5Type[j] != 0 && m_pParser->m_V5Type[j] != 255) {
1406 if (objnum < nOldSize && m_pParser->m_V5Type[objnum] != 0) {
1551 if (m_pParser->m_V5Type[objnu
[all...]
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_parser.h588 CFX_ByteArray m_V5Type; member in class:CPDF_Parser

Completed in 1917 milliseconds