Lines Matching defs:curve
33 option->curve = ArkUI_AnimationCurve::ARKUI_CURVE_EASE_IN_OUT;
71 return option->curve;
122 option->curve = value;
186 animateOption->keyframes[i].curve = nullptr;
244 if (!value || !value->curve) {
245 option->keyframes[index].curve = nullptr;
252 option->keyframes[index].curve = value;
292 return option->keyframes[index].curve;
304 option->keyframes[i].curve = nullptr;
449 option->keyframes[index].curve = nullptr;
455 option->keyframes[index].curve = value;
552 return option->keyframes[index].curve;
656 ArkUI_CurveHandle OH_ArkUI_Curve_CreateCurveByType(ArkUI_AnimationCurve curve)
658 return OHOS::Ace::AnimateModel::InitCurve(curve);