HomeSort by relevance Sort by last modified time
    Searched refs:RENDER_PRINTPREVIEW (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fpdfdoc/
doc_annot.cpp 117 FX_BOOL bPrinting = pDevice->GetDeviceClass() == FXDC_PRINTER || (pOptions && (pOptions->m_Flags & RENDER_PRINTPREVIEW));
282 FX_BOOL bPrinting = bPrint || (pOptions && (pOptions->m_Flags & RENDER_PRINTPREVIEW));
391 FX_BOOL bPrinting = pDevice->GetDeviceClass() == FXDC_PRINTER || (pOptions && (pOptions->m_Flags & RENDER_PRINTPREVIEW));
  /external/pdfium/core/include/fpdfapi/
fpdf_render.h 45 #define RENDER_PRINTPREVIEW 0x00000008

Completed in 64 milliseconds