Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test2.cpp259 properties.flyOutDegree_ = 0.5;
263 properties.flyOutDegree_ = 0.5;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp1433 flyOutDegree_ = degree; in SetFlyOutDegree()
1442 return flyOutDegree_; in GetFlyOutDegree()
1463 …return ROSEN_GE(flyOutDegree_, 0.0f) && ROSEN_LE(flyOutDegree_, 1.0f) && flyOutParams_.has_value(); in IsFlyOutValid()
2474 auto flyOutShaderFilter = std::make_shared<RSFlyOutShaderFilter>(flyOutDegree_, flyMode); in CreateFlyOutShaderFilter()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h621 float flyOutDegree_ = 0.0f; variable