Searched refs:offsetDy (Results 1 – 1 of 1) sorted by relevance
238 Local<JSValueRef> offsetDy = runtimeCallInfo->GetCallArgRef(3); // 3: index of offset Dy in SetMenuAlign() local252 if (offsetDy->IsNull() || !ArkTSUtils::ParseJsDimensionVp(vm, offsetDy, menuAlignOffsetDy)) { in SetMenuAlign()