OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:trailerstart
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
SkPdfNativeDoc.cpp
129
const unsigned char*
trailerStart
= this->readCrossReferenceSection(fFileContent + xrefByteOffset,
132
if (
trailerStart
< xrefstartKeywordLine) {
133
this->readTrailer(
trailerStart
, xrefstartKeywordLine, storeCatalog, &xrefByteOffset, false);
314
const unsigned char* SkPdfNativeDoc::readTrailer(const unsigned char*
trailerStart
,
319
const unsigned char* current =
trailerStart
;
SkPdfNativeDoc.h
131
const unsigned char* readTrailer(const unsigned char*
trailerStart
,
/external/skia/experimental/PdfViewer/pdfparser/native/
SkPdfNativeDoc.cpp
129
const unsigned char*
trailerStart
= this->readCrossReferenceSection(fFileContent + xrefByteOffset,
132
if (
trailerStart
< xrefstartKeywordLine) {
133
this->readTrailer(
trailerStart
, xrefstartKeywordLine, storeCatalog, &xrefByteOffset, false);
314
const unsigned char* SkPdfNativeDoc::readTrailer(const unsigned char*
trailerStart
,
319
const unsigned char* current =
trailerStart
;
SkPdfNativeDoc.h
131
const unsigned char* readTrailer(const unsigned char*
trailerStart
,
Completed in 955 milliseconds