Home
last modified time | relevance | path

Searched refs:IsClipToFrame (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_frame_node_bridge.h87 static ArkUINativeModuleValue IsClipToFrame(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_frame_node_bridge.cpp1257 ArkUINativeModuleValue FrameNodeBridge::IsClipToFrame(ArkUIRuntimeCallInfo* runtimeCallInfo) in IsClipToFrame() function in OHOS::Ace::NG::FrameNodeBridge
H A Darkts_native_api_impl_bridge.cpp3749 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), FrameNodeBridge::IsClipToFrame)); in RegisterFrameNodeAttributes()