Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
DField.cpp1207 if (ANNOTFLAG_INVISIBLE & dwFlag || ANNOTFLAG_HIDDEN & dwFlag) { in display()
1243 dwFlag &= (~ANNOTFLAG_INVISIBLE); in SetDisplay()
1249 dwFlag &= (~ANNOTFLAG_INVISIBLE); in SetDisplay()
1254 dwFlag &= (~ANNOTFLAG_INVISIBLE); in SetDisplay()
1284 dwFlag &= (~ANNOTFLAG_INVISIBLE); in SetDisplay()
1290 dwFlag &= (~ANNOTFLAG_INVISIBLE); in SetDisplay()
1295 dwFlag &= (~ANNOTFLAG_INVISIBLE); in SetDisplay()
1523 if (ANNOTFLAG_INVISIBLE & dwFlags || ANNOTFLAG_HIDDEN & dwFlags) in hidden()
1548 dwFlags &= (~ANNOTFLAG_INVISIBLE); in SetHidden()
1552 dwFlags &= (~ANNOTFLAG_INVISIBLE); in SetHidden()
[all …]
/external/pdfium/fpdfsdk/src/
Dfpdf_flatten.cpp113 if (nAnnotFlag & ANNOTFLAG_INVISIBLE) in ParserAnnots()
Dfsdk_baseannot.cpp908 return !((nFlags & ANNOTFLAG_INVISIBLE) || (nFlags & ANNOTFLAG_HIDDEN) || in IsVisible()
Dfsdk_baseform.cpp2383 nFlags &= ~ANNOTFLAG_INVISIBLE;
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h373 #define ANNOTFLAG_INVISIBLE 0x0001 macro