Home | History | Annotate | Download | only in include

Lines Matching refs:RECT

533   D2D1_RECT_F rect;
744 STDMETHOD_(void, DrawRectangle)(const D2D1_RECT_F *rect, ID2D1Brush *brush, FLOAT strokeWidth = 1.0f, ID2D1StrokeStyle *strokeStyle = NULL) PURE;
745 STDMETHOD_(void, FillRectangle)(const D2D1_RECT_F *rect, ID2D1Brush *brush) PURE;
870 void DrawRectangle(const D2D1_RECT_F &rect, ID2D1Brush *brush, FLOAT strokeWidth = 1.0f, ID2D1StrokeStyle *strokeStyle = NULL) {
871 DrawRectangle(&rect, brush, strokeWidth, strokeStyle);
874 void FillRectangle(const D2D1_RECT_F &rect, ID2D1Brush *brush) {
875 FillRectangle(&rect, brush);
948 STDMETHOD_(void, DrawRectangle)(ID2D1RenderTarget *This, const D2D1_RECT_F *rect, ID2D1Brush *brush, FLOAT strokeWidth, ID2D1StrokeStyle *strokeStyle) PURE;
949 STDMETHOD_(void, FillRectangle)(ID2D1RenderTarget *This, const D2D1_RECT_F *rect, ID2D1Brush *brush) PURE;
1353 STDMETHOD(BindDC)(const HDC hDC, const RECT *pSubRect) PURE;
1361 STDMETHOD(BindDC)(ID2D1DCRenderTarget *This, const HDC hDC, const RECT *pSubRect) PURE;
1669 STDMETHOD(ReleaseDC)(const RECT *update) PURE;
1678 STDMETHOD(ReleaseDC)(ID2D1GdiInteropRenderTarget *This, const RECT *update) PURE;
2137 STDMETHOD_(void, GetRect)(D2D1_RECT_F *rect) const PURE;
2145 STDMETHOD_(void, GetRect)(ID2D1RectangleGeometry *This, D2D1_RECT_F *rect) PURE;