Searched refs:annot_flags (Results 1 – 2 of 2) sorted by relevance
175 uint32_t annot_flags = pAnnot->GetFlags(); in DisplayPass() local176 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()
406 uint32_t annot_flags = GetFlags(); in DrawBorder() local407 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()