Searched refs:SetEndPoint (Results 1 – 4 of 4) sorted by relevance
45 void SetEndPoint(ArkUINodeHandle node, const ArkUI_Float32* pointValues, const ArkUI_Int32* pointUn… in SetEndPoint() function69 …static const ArkUILineModifier modifier = {SetStartPoint, ResetStartPoint, SetEndPoint, ResetEndPo… in GetLineModifier()75 …static const CJUILineModifier modifier = {SetStartPoint, ResetStartPoint, SetEndPoint, ResetEndPoi… in GetCJUILineModifier()
26 static ArkUINativeModuleValue SetEndPoint(ArkUIRuntimeCallInfo* runtimeCallInfo);
87 ArkUINativeModuleValue LineBridge::SetEndPoint(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetEndPoint() function in OHOS::Ace::NG::LineBridge
3795 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), LineBridge::SetEndPoint)); in RegisterLineAttributes()