Searched refs:centerArg (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_common_bridge.cpp | 1223 void ParseCenterDimension(const EcmaVM* vm, const Local<JSValueRef>& centerArg, CalcDimension& cent… in ParseCenterDimension() argument 1225 if (!ArkTSUtils::ParseJsDimensionVp(vm, centerArg, centerDimension, false)) { in ParseCenterDimension() 2581 auto centerArg = runtimeCallInfo->GetCallArgRef(NUM_1); in SetSweepGradient() local 2589 ParseGradientCenter(vm, centerArg, values); in SetSweepGradient() 2617 auto centerArg = runtimeCallInfo->GetCallArgRef(NUM_1); in SetRadialGradient() local 2623 ParseGradientCenter(vm, centerArg, values); in SetRadialGradient() 4707 Local<JSValueRef> centerArg = runtimeCallInfo->GetCallArgRef(NUM_5); in SetAlignRules() local 4721 bool centerParseResult = ParseJsAlignRule(vm, centerArg, anchors[4], direction[4]); in SetAlignRules()
|