Home
last modified time | relevance | path

Searched refs:SetFgBrightnessSaturation (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h259 void SetFgBrightnessSaturation(const float& saturation);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.h311 void SetFgBrightnessSaturation(const float& saturation);
H A Drs_node.cpp1628 SetFgBrightnessSaturation(params.saturation_); in SetFgBrightnessParams()
1639 void RSNode::SetFgBrightnessSaturation(const float& saturation) in SetFgBrightnessSaturation() function in OHOS::Rosen::RSNode
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test.cpp1442 properties.SetFgBrightnessSaturation(0.5f);
1510 properties.SetFgBrightnessSaturation(0.5f);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp117 [](RSProperties* prop) { prop->SetFgBrightnessSaturation(0.0); }, // FG_BRIGHTNESS_PARAMS in __anonf204f7ba2802()
1515 void RSProperties::SetFgBrightnessSaturation(const float& saturation) in SetFgBrightnessSaturation() 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.cpp5485 rsNode->SetFgBrightnessSaturation(value);