H A D | geometry_curves.h | 147 float x4, float y4) in CubicBezierCurvePoints() 156 cpArray[7] = y4; in CubicBezierCurvePoints() 162 float x4, float y4) in Init() 171 cpArray[7] = y4; in Init() 190 float x3, float y3, float x4, float y4) in CubicBezierCurveIncrement() 193 Init(x1, y1, x2, y2, x3, y3, x4, y4); in CubicBezierCurveIncrement() 203 void Init(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4); 250 float x4, float y4) in CatromToBezier() 258 (y2 + SIX_TIMES * y3 - y4) / SIX_TIMES, in CatromToBezier() 278 float x4, float y4) in UbsplineToBezier() 189 CubicBezierCurveIncrement(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4) CubicBezierCurveIncrement() argument 247 CatromToBezier(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4) CatromToBezier() argument 275 UbsplineToBezier(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4) UbsplineToBezier() argument 307 HermiteToBezier(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4) HermiteToBezier() argument 340 CubicBezierCurveDividOperate(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4) CubicBezierCurveDividOperate() argument 526 CubicBezierCurve(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4) CubicBezierCurve() argument 542 Init(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4) Init() argument [all...] |