Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_annotlist.cpp160 uint32_t dwAnnotFlags, in DisplayAnnots() argument
163 if (dwAnnotFlags & ANNOTFLAG_INVISIBLE) { in DisplayAnnots()
167 if (dwAnnotFlags & ANNOTFLAG_HIDDEN) { in DisplayAnnots()
179 uint32_t dwAnnotFlags = bShowWidget ? ANNOTFLAG_INVISIBLE | ANNOTFLAG_HIDDEN in DisplayAnnots() local
181 DisplayAnnots(pPage, nullptr, pContext, bPrinting, pMatrix, dwAnnotFlags, in DisplayAnnots()
Dcpdf_annotlist.h40 uint32_t dwAnnotFlags,