Home | History | Annotate | Download | only in fxge

Lines Matching refs:hDC

31   static HBITMAP GetDDBitmap(const CFX_DIBitmap* pBitmap, HDC hDC);
33 static CFX_DIBitmap* LoadFromDDB(HDC hDC,
46 CFX_WindowsDIB(HDC hDC, int width, int height);
50 HDC GetDC() const { return m_hMemDC; }
54 void LoadFromDevice(HDC hDC, int left, int top);
56 void SetToDevice(HDC hDC, int left, int top);
59 HDC m_hMemDC;
67 static IFX_RenderDeviceDriver* CreateDriver(HDC hDC,
70 CFX_WindowsDevice(HDC hDC,
75 HDC GetDC() const;
87 HDC GetDC() { return m_hDC; }
94 HDC m_hDC;