Home
last modified time | relevance | path

Searched refs:dwAnnotFlags (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_annotlist.cpp216 uint32_t dwAnnotFlags, in DisplayAnnots() argument
219 if (dwAnnotFlags & ANNOTFLAG_INVISIBLE) { in DisplayAnnots()
223 if (dwAnnotFlags & ANNOTFLAG_HIDDEN) { in DisplayAnnots()
235 uint32_t dwAnnotFlags = bShowWidget ? ANNOTFLAG_INVISIBLE | ANNOTFLAG_HIDDEN in DisplayAnnots() local
237 DisplayAnnots(pPage, nullptr, pContext, bPrinting, pMatrix, dwAnnotFlags, in DisplayAnnots()
Dcpdf_annotlist.h40 uint32_t dwAnnotFlags,