Searched refs:RENDER_PRINTPREVIEW (Results 1 – 2 of 2) sorted by relevance
117 …evice->GetDeviceClass() == FXDC_PRINTER || (pOptions && (pOptions->m_Flags & RENDER_PRINTPREVIEW)); in DisplayAnnots()282 FX_BOOL bPrinting = bPrint || (pOptions && (pOptions->m_Flags & RENDER_PRINTPREVIEW)); in GetBorder()391 …evice->GetDeviceClass() == FXDC_PRINTER || (pOptions && (pOptions->m_Flags & RENDER_PRINTPREVIEW)); in DrawBorder()
45 #define RENDER_PRINTPREVIEW 0x00000008 macro