Home | History | Annotate | Download | only in include

Lines Matching refs:GetFillMode

1732     STDMETHOD_(D2D1_FILL_MODE, GetFillMode)() const PURE;
1742 STDMETHOD_(D2D1_FILL_MODE, GetFillMode)(ID2D1GeometryGroup *This) PURE;
1768 #define ID2D1GeometryGroup_GetFillMode(this) (this)->lpVtbl->GetFillMode(this)