/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stack/ |
H A D | rosen_render_stack.cpp | 31 rsNode->SetClipToFrame(true); in PerformLayout() 33 rsNode->SetClipToFrame(false); in PerformLayout()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/loading_progress/ |
H A D | loading_progress_pattern.cpp | 42 host->GetRenderContext()->SetClipToFrame(true); in OnAttachToFrameNode() 147 host->GetRenderContext()->SetClipToFrame(true); in FireBuilder() 156 host->GetRenderContext()->SetClipToFrame(false); in FireBuilder()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid/ |
H A D | rosen_render_grid.cpp | 29 rsNode->SetClipToFrame(true); in Update()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/ |
H A D | rosen_render_tab_bar.cpp | 29 rsNode->SetClipToFrame(true); in Update()
|
H A D | rosen_render_tab_content.cpp | 29 rsNode->SetClipToFrame(true); in Update()
|
H A D | rosen_render_tab_bar_item.cpp | 35 rsNode->SetClipToFrame(true); in Paint()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/ |
H A D | rosen_render_tool_bar.cpp | 27 rsNode->SetClipToFrame(true); in Update()
|
H A D | rosen_render_tool_bar_item.cpp | 38 rsNode->SetClipToFrame(true); in Update()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/ |
H A D | rosen_render_popup_list.cpp | 27 rsNode->SetClipToFrame(true); in Paint()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/refresh/ |
H A D | rosen_render_refresh.cpp | 31 rsNode->SetClipToFrame(true); in Paint()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/marquee/ |
H A D | rosen_render_marquee.cpp | 27 rsNode->SetClipToFrame(true); in Update()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/ |
H A D | rosen_render_grid_scroll.cpp | 31 rsNode->SetClipToFrame(true); in Update()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/progress/ |
H A D | rosen_render_progress.cpp | 46 rsNode->SetClipToFrame(true); in Update()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | rosen_render_multi_child_scroll.cpp | 29 rsNode->SetClipToFrame(true); in Update()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/ |
H A D | rosen_render_water_flow.cpp | 30 rsNode->SetClipToFrame(true); in Update()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/ |
H A D | qrcode_pattern.cpp | 33 host->GetRenderContext()->SetClipToFrame(true); in OnAttachToFrameNode()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | render_node_modifier.cpp | 109 void SetClipToFrame(ArkUINodeHandle node, ArkUI_Bool useClip) in SetClipToFrame() function 114 renderContext->SetClipToFrame(useClip); in SetClipToFrame() 547 …SetClipToFrame, SetRotation, SetShadowColor, SetShadowOffset, SetLabel, SetShadowAlpha, SetShadowE… in GetRenderNodeModifier() 559 … SetClipToFrame, SetRotation, SetShadowColor, SetShadowOffset, SetShadowAlpha, SetShadowElevation, in GetCJUIRenderNodeModifier()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/ |
H A D | progress_pattern.cpp | 48 host->GetRenderContext()->SetClipToFrame(true); in OnAttachToFrameNode() 410 host->GetRenderContext()->SetClipToFrame(true); in FireBuilder() 418 host->GetRenderContext()->SetClipToFrame(false); in FireBuilder()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/ |
H A D | shape_container_pattern.cpp | 106 host->GetRenderContext()->SetClipToFrame(true); in OnAttachToFrameNode()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable_paint_method.cpp | 85 renderContext->SetClipToFrame(false); in TryContentClip()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/ |
H A D | rosen_render_grid_layout.cpp | 30 rsNode->SetClipToFrame(true); in Update()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_render_node_bridge.h | 33 static ArkUINativeModuleValue SetClipToFrame(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/counter/ |
H A D | counter_model_ng.cpp | 46 counterNode->GetRenderContext()->SetClipToFrame(true); in Create() 105 contentNode->GetRenderContext()->SetClipToFrame(true); in CreateContentNodeChild()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_properties_test2.cpp | 626 properties.SetClipToFrame(true); 629 properties.SetClipToFrame(true); 632 properties.SetClipToFrame(false);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rsnode_fuzzer/ |
H A D | rsnode_fuzzer.cpp | 204 surfaceNode->SetClipToFrame(GetData<bool>()); in RSNodeFuzzTestInner02()
|