Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdf_flatten.cpp104 int nAnnotFlag = pAnnotDic->GetIntegerFor("F"); in ParserAnnots() local
105 if (nAnnotFlag & ANNOTFLAG_HIDDEN) in ParserAnnots()
110 bParseStream = !(nAnnotFlag & ANNOTFLAG_INVISIBLE); in ParserAnnots()
112 bParseStream = !!(nAnnotFlag & ANNOTFLAG_PRINT); in ParserAnnots()