Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_annotlist.cpp219 if (dwAnnotFlags & ANNOTFLAG_INVISIBLE) { in DisplayAnnots()
235 uint32_t dwAnnotFlags = bShowWidget ? ANNOTFLAG_INVISIBLE | ANNOTFLAG_HIDDEN in DisplayAnnots()
236 : ANNOTFLAG_INVISIBLE; in DisplayAnnots()
Dcpdf_annot.h27 #define ANNOTFLAG_INVISIBLE 0x0001 macro
/external/pdfium/fxjs/
Dcjs_annot.cpp64 flags |= ANNOTFLAG_INVISIBLE; in set_hidden()
69 flags &= ~ANNOTFLAG_INVISIBLE; in set_hidden()
Dcjs_field.cpp33 dwFlag &= ~ANNOTFLAG_INVISIBLE; in SetWidgetDisplayStatus()
39 dwFlag &= ~ANNOTFLAG_INVISIBLE; in SetWidgetDisplayStatus()
44 dwFlag &= ~ANNOTFLAG_INVISIBLE; in SetWidgetDisplayStatus()
965 if (ANNOTFLAG_INVISIBLE & dwFlag || ANNOTFLAG_HIDDEN & dwFlag) in get_display()
1193 return CJS_Return(pRuntime->NewBoolean(ANNOTFLAG_INVISIBLE & dwFlags || in get_hidden()
/external/pdfium/fpdfsdk/
Dcpdfsdk_baannot.cpp305 return !((nFlags & ANNOTFLAG_INVISIBLE) || (nFlags & ANNOTFLAG_HIDDEN) || in IsVisible()
Dfpdf_flatten.cpp110 bParseStream = !(nAnnotFlag & ANNOTFLAG_INVISIBLE); in ParserAnnots()
Dcpdfsdk_interform.cpp428 nFlags &= ~ANNOTFLAG_INVISIBLE; in DoAction_Hide()