Searched defs:sweepAngle (Results 1 – 6 of 6) sorted by relevance
/reactos/sdk/include/psdk/ |
H A D | gdiplusgraphics.h | 105 DrawArc(const Pen *pen, const Rect &rect, REAL startAngle, REAL sweepAngle) in DrawArc() 112 DrawArc(const Pen *pen, const RectF &rect, REAL startAngle, REAL sweepAngle) in DrawArc() 119 … DrawArc(const Pen *pen, REAL x, REAL y, REAL width, REAL height, REAL startAngle, REAL sweepAngle) in DrawArc() 126 DrawArc(const Pen *pen, INT x, INT y, INT width, INT height, REAL startAngle, REAL sweepAngle) in DrawArc() 489 DrawPie(const Pen *pen, const Rect &rect, REAL startAngle, REAL sweepAngle) in DrawPie() 496 DrawPie(const Pen *pen, INT x, INT y, INT width, INT height, REAL startAngle, REAL sweepAngle) in DrawPie() 503 … DrawPie(const Pen *pen, REAL x, REAL y, REAL width, REAL height, REAL startAngle, REAL sweepAngle) in DrawPie() 510 DrawPie(const Pen *pen, const RectF &rect, REAL startAngle, REAL sweepAngle) in DrawPie() 838 FillPie(const Brush *brush, const Rect &rect, REAL startAngle, REAL sweepAngle) in FillPie() 846 … FillPie(const Brush *brush, INT x, INT y, INT width, INT height, REAL startAngle, REAL sweepAngle) in FillPie() [all …]
|
H A D | gdipluspath.h | 51 AddArc(const Rect &rect, REAL startAngle, REAL sweepAngle) in AddArc() 57 AddArc(const RectF &rect, REAL startAngle, REAL sweepAngle) in AddArc() 63 AddArc(INT x, INT y, INT width, INT height, REAL startAngle, REAL sweepAngle) in AddArc() 69 AddArc(REAL x, REAL y, REAL width, REAL height, REAL startAngle, REAL sweepAngle) in AddArc() 238 AddPie(const Rect &rect, REAL startAngle, REAL sweepAngle) in AddPie() 244 AddPie(INT x, INT y, INT width, INT height, REAL startAngle, REAL sweepAngle) in AddPie() 250 AddPie(REAL x, REAL y, REAL width, REAL height, REAL startAngle, REAL sweepAngle) in AddPie() 256 AddPie(const RectF &rect, REAL startAngle, REAL sweepAngle) in AddPie()
|
/reactos/dll/win32/gdiplus/ |
H A D | gdiplus.c | 224 REAL startAngle, REAL sweepAngle) in arc2polybezier()
|
H A D | graphicspath.c | 196 REAL y2, REAL startAngle, REAL sweepAngle) in GdipAddPathArc() 235 INT y2, REAL startAngle, REAL sweepAngle) in GdipAddPathArcI() 777 REAL startAngle, REAL sweepAngle) in GdipAddPathPie() 836 REAL startAngle, REAL sweepAngle) in GdipAddPathPieI()
|
H A D | graphics.c | 2620 REAL y, REAL width, REAL height, REAL startAngle, REAL sweepAngle) in GdipDrawArc() 2646 INT y, INT width, INT height, REAL startAngle, REAL sweepAngle) in GdipDrawArcI() 4096 REAL y, REAL width, REAL height, REAL startAngle, REAL sweepAngle) in GdipDrawPie() 4122 INT y, INT width, INT height, REAL startAngle, REAL sweepAngle) in GdipDrawPieI() 4429 REAL y, REAL width, REAL height, REAL startAngle, REAL sweepAngle) in GdipFillPie() 4459 INT y, INT width, INT height, REAL startAngle, REAL sweepAngle) in GdipFillPieI()
|
/reactos/dll/opengl/glu32/src/libutil/ |
H A D | quad.c | 433 GLdouble startAngle, GLdouble sweepAngle) in gluPartialDisk()
|