Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp10611 auto backGroundBlurStyle = in GetBackgroundBlurStyle() local
10613 g_numberValues[BLUR_STYLE_INDEX].i32 = UnConvertBlurStyle(backGroundBlurStyle.blurStyle); in GetBackgroundBlurStyle()
10614 g_numberValues[COLOR_MODE_INDEX].i32 = backGroundBlurStyle.colorMode; in GetBackgroundBlurStyle()
10615 g_numberValues[ADAPTIVE_COLOR_INDEX].i32 = backGroundBlurStyle.adaptiveColor; in GetBackgroundBlurStyle()
10616 g_numberValues[SCALE_INDEX].f32 = backGroundBlurStyle.scale; in GetBackgroundBlurStyle()
10617 g_numberValues[GRAY_SCALE_START].f32 = backGroundBlurStyle.grayScaleStart; in GetBackgroundBlurStyle()
10618 g_numberValues[GRAY_SCALE_END].f32 = backGroundBlurStyle.grayScaleEnd; in GetBackgroundBlurStyle()