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.cpp727 CGdiDeviceDriver::CGdiDeviceDriver(HDC hDC, int device_class) { in CGdiDeviceDriver() function in CGdiDeviceDriver
757 CGdiDeviceDriver::~CGdiDeviceDriver() {} in ~CGdiDeviceDriver()
759 int CGdiDeviceDriver::GetDeviceCaps(int caps_id) const { in GetDeviceCaps()
775 void CGdiDeviceDriver::SaveState() { in SaveState()
779 void CGdiDeviceDriver::RestoreState(bool bKeepSaved) { in RestoreState()
785 bool CGdiDeviceDriver::GDI_SetDIBits(CFX_DIBitmap* pBitmap1, in GDI_SetDIBits()
826 bool CGdiDeviceDriver::GDI_StretchDIBits(CFX_DIBitmap* pBitmap1, in GDI_StretchDIBits()
863 bool CGdiDeviceDriver::GDI_StretchBitMask(CFX_DIBitmap* pBitmap1, in GDI_StretchBitMask()
923 bool CGdiDeviceDriver::GetClipBox(FX_RECT* pRect) { in GetClipBox()
927 void* CGdiDeviceDriver::GetPlatformSurface() const { in GetPlatformSurface()
[all …]
Dwin32_int.h125 class CGdiDeviceDriver : public IFX_RenderDeviceDriver {
127 CGdiDeviceDriver(HDC hDC, int device_class);
128 ~CGdiDeviceDriver() override;
188 class CGdiDisplayDriver : public CGdiDeviceDriver {
227 class CGdiPrinterDriver : public CGdiDeviceDriver {
Dfx_win32_print.cpp56 : CGdiDeviceDriver(hDC, FXDC_PRINTER), in CGdiPrinterDriver()
67 return CGdiDeviceDriver::GetDeviceCaps(caps_id); in GetDeviceCaps()