Searched defs:trailerEnd (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeDoc.cpp242 const unsigned char* trailerEnd) {
244 const unsigned char* current = nextObject(xrefStart, trailerEnd, &xref, NULL, NULL);
249 return trailerEnd;
253 while (current < trailerEnd) {
256 current = nextObject(current, trailerEnd, &token, NULL, NULL);
265 current = nextObject(current, trailerEnd, &token, NULL, NULL);
277 current = nextObject(current, trailerEnd, &token, NULL, NULL);
287 current = nextObject(current, trailerEnd, &token, NULL, NULL);
297 current = nextObject(current, trailerEnd, &token, NULL, NULL);
315 const unsigned char* trailerEnd,
241 readCrossReferenceSection(const unsigned char* xrefStart, const unsigned char* trailerEnd) argument
314 readTrailer(const unsigned char* trailerStart, const unsigned char* trailerEnd, bool storeCatalog, long* prev, bool skipKeyword) argument
[all...]
/external/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeDoc.cpp242 const unsigned char* trailerEnd) {
244 const unsigned char* current = nextObject(xrefStart, trailerEnd, &xref, NULL, NULL);
249 return trailerEnd;
253 while (current < trailerEnd) {
256 current = nextObject(current, trailerEnd, &token, NULL, NULL);
265 current = nextObject(current, trailerEnd, &token, NULL, NULL);
277 current = nextObject(current, trailerEnd, &token, NULL, NULL);
287 current = nextObject(current, trailerEnd, &token, NULL, NULL);
297 current = nextObject(current, trailerEnd, &token, NULL, NULL);
315 const unsigned char* trailerEnd,
241 readCrossReferenceSection(const unsigned char* xrefStart, const unsigned char* trailerEnd) argument
314 readTrailer(const unsigned char* trailerStart, const unsigned char* trailerEnd, bool storeCatalog, long* prev, bool skipKeyword) argument
[all...]

Completed in 96 milliseconds