Home | History | Annotate | Download | only in win32

Lines Matching refs:CGdiDeviceDriver

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)
744 FX_BOOL CGdiDeviceDriver::DrawPath(const CFX_PathData* pPathData,
845 FX_BOOL CGdiDeviceDriver::FillRect(const FX_RECT* pRect, FX_DWORD fill_color, int alpha_flag, void* pIccTransform, int blend_type)
865 FX_BOOL CGdiDeviceDriver::SetClip_PathFill(const CFX_PathData* pPathData,
883 CGdiDeviceDriver::SetClip_PathStroke(const CFX_PathData* pPathData,
898 FX_BOOL CGdiDeviceDriver::DrawCosmeticLine(FX_FLOAT x1, FX_FLOAT y1, FX_FLOAT x2, FX_FLOAT y2, FX_DWORD color,
919 FX_BOOL CGdiDeviceDriver::DeleteDeviceRgn(FX_LPVOID pRgn)
924 CGdiDisplayDriver::CGdiDisplayDriver(HDC hDC) : CGdiDeviceDriver(hDC, FXDC_DISPLAY)