Searched defs:tension (Results 1 – 5 of 5) sorted by relevance
/reactos/dll/win32/gdiplus/ |
H A D | gdiplus.c | 379 void calc_curve_bezier(const GpPointF *pts, REAL tension, REAL *x1, in calc_curve_bezier() 397 REAL tension, REAL *x, REAL *y) in calc_curve_bezier_endp()
|
H A D | graphicspath.c | 363 INT count, REAL tension) in GdipAddPathClosedCurve2() 433 INT count, REAL tension) in GdipAddPathClosedCurve2I() 481 REAL tension) in GdipAddPathCurve2() 534 INT count, REAL tension) in GdipAddPathCurve2I() 562 INT count, INT offset, INT nseg, REAL tension) in GdipAddPathCurve3() 573 INT count, INT offset, INT nseg, REAL tension) in GdipAddPathCurve3I()
|
H A D | graphics.c | 2761 GDIPCONST GpPointF *points, INT count, REAL tension) in GdipDrawClosedCurve2() 2787 GDIPCONST GpPoint *points, INT count, REAL tension) in GdipDrawClosedCurve2I() 2851 GDIPCONST GpPointF *points, INT count, REAL tension) in GdipDrawCurve2() 2879 GDIPCONST GpPoint *points, INT count, REAL tension) in GdipDrawCurve2I() 2907 REAL tension) in GdipDrawCurve3() 2920 REAL tension) in GdipDrawCurve3I() 4218 GDIPCONST GpPointF *points, INT count, REAL tension, GpFillMode fill) in GdipFillClosedCurve2() 4247 GDIPCONST GpPoint *points, INT count, REAL tension, GpFillMode fill) in GdipFillClosedCurve2I()
|
/reactos/sdk/include/psdk/ |
H A D | gdipluspath.h | 117 AddClosedCurve(const Point *points, INT count, REAL tension) in AddClosedCurve() 123 AddClosedCurve(const PointF *points, INT count, REAL tension) in AddClosedCurve() 141 AddCurve(const PointF *points, INT count, REAL tension) in AddCurve() 153 AddCurve(const Point *points, INT count, INT offset, INT numberOfSegments, REAL tension) in AddCurve() 159 AddCurve(const Point *points, INT count, REAL tension) in AddCurve() 165 AddCurve(const PointF *points, INT count, INT offset, INT numberOfSegments, REAL tension) in AddCurve()
|
H A D | gdiplusgraphics.h | 191 DrawClosedCurve(const Pen *pen, const PointF *points, INT count, REAL tension) in DrawClosedCurve() 198 DrawClosedCurve(const Pen *pen, const Point *points, INT count, REAL tension) in DrawClosedCurve() 217 DrawCurve(const Pen *pen, const PointF *points, INT count, REAL tension) in DrawCurve() 223 …rve(const Pen *pen, const Point *points, INT count, INT offset, INT numberOfSegments, REAL tension) in DrawCurve() 230 …ve(const Pen *pen, const PointF *points, INT count, INT offset, INT numberOfSegments, REAL tension) in DrawCurve() 237 DrawCurve(const Pen *pen, const Point *points, INT count, REAL tension) in DrawCurve() 784 …illClosedCurve(const Brush *brush, const Point *points, INT count, FillMode fillMode, REAL tension) in FillClosedCurve() 797 …llClosedCurve(const Brush *brush, const PointF *points, INT count, FillMode fillMode, REAL tension) in FillClosedCurve()
|