Home
last modified time | relevance | path

Searched refs:CGdiDeviceDriver (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp707 CGdiDeviceDriver::CGdiDeviceDriver(HDC hDC, DeviceType device_type) in CGdiDeviceDriver() function in CGdiDeviceDriver
736 CGdiDeviceDriver::~CGdiDeviceDriver() = default;
738 DeviceType CGdiDeviceDriver::GetDeviceType() const { in GetDeviceType()
742 int CGdiDeviceDriver::GetDeviceCaps(int caps_id) const { in GetDeviceCaps()
758 void CGdiDeviceDriver::SaveState() { in SaveState()
762 void CGdiDeviceDriver::RestoreState(bool bKeepSaved) { in RestoreState()
768 bool CGdiDeviceDriver::GDI_SetDIBits(const RetainPtr<CFX_DIBitmap>& pBitmap1, in GDI_SetDIBits()
808 bool CGdiDeviceDriver::GDI_StretchDIBits( in GDI_StretchDIBits()
847 bool CGdiDeviceDriver::GDI_StretchBitMask( in GDI_StretchBitMask()
907 bool CGdiDeviceDriver::GetClipBox(FX_RECT* pRect) { in GetClipBox()
[all …]
Dwin32_int.h75 class CGdiDeviceDriver : public RenderDeviceDriverIface {
77 CGdiDeviceDriver(HDC hDC, DeviceType device_type);
78 ~CGdiDeviceDriver() override;
137 class CGdiDisplayDriver final : public CGdiDeviceDriver {
180 class CGdiPrinterDriver final : public CGdiDeviceDriver {
Dfx_win32_print.cpp60 : CGdiDeviceDriver(hDC, DeviceType::kPrinter), in CGdiPrinterDriver()
71 return CGdiDeviceDriver::GetDeviceCaps(caps_id); in GetDeviceCaps()