Home | History | Annotate | Download | only in ge

Lines Matching defs:CFX_RenderDevice

8 CFX_RenderDevice::CFX_RenderDevice()

13 CFX_RenderDevice::~CFX_RenderDevice()
19 void CFX_RenderDevice::SetDeviceDriver(IFX_RenderDeviceDriver* pDriver)
27 void CFX_RenderDevice::InitDeviceInfo()
42 FX_BOOL CFX_RenderDevice::StartRendering()
46 void CFX_RenderDevice::EndRendering()
50 void CFX_RenderDevice::SaveState()
54 void CFX_RenderDevice::RestoreState(FX_BOOL bKeepSaved)
59 int CFX_RenderDevice::GetDeviceCaps(int caps_id) const
63 CFX_Matrix CFX_RenderDevice::GetCTM() const
67 FX_BOOL CFX_RenderDevice::CreateCompatibleBitmap(CFX_DIBitmap* pDIB, int width, int height) const
80 FX_BOOL CFX_RenderDevice::SetClip_PathFill(const CFX_PathData* pPathData,
91 FX_BOOL CFX_RenderDevice::SetClip_PathStroke(const CFX_PathData* pPathData,
102 FX_BOOL CFX_RenderDevice::SetClip_Rect(const FX_RECT* pRect)
112 void CFX_RenderDevice::UpdateClipBox()
122 FX_BOOL CFX_RenderDevice::DrawPath(const CFX_PathData* pPathData,
265 FX_BOOL CFX_RenderDevice::SetPixel(int x, int y, FX_DWORD color, int alpha_flag, void* pIccTransform)
273 FX_BOOL CFX_RenderDevice::FillRect(const FX_RECT* pRect, FX_DWORD fill_color, int alpha_flag, void* pIccTransform, int blend_type)
295 FX_BOOL CFX_RenderDevice::DrawCosmeticLine(FX_FLOAT x1, FX_FLOAT y1, FX_FLOAT x2, FX_FLOAT y2, FX_DWORD color,
311 FX_BOOL CFX_RenderDevice::GetDIBits(CFX_DIBitmap* pBitmap, int left, int top, void* pIccTransform)
318 CFX_DIBitmap* CFX_RenderDevice::GetBackDrop()
322 FX_BOOL CFX_RenderDevice::SetDIBits(const CFX_DIBSource* pBitmap, int left, int top, int blend_mode,
365 FX_BOOL CFX_RenderDevice::StretchDIBits(const CFX_DIBSource* pBitmap, int left, int top,
377 FX_BOOL CFX_RenderDevice::SetBitMask(const CFX_DIBSource* pBitmap, int left, int top, FX_DWORD argb,
383 FX_BOOL CFX_RenderDevice::StretchBitMask(const CFX_DIBSource* pBitmap, int left, int top,
392 FX_BOOL CFX_RenderDevice::StartDIBits(const CFX_DIBSource* pBitmap, int bitmap_alpha, FX_DWORD argb,
398 FX_BOOL CFX_RenderDevice::ContinueDIBits(FX_LPVOID handle, IFX_Pause* pPause)
402 void CFX_RenderDevice::CancelDIBits(FX_LPVOID handle)