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

/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_parser.cpp1053 FX_INT32 startnum = IndexArray[i * 2]; local
1054 if (startnum < 0) {
1057 m_dwXrefStartObjNum = startnum;
1064 if ((FX_DWORD)startnum + count < (FX_DWORD)startnum ||
1065 (FX_DWORD)startnum + count > (FX_DWORD)m_V5Type.GetSize()) {
1074 if (m_V5Type[startnum + j] == 255) {
1076 m_CrossRef[startnum + j] = offset;
1083 if (m_V5Type[startnum + j]) {
1086 m_V5Type[startnum
[all...]

Completed in 33 milliseconds