HomeSort by relevance Sort by last modified time
    Searched refs:CGdiDeviceDriver (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/src/fxge/win32/
win32_int.h 68 class CGdiDeviceDriver : public IFX_RenderDeviceDriver
126 CGdiDeviceDriver(HDC hDC, int device_class);
127 ~CGdiDeviceDriver() {}
129 class CGdiDisplayDriver : public CGdiDeviceDriver
150 class CGdiPrinterDriver : public CGdiDeviceDriver
fx_win32_device.cpp 426 CGdiDeviceDriver::CGdiDeviceDriver(HDC hDC, int device_class)
453 int CGdiDeviceDriver::GetDeviceCaps(int caps_id)
469 FX_LPVOID CGdiDeviceDriver::GetClipRgn()
478 FX_BOOL CGdiDeviceDriver::GDI_SetDIBits(const CFX_DIBitmap* pBitmap1, const FX_RECT* pSrcRect, int left, int top, void* pIccTransform)
519 FX_BOOL CGdiDeviceDriver::GDI_StretchDIBits(const CFX_DIBitmap* pBitmap1, int dest_left, int dest_top,
552 FX_BOOL CGdiDeviceDriver::GDI_StretchBitMask(const CFX_DIBitmap* pBitmap1, int dest_left, int dest_top,
582 BOOL CGdiDeviceDriver::GetClipBox(FX_RECT* pRect)
586 FX_BOOL CGdiDeviceDriver::SetClipRgn(FX_LPVOID hRgn)
713 void CGdiDeviceDriver::DrawLine(FX_FLOAT x1, FX_FLOAT y1, FX_FLOAT x2, FX_FLOAT y2)
    [all...]
fx_win32_print.cpp 17 CGdiPrinterDriver::CGdiPrinterDriver(HDC hDC) : CGdiDeviceDriver(hDC, FXDC_PRINTER)
31 return CGdiDeviceDriver::GetDeviceCaps(caps_id);

Completed in 52 milliseconds