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

/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeDoc.cpp384 SkPdfNativeObject idObj; local
389 current = nextObject(current, end, &idObj, NULL, NULL);
410 if (!idObj.isInteger() || id != idObj.intValue()) {
412 &idObj, SkPdfNativeObject::kInteger_PdfObjectType, NULL);
/external/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeDoc.cpp384 SkPdfNativeObject idObj; local
389 current = nextObject(current, end, &idObj, NULL, NULL);
410 if (!idObj.isInteger() || id != idObj.intValue()) {
412 &idObj, SkPdfNativeObject::kInteger_PdfObjectType, NULL);

Completed in 654 milliseconds