Home
last modified time | relevance | path

Searched refs:UbsplineToBezier (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/
H A Dgeometry_curves.h275 inline CubicBezierCurvePoints UbsplineToBezier(float x1, float y1, in UbsplineToBezier() function
296 inline CubicBezierCurvePoints UbsplineToBezier(const CubicBezierCurvePoints& curve4Points) in UbsplineToBezier() function
298 return UbsplineToBezier(curve4Points[0], curve4Points[1], curve4Points[2], curve4Points[3], in UbsplineToBezier()