Home
last modified time | relevance | path

Searched refs:SetAiInvert (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/
H A Drs_drawable_test.cpp59 node.renderContent_->GetMutableRenderProperties().SetAiInvert(aiInvert);
78 node.renderContent_->GetMutableRenderProperties().SetAiInvert(aiInvert);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h437 void SetAiInvert(const std::optional<Vector4f>& aiInvert);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.h437 void SetAiInvert(const Vector4f& aiInvert);
H A Drs_node.cpp2468 void RSNode::SetAiInvert(const Vector4f& aiInvert) in SetAiInvert() function in OHOS::Rosen::RSNode
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_property_drawable_bounds_geometry_test.cpp920 properties.SetAiInvert(aiInvert);
H A Drs_properties_test.cpp2994 properties.SetAiInvert(aiInvert);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp161 [](RSProperties* prop) { prop->SetAiInvert({}); }, // AIINVERT in __anonf204f7ba5102()
3461 void RSProperties::SetAiInvert(const std::optional<Vector4f>& aiInvert) in SetAiInvert() 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.cpp4089 rootNode->SetAiInvert(value);
6660 HWTEST_F(RSNodeTest, SetAiInvert, TestSize.Level1)
6664 rsNode->SetAiInvert(aiInvert);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp4339 rsNode_->SetAiInvert(invertVector);