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

/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeDoc.cpp386 SkPdfNativeObject objKeyword; local
403 current = nextObject(current, end, &objKeyword, NULL, NULL);
422 if (!objKeyword.isKeyword() || strcmp(objKeyword.c_str(), "obj") != 0) {
425 &objKeyword, SkPdfNativeObject::kKeyword_PdfObjectType, NULL);
/external/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeDoc.cpp386 SkPdfNativeObject objKeyword; local
403 current = nextObject(current, end, &objKeyword, NULL, NULL);
422 if (!objKeyword.isKeyword() || strcmp(objKeyword.c_str(), "obj") != 0) {
425 &objKeyword, SkPdfNativeObject::kKeyword_PdfObjectType, NULL);

Completed in 114 milliseconds