HomeSort by relevance Sort by last modified time
    Searched refs:FXDC_PRINTER (Results 1 - 8 of 8) 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));
391 FX_BOOL bPrinting = pDevice->GetDeviceClass() == FXDC_PRINTER || (pOptions && (pOptions->m_Flags & RENDER_PRINTPREVIEW));
  /external/pdfium/core/src/fxge/win32/
fx_win32_print.cpp 17 CGdiPrinterDriver::CGdiPrinterDriver(HDC hDC) : CGdiDeviceDriver(hDC, FXDC_PRINTER)
330 return FXDC_PRINTER;
fx_win32_device.cpp 480 if (m_DeviceClass == FXDC_PRINTER) {
539 if (m_DeviceClass == FXDC_PRINTER && (pBitmap->GetWidth() * pBitmap->GetHeight() > abs(dest_width) * abs(dest_height))) {
782 if (bDrawAlpha || ((m_DeviceClass != FXDC_PRINTER && !(fill_mode & FXFILL_FULLCOVER)) || pGraphState && pGraphState->m_DashCount)) {
    [all...]
  /external/pdfium/core/include/fxge/
fx_ge.h 270 #define FXDC_PRINTER 2
  /external/pdfium/fpdfsdk/src/
fpdfview.cpp 482 if (WinDC.GetDeviceCaps(FXDC_DEVICE_CLASS) == FXDC_PRINTER)
  /external/pdfium/core/src/fxge/apple/
fx_quartz_device.cpp 504 if (FXDC_PRINTER == _deviceClass) {
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp 474 if (pObj->m_Type == PDFPAGE_IMAGE && m_pDevice->GetDeviceCaps(FXDC_DEVICE_CLASS) == FXDC_PRINTER) {
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_text.cpp 190 ((m_DeviceClass == FXDC_PRINTER && !m_pDeviceDriver->IsPSPrintDriver())
    [all...]

Completed in 78 milliseconds