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

  /external/pdfium/fpdfsdk/javascript/
Annot.cpp 61 flags |= ANNOTFLAG_INVISIBLE;
66 flags &= ~ANNOTFLAG_INVISIBLE;
Field.cpp 42 dwFlag &= ~ANNOTFLAG_INVISIBLE;
48 dwFlag &= ~ANNOTFLAG_INVISIBLE;
53 dwFlag &= ~ANNOTFLAG_INVISIBLE;
    [all...]
  /external/pdfium/core/fpdfdoc/
cpdf_annotlist.cpp 163 if (dwAnnotFlags & ANNOTFLAG_INVISIBLE) {
179 uint32_t dwAnnotFlags = bShowWidget ? ANNOTFLAG_INVISIBLE | ANNOTFLAG_HIDDEN
180 : ANNOTFLAG_INVISIBLE;
cpdf_annot.h 27 #define ANNOTFLAG_INVISIBLE 0x0001
  /external/pdfium/fpdfsdk/
cpdfsdk_baannot.cpp 342 return !((nFlags & ANNOTFLAG_INVISIBLE) || (nFlags & ANNOTFLAG_HIDDEN) ||
cpdfsdk_interform.cpp 395 nFlags &= ~ANNOTFLAG_INVISIBLE;
fpdf_flatten.cpp 114 if (nAnnotFlag & ANNOTFLAG_INVISIBLE)

Completed in 104 milliseconds