Home
last modified time | relevance | path

Searched refs:SetDistortionK (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test2.cpp926 properties.SetDistortionK(std::nullopt);
931 properties.SetDistortionK(0.7f);
949 properties.SetDistortionK(1.7f);
953 properties.SetDistortionK(-1.7f);
956 properties.SetDistortionK(0.7f);
974 properties.SetDistortionK(1.7f);
978 properties.SetDistortionK(-0.1f);
982 properties.SetDistortionK(0.7f);
H A Drs_properties_painter_test.cpp1725 properties.SetDistortionK(-0.2f);
1730 properties.SetDistortionK(0.2f);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui_effect/filter/include/
H A Dfilter_distort_para.h30 void SetDistortionK(float distortionK) in SetDistortionK() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsproperty_fuzzer/
H A Drsproperty_fuzzer.cpp267 properties.SetDistortionK(distortionK); in RSPropertiesFuzzTestInner04()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/ui_effect/src/
H A Dfilter_napi.cpp460 para->SetDistortionK(distortionK); in SetDistort()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h281 void SetDistortionK(const std::optional<float>& distortionK);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.h361 void SetDistortionK(const float distortionK);
H A Drs_node.cpp1476 SetDistortionK(distortionK); in SetUIForegroundFilter()
1887 void RSNode::SetDistortionK(const float distortionK) in SetDistortionK() function in OHOS::Rosen::RSNode
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_render_node_test2.cpp1321 node.renderContent_->renderProperties_.SetDistortionK(0.5f); // 0.5 is k of value in distortion
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp189 [](RSProperties* prop) { prop->SetDistortionK(0.0f); }, // DISTORTION_K in __anonf204f7ba6d02()
1466 void RSProperties::SetDistortionK(const std::optional<float>& distortionK) in SetDistortionK() function in OHOS::Rosen::RSProperties
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_node_test.cpp5830 HWTEST_F(RSNodeTest, SetDistortionK, TestSize.Level1)
5835 rsNode->SetDistortionK(distortionK);