Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_annotlist.cpp176 if (annot_flags & ANNOTFLAG_HIDDEN) in DisplayPass()
223 if (dwAnnotFlags & ANNOTFLAG_HIDDEN) { in DisplayAnnots()
235 uint32_t dwAnnotFlags = bShowWidget ? ANNOTFLAG_INVISIBLE | ANNOTFLAG_HIDDEN in DisplayAnnots()
Dcpdf_annot.h28 #define ANNOTFLAG_HIDDEN 0x0002 macro
Dcpdf_annot.cpp229 return !!(pAnnotDict->GetIntegerFor("F") & ANNOTFLAG_HIDDEN); in IsAnnotationHidden()
407 if (annot_flags & ANNOTFLAG_HIDDEN) { in DrawBorder()
Dcpdf_formcontrol.cpp167 if (m_pWidgetDict->GetIntegerFor("F") & ANNOTFLAG_HIDDEN) in DrawControl()
/external/pdfium/fxjs/
Dcjs_annot.cpp63 flags |= ANNOTFLAG_HIDDEN; in set_hidden()
68 flags &= ~ANNOTFLAG_HIDDEN; in set_hidden()
Dcjs_field.cpp34 dwFlag &= ~ANNOTFLAG_HIDDEN; in SetWidgetDisplayStatus()
41 dwFlag |= (ANNOTFLAG_HIDDEN | ANNOTFLAG_PRINT); in SetWidgetDisplayStatus()
46 dwFlag &= ~ANNOTFLAG_HIDDEN; in SetWidgetDisplayStatus()
52 dwFlag &= ~ANNOTFLAG_HIDDEN; in SetWidgetDisplayStatus()
965 if (ANNOTFLAG_INVISIBLE & dwFlag || ANNOTFLAG_HIDDEN & dwFlag) in get_display()
1194 ANNOTFLAG_HIDDEN & dwFlags)); in get_hidden()
/external/pdfium/fpdfsdk/
Dcpdfsdk_interform.cpp431 nFlags |= ANNOTFLAG_HIDDEN; in DoAction_Hide()
433 nFlags &= ~ANNOTFLAG_HIDDEN; in DoAction_Hide()
Dcpdfsdk_baannot.cpp305 return !((nFlags & ANNOTFLAG_INVISIBLE) || (nFlags & ANNOTFLAG_HIDDEN) || in IsVisible()
Dfpdf_flatten.cpp105 if (nAnnotFlag & ANNOTFLAG_HIDDEN) in ParserAnnots()