Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp97 constexpr int32_t GRAY_SCALE_START = 4; member
8610 if (GRAY_SCALE_START < size && in CheckBackgroundBlurStyleInput()
8611 (LessNotEqual(item->value[GRAY_SCALE_START].f32, 0.0f) || in CheckBackgroundBlurStyleInput()
8612 GreatNotEqual(item->value[GRAY_SCALE_START].f32, MAX_GRAYSCALE))) { in CheckBackgroundBlurStyleInput()
8651 if (GRAY_SCALE_START < actualSize) { in SetBackgroundBlurStyle()
8652 if (GreatOrEqual(item->value[GRAY_SCALE_START].f32, 0.0f)) { in SetBackgroundBlurStyle()
8653 grayScaleStart = static_cast<uint32_t>(item->value[GRAY_SCALE_START].f32); in SetBackgroundBlurStyle()
8661 && GreatOrEqual(item->value[GRAY_SCALE_END].f32, item->value[GRAY_SCALE_START].f32)) { in SetBackgroundBlurStyle()
8705 if (GRAY_SCALE_START < actualSize) { in SetForegroundBlurStyle()
8706 grayScaleStart = item->value[GRAY_SCALE_START] in SetForegroundBlurStyle()
[all...]

Completed in 20 milliseconds