Home
last modified time | relevance | path

Searched refs:SetEndPoint (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dline_modifier.cpp45 void SetEndPoint(ArkUINodeHandle node, const ArkUI_Float32* pointValues, const ArkUI_Int32* pointUn… in SetEndPoint() function
69 …static const ArkUILineModifier modifier = {SetStartPoint, ResetStartPoint, SetEndPoint, ResetEndPo… in GetLineModifier()
75 …static const CJUILineModifier modifier = {SetStartPoint, ResetStartPoint, SetEndPoint, ResetEndPoi… in GetCJUILineModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_line_bridge.h26 static ArkUINativeModuleValue SetEndPoint(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_line_bridge.cpp87 ArkUINativeModuleValue LineBridge::SetEndPoint(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetEndPoint() function in OHOS::Ace::NG::LineBridge
H A Darkts_native_api_impl_bridge.cpp3795 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), LineBridge::SetEndPoint)); in RegisterLineAttributes()