Home | History | Annotate | Download | only in include

Lines Matching refs:D2D1_CAP_STYLE

220 } D2D1_CAP_STYLE;
539 D2D1_CAP_STYLE startCap;
540 D2D1_CAP_STYLE endCap;
541 D2D1_CAP_STYLE dashCap;
2258 STDMETHOD_(D2D1_CAP_STYLE, GetStartCap)(void) const PURE;
2259 STDMETHOD_(D2D1_CAP_STYLE, GetEndCap)(void) const PURE;
2260 STDMETHOD_(D2D1_CAP_STYLE, GetDashCap)(void) const PURE;
2274 STDMETHOD_(D2D1_CAP_STYLE, GetStartCap)(ID2D1StrokeStyle *This) PURE;
2275 STDMETHOD_(D2D1_CAP_STYLE, GetEndCap)(ID2D1StrokeStyle *This) PURE;
2276 STDMETHOD_(D2D1_CAP_STYLE, GetDashCap)(ID2D1StrokeStyle *This) PURE;