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.cpp71 FX_DWORD annot_flags = pAnnot->GetFlags(); in DisplayPass() local
72 if (annot_flags & ANNOTFLAG_HIDDEN) { in DisplayPass()
75 if (bPrinting && (annot_flags & ANNOTFLAG_PRINT) == 0) { in DisplayPass()
78 if (!bPrinting && (annot_flags & ANNOTFLAG_NOVIEW)) { in DisplayPass()
275 FX_DWORD annot_flags = GetFlags(); in GetBorder() local
276 if (annot_flags & ANNOTFLAG_HIDDEN) { in GetBorder()
280 if (bPrinting && (annot_flags & ANNOTFLAG_PRINT) == 0) { in GetBorder()
283 if (!bPrinting && (annot_flags & ANNOTFLAG_NOVIEW)) { in GetBorder()
371 FX_DWORD annot_flags = GetFlags(); in DrawBorder() local
372 if (annot_flags & ANNOTFLAG_HIDDEN) { in DrawBorder()
[all …]