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

/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeDoc.cpp127 bool storeCatalog = true; local
133 this->readTrailer(trailerStart, xrefstartKeywordLine, storeCatalog, &xrefByteOffset, false);
134 storeCatalog = false;
316 bool storeCatalog, long* prev, bool skipKeyword) {
345 if (storeCatalog) {
314 readTrailer(const unsigned char* trailerStart, const unsigned char* trailerEnd, bool storeCatalog, long* prev, bool skipKeyword) argument
/external/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeDoc.cpp127 bool storeCatalog = true; local
133 this->readTrailer(trailerStart, xrefstartKeywordLine, storeCatalog, &xrefByteOffset, false);
134 storeCatalog = false;
316 bool storeCatalog, long* prev, bool skipKeyword) {
345 if (storeCatalog) {
314 readTrailer(const unsigned char* trailerStart, const unsigned char* trailerEnd, bool storeCatalog, long* prev, bool skipKeyword) argument

Completed in 162 milliseconds