Home
last modified time | relevance | path

Searched refs:kInteger_PdfObjectType (Results 1 – 3 of 3) sorted by relevance

/external/skia/experimental/PdfViewer/pdfparser/native/
DSkPdfNativeObject.h53 kInteger_PdfObjectType = 1 << 3, enumerator
55 _kNumber_PdfObjectType = kInteger_PdfObjectType | kReal_PdfObjectType,
294 obj->fObjectType = kInteger_PdfObjectType; in makeInteger()
709 return fObjectType == kInteger_PdfObjectType; in isInteger()
725 return fObjectType == kInteger_PdfObjectType || fObjectType == kReal_PdfObjectType; in isNumber()
863 SkASSERT(fObjectType == kInteger_PdfObjectType); in intValue()
865 if (fObjectType != kInteger_PdfObjectType) { in intValue()
1191 case kInteger_PdfObjectType:
DSkPdfNativeDoc.cpp269 &token, SkPdfNativeObject::kInteger_PdfObjectType, NULL); in readCrossReferenceSection()
281 &token, SkPdfNativeObject::kInteger_PdfObjectType, NULL); in readCrossReferenceSection()
291 &token, SkPdfNativeObject::kInteger_PdfObjectType, NULL); in readCrossReferenceSection()
412 &idObj, SkPdfNativeObject::kInteger_PdfObjectType, NULL); in readObject()
419 &generationObj, SkPdfNativeObject::kInteger_PdfObjectType, NULL); in readObject()
/external/skia/experimental/PdfViewer/src/
DSkPdfRenderer.cpp100 SkPdfNativeObject::kInteger_PdfObjectType, \
119 SkPdfNativeObject::kInteger_PdfObjectType | \