Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/javascript/
DAnnot.cpp62 flags |= ANNOTFLAG_NOVIEW; in hidden()
67 flags &= ~ANNOTFLAG_NOVIEW; in hidden()
DField.cpp44 dwFlag &= ~ANNOTFLAG_NOVIEW; in SetWidgetDisplayStatus()
49 dwFlag &= ~ANNOTFLAG_NOVIEW; in SetWidgetDisplayStatus()
56 dwFlag &= ~ANNOTFLAG_NOVIEW; in SetWidgetDisplayStatus()
59 dwFlag |= ANNOTFLAG_NOVIEW; in SetWidgetDisplayStatus()
1278 if (ANNOTFLAG_NOVIEW & dwFlag) { in display()
/external/pdfium/core/fpdfdoc/
Dcpdf_annot.h32 #define ANNOTFLAG_NOVIEW 0x0020 macro
Dcpdf_annotlist.cpp125 if (!bPrinting && (annot_flags & ANNOTFLAG_NOVIEW)) in DisplayPass()
Dcpdf_annot.cpp424 if (!bPrinting && (annot_flags & ANNOTFLAG_NOVIEW)) { in DrawBorder()
/external/pdfium/fpdfsdk/
Dcpdfsdk_baannot.cpp343 (nFlags & ANNOTFLAG_NOVIEW)); in IsVisible()
Dcpdfsdk_interform.cpp396 nFlags &= ~ANNOTFLAG_NOVIEW; in DoAction_Hide()