Home
last modified time | relevance | path

Searched refs:SetContextMatrix (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_proxy_render_node_test.cpp58 node->SetContextMatrix(matrix);
61 node->SetContextMatrix(matrix);
109 HWTEST_F(RSProxyRenderNodeTest, SetContextMatrix, TestSize.Level1)
115 node->SetContextMatrix(node->contextMatrix_);
117 node->SetContextMatrix(matrix);
H A Drs_surface_render_node_test.cpp65 surfaceRenderNode.SetContextMatrix(matrix, sendMsg);
479 node->SetContextMatrix(matrix, sendMsg);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_proxy_render_node.cpp63 void RSProxyRenderNode::SetContextMatrix(const std::optional<Drawing::Matrix>& matrix) in SetContextMatrix() function in OHOS::Rosen::RSProxyRenderNode
70 target->SetContextMatrix(matrix, false); in SetContextMatrix()
136 target->SetContextMatrix(std::nullopt, false); in CleanUp()
H A Drs_surface_render_node.cpp702 void RSSurfaceRenderNode::SetContextMatrix(const std::optional<Drawing::Matrix>& matrix, bool sendM… in SetContextMatrix() function in OHOS::Rosen::RSSurfaceRenderNode
2411 geoPtr->SetContextMatrix(contextMatrix_); in OnApplyModifiers()
H A Drs_render_node.cpp1488 properties.GetBoundsGeometry()->SetContextMatrix(translateMatrix); in UpdateDrawRect()
1490 properties.GetBoundsGeometry()->SetContextMatrix(std::nullopt); in UpdateDrawRect()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/
H A Drs_obj_abs_geometry_test.cpp106 rsObjAbsGeometry.SetContextMatrix(contextMatrix);
173 rsObjAbsGeometry.SetContextMatrix(contextMatrix);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_obj_abs_geometry.h61 void SetContextMatrix(const std::optional<Drawing::Matrix>& matrix);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_proxy_render_node.h55 void SetContextMatrix(const std::optional<Drawing::Matrix>& transform);
H A Drs_surface_render_node.h450 void SetContextMatrix(const std::optional<Drawing::Matrix>& transform, bool sendMsg = true);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsproxyrendernode_fuzzer/
H A Drsproxyrendernode_fuzzer.cpp85 rsProxyRenderNode->SetContextMatrix(matrix); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A Drs_surface_node_command.h77 …static void SetContextMatrix(RSContext& context, NodeId nodeId, const std::optional<Drawing::Matri…
119 SurfaceNodeCommandHelper::SetContextMatrix, NodeId, std::optional<Drawing::Matrix>))
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_surface_node_command.cpp78 void SurfaceNodeCommandHelper::SetContextMatrix( in SetContextMatrix() function in OHOS::Rosen::SurfaceNodeCommandHelper
82 node->SetContextMatrix(matrix, false); in SetContextMatrix()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfacenodecommand_fuzzer/
H A Drssurfacenodecommand_fuzzer.cpp74 SurfaceNodeCommandHelper::SetContextMatrix(context, id, matrix); in DoSurfacenodecommand()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/
H A Drs_surface_node_command_test.cpp252 SurfaceNodeCommandHelper::SetContextMatrix(context, id, matrix);
256 SurfaceNodeCommandHelper::SetContextMatrix(*context2, id2, matrix);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread_visitor.cpp896 node.SetContextMatrix(contextMatrix); in ProcessSurfaceRenderNode()
982 node.SetContextMatrix(contextMatrix); in ProcessProxyRenderNode()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_obj_abs_geometry.cpp392 void RSObjAbsGeometry::SetContextMatrix(const std::optional<Drawing::Matrix>& matrix) in SetContextMatrix() function in OHOS::Rosen::RSObjAbsGeometry