Searched refs:curve4Points (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/ |
H A D | geometry_curves.h | 199 Init(curve4Points[0], curve4Points[1], curve4Points[2], curve4Points[3], in CubicBezierCurveIncrement() 200 curve4Points[4], curve4Points[5], curve4Points[6], curve4Points[7]); in CubicBezierCurveIncrement() 206 Init(curve4Points[0], curve4Points[1], curve4Points[2], curve4Points[3], in Init() 207 curve4Points[4], curve4Points[5], curve4Points[6], curve4Points[7]); in Init() 265 return CatromToBezier(curve4Points[0], curve4Points[1], curve4Points[2], in CatromToBezier() 298 return UbsplineToBezier(curve4Points[0], curve4Points[1], curve4Points[2], curve4Points[3], in UbsplineToBezier() 299 curve4Points[4], curve4Points[5], curve4Points[6], curve4Points[7]); in UbsplineToBezier() 538 Init(curve4Points[0], curve4Points[1], curve4Points[2], curve4Points[3], in CubicBezierCurve() 539 curve4Points[4], curve4Points[5], curve4Points[6], curve4Points[7]); in CubicBezierCurve() 556 Init(curve4Points[0], curve4Points[1], curve4Points[2], curve4Points[3], in Init() [all …]
|