Home
last modified time | relevance | path

Searched refs:RENDER_PRINTPREVIEW (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
Ddoc_annot.cpp117 …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()
/external/pdfium/core/include/fpdfapi/
Dfpdf_render.h45 #define RENDER_PRINTPREVIEW 0x00000008 macro