Home
last modified time | relevance | path

Searched defs:isClip (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_row_split_ffi.cpp40 void FfiOHOSAceFrameworkRowSplitClip(bool isClip) in FfiOHOSAceFrameworkRowSplitClip()
H A Dcj_column_split_ffi.cpp53 void FfiOHOSAceFrameworkColumnSplitClip(bool isClip) in FfiOHOSAceFrameworkColumnSplitClip()
H A Dcj_view_abstract_ffi.cpp1005 void FfiOHOSAceFrameworkViewAbstractSetClip(bool isClip) in FfiOHOSAceFrameworkViewAbstractSetClip()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_overlay_modifier.h51 void SetIsClip(bool isClip) in SetIsClip()
H A Dbase_text_select_overlay.cpp793 auto isClip = renderContext->GetClipEdge().value_or(false); in CheckHandleCanPaintInHost() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_render_node_bridge.cpp40 ArkUINativeModuleValue SetRectShape(ArkUIRuntimeCallInfo* runtimeCallInfo, bool isClip) in SetRectShape()
64 ArkUINativeModuleValue SetCircleShape(ArkUIRuntimeCallInfo* runtimeCallInfo, bool isClip) in SetCircleShape()
87 ArkUINativeModuleValue SetRoundRectShape(ArkUIRuntimeCallInfo* runtimeCallInfo, bool isClip) in SetRoundRectShape()
128 ArkUINativeModuleValue SetOvalShape(ArkUIRuntimeCallInfo* runtimeCallInfo, bool isClip) in SetOvalShape()
152 ArkUINativeModuleValue SetCommandPathShape(ArkUIRuntimeCallInfo* runtimeCallInfo, bool isClip) in SetCommandPathShape()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_layout_algorithm.cpp860 auto isClip = LessNotEqual(height, defaultImageHeight); in UpdateClipBounds() local
864 auto isClip = false; in UpdateClipBounds() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_layout_test_ng.cpp61 …ayoutTestNg::PaintDivider(RefPtr<PaintWrapper> paintWrapper, int32_t expectLineNumber, bool isClip) in PaintDivider()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_layout_algorithm.cpp916 …ialogLayoutAlgorithm::ClipUIExtensionSubWindowContent(const RefPtr<FrameNode>& dialog, bool isClip) in ClipUIExtensionSubWindowContent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract_model_ng.h774 void SetClipEdge(bool isClip) override in SetClipEdge()
H A Dview_abstract.cpp2362 void ViewAbstract::SetClipEdge(bool isClip) in SetClipEdge()
2379 void ViewAbstract::SetClipEdge(FrameNode* frameNode, bool isClip) in SetClipEdge()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_context.h781 virtual void OnClipEdgeUpdate(bool isClip) {} in OnClipEdgeUpdate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.cpp928 void ViewAbstractModelImpl::SetClipEdge(bool isClip) in SetClipEdge()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp4833 void RosenRenderContext::OnClipEdgeUpdate(bool isClip)
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp3906 void SetClip(ArkUINodeHandle node, ArkUI_Int32 isClip) in SetClip()