Home
last modified time | relevance | path

Searched defs:ctlY2 (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.cpp47 float ctlY2 = 0.f; variable
68 float ctlY2 = 0.f; variable
85 float ctlY2 = 0.f; variable
103 float ctlY2 = 0.f; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_cubic_bezier_interpolator.cpp36 …icBezierInterpolator::RSCubicBezierInterpolator(float ctlX1, float ctlY1, float ctlX2, float ctlY2) in RSCubicBezierInterpolator()
40 …polator::RSCubicBezierInterpolator(uint64_t id, float ctlX1, float ctlY1, float ctlX2, float ctlY2) in RSCubicBezierInterpolator()