Searched refs:adaptiveColorArg (Results 1 – 2 of 2) sorted by relevance
2759 auto adaptiveColorArg = runtimeCallInfo->GetCallArgRef(NUM_3); in SetForegroundBlurStyle() local2767 …bool isHasOptions = !(colorModeArg->IsUndefined() && adaptiveColorArg->IsUndefined() && scaleArg->… in SetForegroundBlurStyle()2775 ParseJsInt32(vm, adaptiveColorArg, adaptiveColor); in SetForegroundBlurStyle()2876 auto adaptiveColorArg = runtimeCallInfo->GetCallArgRef(NUM_3); in SetBackgroundBlurStyle() local2884 …bool isHasOptions = !(colorModeArg->IsUndefined() && adaptiveColorArg->IsUndefined() && scaleArg->… in SetBackgroundBlurStyle()2894 ParseJsInt32(vm, adaptiveColorArg, adaptiveColor); in SetBackgroundBlurStyle()5005 …Local<JSValueRef> adaptiveColorArg = runtimeCallInfo->GetCallArgRef(5); // 5:index of parameter ad… in SetAdaptiveColorParam() local5007 if (adaptiveColorArg->IsNumber()) { in SetAdaptiveColorParam()5008 adaptiveColorValue = adaptiveColorArg->Int32Value(vm); in SetAdaptiveColorParam()
3469 …ArkUI_Float32 brightnessArg, ArkUI_Uint32 colorArg, ArkUI_Int32 adaptiveColorArg, const ArkUI_Floa… in SetBackgroundEffect() argument3486 option.adaptiveColor = static_cast<AdaptiveColor>(adaptiveColorArg); in SetBackgroundEffect()