Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdf_flatten.cpp106 int nAnnotFlag = pAnnotDict->GetIntegerFor("F"); in ParserAnnots() local
107 if (nAnnotFlag & pdfium::annotation_flags::kHidden) in ParserAnnots()
112 bParseStream = !(nAnnotFlag & pdfium::annotation_flags::kInvisible); in ParserAnnots()
114 bParseStream = !!(nAnnotFlag & pdfium::annotation_flags::kPrint); in ParserAnnots()