Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_attraction_effect_filter_test.cpp156 float firstFactor = 0.5f; variable
158 Drawing::Point point = firstEffectFilter.LerpPoint(p1, p2, firstFactor, secondFactor);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_attraction_effect_filter.h83 float firstFactor, float secondFactor);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_attraction_effect_filter.cpp63 float firstFactor, float secondFactor) in LerpPoint() argument
66 p = firstFactor * firstPoint + secondFactor * secondPoint; in LerpPoint()