Home
last modified time | relevance | path

Searched refs:SetClipToFrame (Results 1 – 25 of 82) sorted by relevance

1234

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stack/
H A Drosen_render_stack.cpp31 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 Dloading_progress_pattern.cpp42 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 Drosen_render_grid.cpp29 rsNode->SetClipToFrame(true); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Drosen_render_tab_bar.cpp29 rsNode->SetClipToFrame(true); in Update()
H A Drosen_render_tab_content.cpp29 rsNode->SetClipToFrame(true); in Update()
H A Drosen_render_tab_bar_item.cpp35 rsNode->SetClipToFrame(true); in Paint()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/
H A Drosen_render_tool_bar.cpp27 rsNode->SetClipToFrame(true); in Update()
H A Drosen_render_tool_bar_item.cpp38 rsNode->SetClipToFrame(true); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drosen_render_popup_list.cpp27 rsNode->SetClipToFrame(true); in Paint()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/refresh/
H A Drosen_render_refresh.cpp31 rsNode->SetClipToFrame(true); in Paint()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/marquee/
H A Drosen_render_marquee.cpp27 rsNode->SetClipToFrame(true); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Drosen_render_grid_scroll.cpp31 rsNode->SetClipToFrame(true); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/progress/
H A Drosen_render_progress.cpp46 rsNode->SetClipToFrame(true); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drosen_render_multi_child_scroll.cpp29 rsNode->SetClipToFrame(true); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/
H A Drosen_render_water_flow.cpp30 rsNode->SetClipToFrame(true); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/
H A Dqrcode_pattern.cpp33 host->GetRenderContext()->SetClipToFrame(true); in OnAttachToFrameNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Drender_node_modifier.cpp109 void SetClipToFrame(ArkUINodeHandle node, ArkUI_Bool useClip) in SetClipToFrame() function
114 renderContext->SetClipToFrame(useClip); in SetClipToFrame()
547SetClipToFrame, SetRotation, SetShadowColor, SetShadowOffset, SetLabel, SetShadowAlpha, SetShadowE… in GetRenderNodeModifier()
559SetClipToFrame, SetRotation, SetShadowColor, SetShadowOffset, SetShadowAlpha, SetShadowElevation, in GetCJUIRenderNodeModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_pattern.cpp48 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 Dshape_container_pattern.cpp106 host->GetRenderContext()->SetClipToFrame(true); in OnAttachToFrameNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_paint_method.cpp85 renderContext->SetClipToFrame(false); in TryContentClip()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drosen_render_grid_layout.cpp30 rsNode->SetClipToFrame(true); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_render_node_bridge.h33 static ArkUINativeModuleValue SetClipToFrame(ArkUIRuntimeCallInfo* runtimeCallInfo);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/counter/
H A Dcounter_model_ng.cpp46 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 Drs_properties_test2.cpp626 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 Drsnode_fuzzer.cpp204 surfaceNode->SetClipToFrame(GetData<bool>()); in RSNodeFuzzTestInner02()

1234