Home
last modified time | relevance | path

Searched defs:ctlY1 (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_cubic_bezier_interpolator_test.cpp45 float ctlY1 = 0.f; variable
66 float ctlY1 = 0.f; variable
83 float ctlY1 = 0.f; variable
101 float ctlY1 = 0.f; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_cubic_bezier_interpolator.cpp36 RSCubicBezierInterpolator::RSCubicBezierInterpolator(float ctlX1, float ctlY1, float ctlX2, float c… in RSCubicBezierInterpolator()
40 RSCubicBezierInterpolator::RSCubicBezierInterpolator(uint64_t id, float ctlX1, float ctlY1, float c… in RSCubicBezierInterpolator()