Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_annot.cpp61 FX_DWORD annot_flags = pAnnot->GetFlags(); in DisplayPass() local
62 if (annot_flags & ANNOTFLAG_HIDDEN) in DisplayPass()
65 if (bPrinting && (annot_flags & ANNOTFLAG_PRINT) == 0) in DisplayPass()
68 if (!bPrinting && (annot_flags & ANNOTFLAG_NOVIEW)) in DisplayPass()
252 FX_DWORD annot_flags = GetFlags(); in DrawBorder() local
253 if (annot_flags & ANNOTFLAG_HIDDEN) { in DrawBorder()
258 if (bPrinting && (annot_flags & ANNOTFLAG_PRINT) == 0) { in DrawBorder()
261 if (!bPrinting && (annot_flags & ANNOTFLAG_NOVIEW)) { in DrawBorder()