Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp116 constexpr int32_t GRAY_SCALE_START = 4; variable
8651 if (GRAY_SCALE_START < size && in CheckBackgroundBlurStyleInput()
8652 (LessNotEqual(item->value[GRAY_SCALE_START].f32, 0.0f) || in CheckBackgroundBlurStyleInput()
8653 GreatNotEqual(item->value[GRAY_SCALE_START].f32, MAX_GRAYSCALE))) { in CheckBackgroundBlurStyleInput()
8692 if (GRAY_SCALE_START < actualSize) { in SetBackgroundBlurStyle()
8693 if (GreatOrEqual(item->value[GRAY_SCALE_START].f32, 0.0f)) { in SetBackgroundBlurStyle()
8694 grayScaleStart = static_cast<uint32_t>(item->value[GRAY_SCALE_START].f32); in SetBackgroundBlurStyle()
8746 if (GRAY_SCALE_START < actualSize) { in SetForegroundBlurStyle()
8747 grayScaleStart = item->value[GRAY_SCALE_START].f32; in SetForegroundBlurStyle()
8779 g_numberValues[GRAY_SCALE_START].f32 = foregroundBlurStyle.grayScaleStart; in GetForegroundBlurStyle()
[all …]