Home
last modified time | relevance | path

Searched defs:clipShape (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_row_split.cpp42 JSShapeAbstract* clipShape = JSRef<JSObject>::Cast(info[0])->Unwrap<JSShapeAbstract>(); in JsClip() local
H A Djs_column_split.cpp58 JSShapeAbstract* clipShape = JSRef<JSObject>::Cast(info[0])->Unwrap<JSShapeAbstract>(); in JsClip() local
H A Djs_scrollable.cpp100 JSShapeAbstract* clipShape = JSRef<JSObject>::Cast(info[0])->Unwrap<JSShapeAbstract>(); in JsClip() local
H A Djs_scrollable_base.cpp120 auto* clipShape = JSRef<JSObject>::Cast(info[0])->Unwrap<JSShapeAbstract>(); in JSClipContent() local
H A Djs_richeditor.cpp931 JSShapeAbstract* clipShape = JSRef<JSObject>::Cast(info[0])->Unwrap<JSShapeAbstract>(); in JsClip() local
H A Djs_view_abstract.cpp7255 JSShapeAbstract* clipShape = JSRef<JSObject>::Cast(arg)->Unwrap<JSShapeAbstract>(); in JsClip() local
7268 JSShapeAbstract* clipShape = JSRef<JSObject>::Cast(info[0])->Unwrap<JSShapeAbstract>(); in JsClipShape() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_scrollable_bridge.cpp30 …auto* clipShape = Framework::JSRef<Framework::JSObject>::Cast(info[1])->Unwrap<Framework::JSShapeA… in SetContentClip() local
H A Darkts_native_common_bridge.cpp3445 Framework::JSShapeAbstract *clipShape = in SetClip() local
3467 Framework::JSShapeAbstract *clipShape = in SetClipShape() local
6025 Framework::JSShapeAbstract *clipShape = in SetClipWithEdge() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js4295 clipShape(value) { method in ArkComponent