Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_annot.cpp65 flags |= ANNOTFLAG_NOVIEW; in set_hidden()
70 flags &= ~ANNOTFLAG_NOVIEW; in set_hidden()
Dcjs_field.cpp35 dwFlag &= ~ANNOTFLAG_NOVIEW; in SetWidgetDisplayStatus()
40 dwFlag &= ~ANNOTFLAG_NOVIEW; in SetWidgetDisplayStatus()
47 dwFlag &= ~ANNOTFLAG_NOVIEW; in SetWidgetDisplayStatus()
50 dwFlag |= ANNOTFLAG_NOVIEW; in SetWidgetDisplayStatus()
969 if (ANNOTFLAG_NOVIEW & dwFlag) in get_display()
/external/pdfium/core/fpdfdoc/
Dcpdf_annot.h30 #define ANNOTFLAG_NOVIEW 0x0020 macro
Dcpdf_annotlist.cpp182 if (!bPrinting && (annot_flags & ANNOTFLAG_NOVIEW)) in DisplayPass()
Dcpdf_annot.cpp415 if (!bPrinting && (annot_flags & ANNOTFLAG_NOVIEW)) { in DrawBorder()
/external/pdfium/fpdfsdk/
Dcpdfsdk_baannot.cpp306 (nFlags & ANNOTFLAG_NOVIEW)); in IsVisible()
Dcpdfsdk_interform.cpp429 nFlags &= ~ANNOTFLAG_NOVIEW; in DoAction_Hide()