Searched refs:ANNOTFLAG_INVISIBLE (Results 1 – 5 of 5) sorted by relevance
1207 if (ANNOTFLAG_INVISIBLE & dwFlag || ANNOTFLAG_HIDDEN & dwFlag) { in display()1243 dwFlag &= (~ANNOTFLAG_INVISIBLE); in SetDisplay()1249 dwFlag &= (~ANNOTFLAG_INVISIBLE); in SetDisplay()1254 dwFlag &= (~ANNOTFLAG_INVISIBLE); in SetDisplay()1284 dwFlag &= (~ANNOTFLAG_INVISIBLE); in SetDisplay()1290 dwFlag &= (~ANNOTFLAG_INVISIBLE); in SetDisplay()1295 dwFlag &= (~ANNOTFLAG_INVISIBLE); in SetDisplay()1523 if (ANNOTFLAG_INVISIBLE & dwFlags || ANNOTFLAG_HIDDEN & dwFlags) in hidden()1548 dwFlags &= (~ANNOTFLAG_INVISIBLE); in SetHidden()1552 dwFlags &= (~ANNOTFLAG_INVISIBLE); in SetHidden()[all …]
113 if (nAnnotFlag & ANNOTFLAG_INVISIBLE) in ParserAnnots()
908 return !((nFlags & ANNOTFLAG_INVISIBLE) || (nFlags & ANNOTFLAG_HIDDEN) || in IsVisible()
2383 nFlags &= ~ANNOTFLAG_INVISIBLE;
373 #define ANNOTFLAG_INVISIBLE 0x0001 macro