Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_canvas.cpp357 CurveParam* curveParam = new CurveParam; in DrawCurve() local
358 if (curveParam == nullptr) { in DrawCurve()
362 curveParam->start = startPoint; in DrawCurve()
363 curveParam->control1 = control1; in DrawCurve()
364 curveParam->control2 = control2; in DrawCurve()
365 curveParam->end = endPoint; in DrawCurve()
372 cmd.param = curveParam; in DrawCurve()
1070 CurveParam* curveParam = static_cast<CurveParam*>(param); in DoDrawCurve() local
1075 GetAbsolutePosition(curveParam->start, rect, style, start); in DoDrawCurve()
1076 GetAbsolutePosition(curveParam->end, rect, style, end); in DoDrawCurve()
[all …]
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_canvas.h561 CurveParam* curveParam = static_cast<CurveParam*>(param); in DeleteCurveParam() local
562 delete curveParam; in DeleteCurveParam() local