/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_proxy_render_node_test.cpp | 58 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 D | rs_surface_render_node_test.cpp | 65 surfaceRenderNode.SetContextMatrix(matrix, sendMsg); 479 node->SetContextMatrix(matrix, sendMsg);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_proxy_render_node.cpp | 63 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 D | rs_surface_render_node.cpp | 702 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 D | rs_render_node.cpp | 1488 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 D | rs_obj_abs_geometry_test.cpp | 106 rsObjAbsGeometry.SetContextMatrix(contextMatrix); 173 rsObjAbsGeometry.SetContextMatrix(contextMatrix);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
H A D | rs_obj_abs_geometry.h | 61 void SetContextMatrix(const std::optional<Drawing::Matrix>& matrix);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_proxy_render_node.h | 55 void SetContextMatrix(const std::optional<Drawing::Matrix>& transform);
|
H A D | rs_surface_render_node.h | 450 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 D | rsproxyrendernode_fuzzer.cpp | 85 rsProxyRenderNode->SetContextMatrix(matrix); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/ |
H A D | rs_surface_node_command.h | 77 …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 D | rs_surface_node_command.cpp | 78 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 D | rssurfacenodecommand_fuzzer.cpp | 74 SurfaceNodeCommandHelper::SetContextMatrix(context, id, matrix); in DoSurfacenodecommand()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/ |
H A D | rs_surface_node_command_test.cpp | 252 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 D | rs_render_thread_visitor.cpp | 896 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 D | rs_obj_abs_geometry.cpp | 392 void RSObjAbsGeometry::SetContextMatrix(const std::optional<Drawing::Matrix>& matrix) in SetContextMatrix() function in OHOS::Rosen::RSObjAbsGeometry
|