Searched refs:trailerEnd (Results 1 – 2 of 2) sorted by relevance
/external/skia/experimental/PdfViewer/pdfparser/native/ |
D | SkPdfNativeDoc.cpp | 242 const unsigned char* trailerEnd) { in readCrossReferenceSection() argument 244 const unsigned char* current = nextObject(xrefStart, trailerEnd, &xref, NULL, NULL); in readCrossReferenceSection() 249 return trailerEnd; in readCrossReferenceSection() 253 while (current < trailerEnd) { in readCrossReferenceSection() 256 current = nextObject(current, trailerEnd, &token, NULL, NULL); in readCrossReferenceSection() 265 current = nextObject(current, trailerEnd, &token, NULL, NULL); in readCrossReferenceSection() 277 current = nextObject(current, trailerEnd, &token, NULL, NULL); in readCrossReferenceSection() 287 current = nextObject(current, trailerEnd, &token, NULL, NULL); in readCrossReferenceSection() 297 current = nextObject(current, trailerEnd, &token, NULL, NULL); in readCrossReferenceSection() 315 const unsigned char* trailerEnd, in readTrailer() argument [all …]
|
D | SkPdfNativeDoc.h | 131 const unsigned char* trailerEnd); 133 const unsigned char* trailerEnd,
|