Home
last modified time | relevance | path

Searched refs:m_DeviceClass (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp476 m_DeviceClass = device_class; in CGdiDeviceDriver()
495 if (m_DeviceClass != FXDC_DISPLAY) { in CGdiDeviceDriver()
504 return m_DeviceClass; in GetDeviceCaps()
529 if (m_DeviceClass == FXDC_PRINTER) { in GDI_SetDIBits()
595 if (m_DeviceClass == FXDC_PRINTER && in GDI_StretchDIBits()
886 ((m_DeviceClass != FXDC_PRINTER && !(fill_mode & FXFILL_FULLCOVER)) || in DrawPath()
Dwin32_int.h178 int m_DeviceClass, m_RenderCaps; variable
/external/pdfium/core/include/fxge/
Dfx_ge.h264 int GetDeviceClass() const { return m_DeviceClass; } in GetDeviceClass()
418 int m_DeviceClass; variable
/external/pdfium/core/src/fxge/ge/
Dfx_ge_device.cpp26 m_DeviceClass = m_pDeviceDriver->GetDeviceCaps(FXDC_DEVICE_CLASS); in InitDeviceInfo()
Dfx_ge_text.cpp185 if (m_DeviceClass != FXDC_DISPLAY) { in DrawNormalText()
230 ((m_DeviceClass == FXDC_PRINTER && !m_pDeviceDriver->IsPSPrintDriver()) && in DrawNormalText()
244 if (m_DeviceClass == FXDC_DISPLAY && m_bpp > 1) { in DrawNormalText()