Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H A Dboot_compile_progress.h70 std::shared_ptr<Rosen::RSInterpolator> sharpCurve_; variable
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_compile_progress.cpp83 sharpCurve_ = std::make_shared<Rosen::RSCubicBezierInterpolator>( in Init()
278 float fraction = sharpCurve_->Interpolate(input); in DrawProgressPoint()