Searched refs:trailerKeyword (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeDoc.cpp321 SkPdfNativeObject trailerKeyword; local
323 current = nextObject(current, trailerEnd, &trailerKeyword, NULL, NULL);
325 if (!trailerKeyword.isKeyword() || strlen("trailer") != trailerKeyword.lenstr() ||
326 strncmp(trailerKeyword.c_str(), "trailer", strlen("trailer")) != 0) {
329 &trailerKeyword,
/external/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeDoc.cpp321 SkPdfNativeObject trailerKeyword; local
323 current = nextObject(current, trailerEnd, &trailerKeyword, NULL, NULL);
325 if (!trailerKeyword.isKeyword() || strlen("trailer") != trailerKeyword.lenstr() ||
326 strncmp(trailerKeyword.c_str(), "trailer", strlen("trailer")) != 0) {
329 &trailerKeyword,

Completed in 1101 milliseconds