Searched refs:annot_flags (Results 1 – 1 of 1) sorted by relevance
71 FX_DWORD annot_flags = pAnnot->GetFlags(); in DisplayPass() local72 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() local276 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() local372 if (annot_flags & ANNOTFLAG_HIDDEN) { in DrawBorder()[all …]