HomeSort by relevance Sort by last modified time
    Searched refs:ANNOTFLAG_HIDDEN (Results 1 - 9 of 9) sorted by null

  /external/pdfium/fpdfsdk/javascript/
Annot.cpp 60 flags |= ANNOTFLAG_HIDDEN;
65 flags &= ~ANNOTFLAG_HIDDEN;
Field.cpp 43 dwFlag &= ~ANNOTFLAG_HIDDEN;
50 dwFlag |= (ANNOTFLAG_HIDDEN | ANNOTFLAG_PRINT);
55 dwFlag &= ~ANNOTFLAG_HIDDEN;
61 dwFlag &= ~ANNOTFLAG_HIDDEN;
    [all...]
  /external/pdfium/core/fpdfdoc/
cpdf_annotlist.cpp 119 if (annot_flags & ANNOTFLAG_HIDDEN)
167 if (dwAnnotFlags & ANNOTFLAG_HIDDEN) {
179 uint32_t dwAnnotFlags = bShowWidget ? ANNOTFLAG_INVISIBLE | ANNOTFLAG_HIDDEN
cpdf_annot.h 28 #define ANNOTFLAG_HIDDEN 0x0002
cpdf_annot.cpp 238 return !!(pAnnotDict->GetIntegerFor("F") & ANNOTFLAG_HIDDEN);
416 if (annot_flags & ANNOTFLAG_HIDDEN) {
cpdf_formcontrol.cpp 167 if (m_pWidgetDict->GetIntegerFor("F") & ANNOTFLAG_HIDDEN)
  /external/pdfium/fpdfsdk/
cpdfsdk_interform.cpp 398 nFlags |= ANNOTFLAG_HIDDEN;
400 nFlags &= ~ANNOTFLAG_HIDDEN;
cpdfsdk_baannot.cpp 342 return !((nFlags & ANNOTFLAG_INVISIBLE) || (nFlags & ANNOTFLAG_HIDDEN) ||
fpdf_flatten.cpp 110 if (nAnnotFlag & ANNOTFLAG_HIDDEN)

Completed in 110 milliseconds