Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/smooth_zoom/
H A Dcubic_bezier.cpp29 constexpr float CONTROL_POINT_Y2 = 1.0; variable
69 CUBIC_BEZIER_MULTIPLE * (1- time) * time * time * CONTROL_POINT_Y2 + time * time * time; in GetCubicBezierY()