Searched refs:CGdiDeviceDriver (Results 1 – 3 of 3) sorted by relevance
721 CGdiDeviceDriver::CGdiDeviceDriver(HDC hDC, int device_class) { in CGdiDeviceDriver() function in CGdiDeviceDriver751 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 …]
129 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 {
58 : CGdiDeviceDriver(hDC, FXDC_PRINTER), in CGdiPrinterDriver()69 return CGdiDeviceDriver::GetDeviceCaps(caps_id); in GetDeviceCaps()