Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/smooth_zoom/
H A Dcubic_bezier.cpp28 constexpr float CONTROL_POINT_Y1 = 0.0; variable
68 return CUBIC_BEZIER_MULTIPLE * (1- time) * (1 - time) * time * CONTROL_POINT_Y1 + in GetCubicBezierY()