Lines Matching refs:xRefIndex
192 xRefIndex++; in addXRef()
195 xRefTable[xRefIndex] = xRefObj; in addXRef()
196 xRefIndex++; in addXRef()
198 if (!(xRefIndex % XREF_ARRAY_SIZE)) { in addXRef()
199 xRefTable = (sint32 *) realloc(xRefTable, (((xRefIndex + XREF_ARRAY_SIZE) * in addXRef()
310 xRefStart = xRefIndex - 1; in writePDFGrammarTrailer()
320 sprintf(pOutStr, "%d %ld\n", PAGES_OBJ_NUMBER + 1, xRefIndex - 4); in writePDFGrammarTrailer()
322 for (i = 1; i < xRefIndex - 3; i++) { in writePDFGrammarTrailer()
332 sprintf(pOutStr, "%010ld %05d n \n", xRefTable[xRefIndex - 3], 0); in writePDFGrammarTrailer()
334 sprintf(pOutStr, "%010ld %05d n \n", xRefTable[xRefIndex - 2], 0); in writePDFGrammarTrailer()
344 sprintf(pOutStr, "/Size %ld\n", xRefIndex - 1); in writePDFGrammarTrailer()
443 startXRef = xRefIndex; in injectRLEStrip()
521 endXRef = xRefIndex; in injectRLEStrip()
532 startXRef = xRefIndex; in injectLZStrip()
610 endXRef = xRefIndex; in injectLZStrip()
658 startXRef = xRefIndex; in injectJPEG()
736 endXRef = xRefIndex; in injectJPEG()
1374 xRefIndex = 0; in PCLmGenerator()