Home | History | Annotate | Download | only in include

Lines Matching refs:D2D1_COLOR_F

487   D2D1_COLOR_F color;
736 STDMETHOD(CreateSolidColorBrush)(const D2D1_COLOR_F *color, const D2D1_BRUSH_PROPERTIES *brushProperties, ID2D1SolidColorBrush **solidColorBrush) PURE;
775 STDMETHOD_(void, Clear)(const D2D1_COLOR_F *clearColor = NULL) PURE;
814 HRESULT CreateSolidColorBrush(const D2D1_COLOR_F &color, ID2D1SolidColorBrush **solidColorBrush) {
818 HRESULT CreateSolidColorBrush(const D2D1_COLOR_F &color, const D2D1_BRUSH_PROPERTIES &brushProperties, ID2D1SolidColorBrush **solidColorBrush) {
918 void Clear(const D2D1_COLOR_F &clearColor) {
940 STDMETHOD(CreateSolidColorBrush)(ID2D1RenderTarget *This, const D2D1_COLOR_F *color, const D2D1_BRUSH_PROPERTIES *brushProperties, ID2D1SolidColorBrush **solidColorBrush) PURE;
979 STDMETHOD_(void, Clear)(ID2D1RenderTarget *This, const D2D1_COLOR_F *clearColor) PURE;
2219 STDMETHOD_(void, SetColor)(const D2D1_COLOR_F *color) PURE;
2220 STDMETHOD_(D2D1_COLOR_F, GetColor)(void) const PURE;
2222 void SetColor(const D2D1_COLOR_F &color) {
2232 STDMETHOD_(void, SetColor)(ID2D1SolidColorBrush *This, const D2D1_COLOR_F *color) PURE;
2233 STDMETHOD_(D2D1_COLOR_F, GetColor)(ID2D1SolidColorBrush *This) PURE;