Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dshadow.h61 SetElevation(elevation); in Shadow()
148 void SetElevation(float elevation) in SetElevation() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_shadow_test.cpp96 rsShadow->SetElevation(5.f);
280 shadow.SetElevation(0.1);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_shadow.h51 void SetElevation(float elevation);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_shadow.cpp46 void RSShadow::SetElevation(float elevation) in SetElevation() function in OHOS::Rosen::RSShadow
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsshadow_fuzzer/
H A Drsshadow_fuzzer.cpp132 rsShadow->SetElevation(elevation); in DoSetElevation()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/
H A Drs_property_drawable_background_test.cpp66 node.renderContent_->GetMutableRenderProperties().shadow_->SetElevation(1.0f);
77 node.renderContent_->GetMutableRenderProperties().shadow_->SetElevation(0);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderimage_fuzzer/
H A Drsrenderimage_fuzzer.cpp344 shadow.SetElevation(elevation); in RSShadowFuzzTest()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp1947 shadow_->SetElevation(elevation); in SetShadowElevation()