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.cpp721 CGdiDeviceDriver::CGdiDeviceDriver(HDC hDC, int device_class) { in CGdiDeviceDriver() function in CGdiDeviceDriver
751 CGdiDeviceDriver::~CGdiDeviceDriver() {} in ~CGdiDeviceDriver()
753 int CGdiDeviceDriver::GetDeviceCaps(int caps_id) const { in GetDeviceCaps()
769 void CGdiDeviceDriver::SaveState() { in SaveState()
773 void CGdiDeviceDriver::RestoreState(bool bKeepSaved) { in RestoreState()
779 bool CGdiDeviceDriver::GDI_SetDIBits(const RetainPtr<CFX_DIBitmap>& pBitmap1, in GDI_SetDIBits()
820 bool CGdiDeviceDriver::GDI_StretchDIBits( in GDI_StretchDIBits()
858 bool CGdiDeviceDriver::GDI_StretchBitMask( in GDI_StretchBitMask()
919 bool CGdiDeviceDriver::GetClipBox(FX_RECT* pRect) { in GetClipBox()
923 void CGdiDeviceDriver::DrawLine(float x1, float y1, float x2, float y2) { in DrawLine()
[all …]
Dwin32_int.h129 class CGdiDeviceDriver : public IFX_RenderDeviceDriver {
131 CGdiDeviceDriver(HDC hDC, int device_class);
132 ~CGdiDeviceDriver() override;
189 class CGdiDisplayDriver : public CGdiDeviceDriver {
230 class CGdiPrinterDriver : public CGdiDeviceDriver {
Dfx_win32_print.cpp58 : CGdiDeviceDriver(hDC, FXDC_PRINTER), in CGdiPrinterDriver()
69 return CGdiDeviceDriver::GetDeviceCaps(caps_id); in GetDeviceCaps()