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.cpp116 …evice->GetDeviceClass() == FXDC_PRINTER || (pOptions && (pOptions->m_Flags & RENDER_PRINTPREVIEW)); in DisplayAnnots()
279 FX_BOOL bPrinting = bPrint || (pOptions && (pOptions->m_Flags & RENDER_PRINTPREVIEW)); in GetBorder()
375 …evice->GetDeviceClass() == FXDC_PRINTER || (pOptions && (pOptions->m_Flags & RENDER_PRINTPREVIEW)); in DrawBorder()
/external/pdfium/core/include/fpdfapi/
Dfpdf_render.h43 #define RENDER_PRINTPREVIEW 0x00000008 macro