Searched refs:AddArc (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/gdiplus/
H A Dgdipluspath.h85 Status AddArc(REAL x, REAL y, REAL width, REAL height, function in class:GraphicsPath
91 Status AddArc(INT x, INT y, INT width, INT height, function in class:GraphicsPath
97 Status AddArc(const RectF& rect, REAL startAngle, REAL sweepAngle) function in class:GraphicsPath
103 Status AddArc(const Rect& rect, REAL startAngle, REAL sweepAngle) function in class:GraphicsPath
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
H A Dgdipluspath.h85 Status AddArc(REAL x, REAL y, REAL width, REAL height, function in class:GraphicsPath
91 Status AddArc(INT x, INT y, INT width, INT height, function in class:GraphicsPath
97 Status AddArc(const RectF& rect, REAL startAngle, REAL sweepAngle) function in class:GraphicsPath
103 Status AddArc(const Rect& rect, REAL startAngle, REAL sweepAngle) function in class:GraphicsPath
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dd2d1.h1783 STDMETHOD_(void, AddArc)(const D2D1_ARC_SEGMENT *arc) PURE;
1793 void AddArc(const D2D1_ARC_SEGMENT &arc) { function
1794 AddArc(&arc);
1807 STDMETHOD_(void, AddArc)(ID2D1GeometrySink *This, const D2D1_ARC_SEGMENT *arc) PURE;
1824 #define ID2D1GeometrySink_AddArc(this,A) (this)->lpVtbl->AddArc(this,A)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dd2d1.h1783 STDMETHOD_(void, AddArc)(const D2D1_ARC_SEGMENT *arc) PURE;
1793 void AddArc(const D2D1_ARC_SEGMENT &arc) { function
1794 AddArc(&arc);
1807 STDMETHOD_(void, AddArc)(ID2D1GeometrySink *This, const D2D1_ARC_SEGMENT *arc) PURE;
1824 #define ID2D1GeometrySink_AddArc(this,A) (this)->lpVtbl->AddArc(this,A)

Completed in 111 milliseconds