Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdf_flatten.cpp110 bool bParseStream; in ParserAnnots() local
112 bParseStream = !(nAnnotFlag & pdfium::annotation_flags::kInvisible); in ParserAnnots()
114 bParseStream = !!(nAnnotFlag & pdfium::annotation_flags::kPrint); in ParserAnnots()
115 if (bParseStream) in ParserAnnots()