| /foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
| H A D | rosen_render_multi_child_scroll.cpp | 27 auto rsNode = GetRSNode(); in Update() local 44 auto rsNode = renderContext->GetRSNode(); in Paint() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/svg/ |
| H A D | rosen_render_svg_circle.cpp | 34 auto rsNode = renderContext->GetRSNode(); in Paint() local 105 auto rsNode = GetRSNode(); in UpdateMotion() local
|
| H A D | rosen_render_svg.cpp | 26 auto rsNode = static_cast<RosenRenderContext*>(&context)->GetRSNode(); in Paint() local 35 void RosenRenderSvg::UpdateTransformByGlobalOffset(const std::shared_ptr<RSNode>& rsNode) in UpdateTransformByGlobalOffset() argument
|
| H A D | rosen_render_svg_line.cpp | 30 auto rsNode = renderContext->GetRSNode(); in Paint() local 95 auto rsNode = GetRSNode(); in UpdateMotion() local
|
| H A D | rosen_render_svg_ellipse.cpp | 31 auto rsNode = renderContext->GetRSNode(); in Paint() local 96 auto rsNode = GetRSNode(); in UpdateMotion() local
|
| H A D | rosen_render_svg_rect.cpp | 31 auto rsNode = renderContext->GetRSNode(); in Paint() local 96 auto rsNode = GetRSNode(); in UpdateMotion() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/tab_bar/ |
| H A D | rosen_render_tab_bar_item.cpp | 31 auto rsNode = static_cast<RosenRenderContext*>(&context)->GetRSNode(); in Paint() local 56 auto rsNode = static_cast<RosenRenderContext*>(&context)->GetRSNode(); in RenderTabBarItemBoundary() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/remote_window/ |
| H A D | remote_window_component.h | 36 void SetExternalRSNode(const std::shared_ptr<Rosen::RSNode>& rsNode) in SetExternalRSNode() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/grid_layout/ |
| H A D | rosen_render_grid_layout.cpp | 26 auto rsNode = GetRSNode(); in Update() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_remote_window.cpp | 49 std::shared_ptr<Rosen::RSNode> rsNode; in Create() local
|
| /foundation/arkui/ace_engine/test/mock/core/render/ |
| H A D | mock_rosen_render_context.cpp | 56 void RosenRenderContext::SetRSNode(const std::shared_ptr<Rosen::RSNode>& rsNode) {} in SetRSNode() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
| H A D | rosen_modifier_property.cpp | 32 void AddOrChangeScaleModifier(std::shared_ptr<Rosen::RSNode>& rsNode, in AddOrChangeScaleModifier() argument 44 void AddOrChangeSkewModifier(std::shared_ptr<Rosen::RSNode>& rsNode, in AddOrChangeSkewModifier() argument 56 void AddOrChangePivotModifier(std::shared_ptr<Rosen::RSNode>& rsNode, in AddOrChangePivotModifier() argument 68 void AddOrChangeTranslateZModifier(std::shared_ptr<Rosen::RSNode>& rsNode, in AddOrChangeTranslateZModifier() argument 80 AddOrChangePerspectiveModifier(std::shared_ptr<Rosen::RSNode>& rsNode, std::shared_ptr<Rosen::RSPerspModifier>& modifier, std::shared_ptr<Rosen::RSAnimatableProperty<Rosen::Vector2f>>& property, const Rosen::Vector2f& value) AddOrChangePerspectiveModifier() argument 92 AddOrChangeTranslateModifier(std::shared_ptr<Rosen::RSNode>& rsNode, std::shared_ptr<Rosen::RSTranslateModifier>& modifier, std::shared_ptr<Rosen::RSAnimatableProperty<Rosen::Vector2f>>& property, const Rosen::Vector2f& value) AddOrChangeTranslateModifier() argument 104 AddOrChangeQuaternionModifier(std::shared_ptr<Rosen::RSNode>& rsNode, std::shared_ptr<Rosen::RSQuaternionModifier>& modifier, std::shared_ptr<Rosen::RSAnimatableProperty<Rosen::Quaternion>>& property, const Rosen::Quaternion& value) AddOrChangeQuaternionModifier() argument [all...] |
| H A D | rosen_particle_context.cpp | 26 auto rsNode = renderContext->GetRSNode(); in UpdateDisturbance() local 51 auto rsNode = AceType::DynamicCast<NG::RosenRenderContext>(renderContext)->GetRSNode(); in updateEmitterPosition() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_v2/grid/ |
| H A D | rosen_render_grid_scroll.cpp | 26 auto rsNode = GetRSNode(); in Update() local 61 auto rsNode = renderContext->GetRSNode(); in Paint() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/ |
| H A D | rosen_render_water_flow.cpp | 25 auto rsNode = GetRSNode(); in Update() local 61 auto rsNode = renderContext->GetRSNode(); in Paint() local
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
| H A D | rs_symbol_animation.h | 41 void SetNode(std::shared_ptr<RSNode>& rsNode) in SetNode() argument [all...] |
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/pipeline/ |
| H A D | rs_node_map_test.cpp | 177 auto rsNode = RSNodeMap::MutableInstance().GetAnimationFallbackNode(); in HWTEST_F() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/list/ |
| H A D | rosen_render_list.cpp | 30 auto rsNode = GetRSNode(); in PerformLayout() local 39 auto rsNode = GetRSNode(); in SyncGeometryProperties() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/clip/ |
| H A D | rosen_render_clip.cpp | 48 auto rsNode = GetRSNode(); in SyncGeometryProperties() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/piece/ |
| H A D | rosen_render_piece.cpp | 49 auto rsNode = static_cast<RosenRenderContext*>(&context)->GetRSNode(); in Paint() local
|
| /foundation/arkui/ace_engine/test/unittest/interfaces/ |
| H A D | form_render_delegate_proxy_test.cpp | 62 std::shared_ptr<Rosen::RSSurfaceNode> rsNode = OHOS::Rosen::RSSurfaceNode::Create(surfaceNodeConfig, true); in HWTEST_F() local 92 std::shared_ptr<Rosen::RSSurfaceNode> rsNode = OHOS::Rosen::RSSurfaceNode::Create(surfaceNodeConfig, true); in HWTEST_F() local 115 std::shared_ptr<Rosen::RSSurfaceNode> rsNode = OHOS::Rosen::RSSurfaceNode::Create(surfaceNodeConfig, true); in HWTEST_F() local 138 std::shared_ptr<Rosen::RSSurfaceNode> rsNode = OHOS::Rosen::RSSurfaceNode::Create(surfaceNodeConfig, true); HWTEST_F() local [all...] |
| H A D | form_render_delegate_stub_test.cpp | 78 std::shared_ptr<Rosen::RSSurfaceNode> rsNode = OHOS::Rosen::RSSurfaceNode::Create(surfaceNodeConfig, true); in HWTEST_F() local 101 std::shared_ptr<Rosen::RSSurfaceNode> rsNode = OHOS::Rosen::RSSurfaceNode::Create(surfaceNodeConfig, true); in HWTEST_F() local 132 std::shared_ptr<Rosen::RSSurfaceNode> rsNode = OHOS::Rosen::RSSurfaceNode::Create(surfaceNodeConfig, true); in HWTEST_F() local 168 std::shared_ptr<Rosen::RSSurfaceNode> rsNode = OHOS::Rosen::RSSurfaceNode::Create(surfaceNodeConfig, true); HWTEST_F() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/web/ |
| H A D | rosen_render_web.cpp | 91 auto rsNode = GetRSNode(); in SyncGeometryProperties() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/tool_bar/ |
| H A D | rosen_render_tool_bar_item.cpp | 33 auto rsNode = GetRSNode(); in Update() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/xcomponent/ |
| H A D | rosen_render_xcomponent.cpp | 47 auto rsNode = GetRSNode(); in SyncGeometryProperties() local
|