Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/win32/
Dwin32_int.h70 class CGdiDeviceDriver : public IFX_RenderDeviceDriver
128 CGdiDeviceDriver(HDC hDC, int device_class);
129 ~CGdiDeviceDriver() {} in ~CGdiDeviceDriver()
131 class CGdiDisplayDriver : public CGdiDeviceDriver
152 class CGdiPrinterDriver : public CGdiDeviceDriver
Dfx_win32_device.cpp416 CGdiDeviceDriver::CGdiDeviceDriver(HDC hDC, int device_class) in CGdiDeviceDriver() function in CGdiDeviceDriver
443 int CGdiDeviceDriver::GetDeviceCaps(int caps_id) in GetDeviceCaps()
459 FX_LPVOID CGdiDeviceDriver::GetClipRgn() in GetClipRgn()
468 FX_BOOL CGdiDeviceDriver::GDI_SetDIBits(const CFX_DIBitmap* pBitmap1, const FX_RECT* pSrcRect, int … in GDI_SetDIBits()
509 FX_BOOL CGdiDeviceDriver::GDI_StretchDIBits(const CFX_DIBitmap* pBitmap1, int dest_left, int dest_t… in GDI_StretchDIBits()
542 FX_BOOL CGdiDeviceDriver::GDI_StretchBitMask(const CFX_DIBitmap* pBitmap1, int dest_left, int dest_… in GDI_StretchBitMask()
596 BOOL CGdiDeviceDriver::GetClipBox(FX_RECT* pRect) in GetClipBox()
600 FX_BOOL CGdiDeviceDriver::SetClipRgn(FX_LPVOID hRgn) in SetClipRgn()
724 void CGdiDeviceDriver::DrawLine(FX_FLOAT x1, FX_FLOAT y1, FX_FLOAT x2, FX_FLOAT y2) in DrawLine()
755 FX_BOOL CGdiDeviceDriver::DrawPath(const CFX_PathData* pPathData, in DrawPath()
[all …]
Dfx_win32_print.cpp17 CGdiPrinterDriver::CGdiPrinterDriver(HDC hDC) : CGdiDeviceDriver(hDC, FXDC_PRINTER) in CGdiPrinterDriver()
31 return CGdiDeviceDriver::GetDeviceCaps(caps_id); in GetDeviceCaps()