Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_annotlist.cpp175 uint32_t annot_flags = pAnnot->GetFlags(); in DisplayPass() local
176 if (annot_flags & ANNOTFLAG_HIDDEN) in DisplayPass()
179 if (bPrinting && (annot_flags & ANNOTFLAG_PRINT) == 0) in DisplayPass()
182 if (!bPrinting && (annot_flags & ANNOTFLAG_NOVIEW)) in DisplayPass()
Dcpdf_annot.cpp406 uint32_t annot_flags = GetFlags(); in DrawBorder() local
407 if (annot_flags & ANNOTFLAG_HIDDEN) { in DrawBorder()
412 if (bPrinting && (annot_flags & ANNOTFLAG_PRINT) == 0) { in DrawBorder()
415 if (!bPrinting && (annot_flags & ANNOTFLAG_NOVIEW)) { in DrawBorder()