Searched refs:grayScaleEnd (Results 1 – 3 of 3) sorted by relevance
8699 uint32_t grayScaleEnd = 0; in SetBackgroundBlurStyle() local8703 grayScaleEnd = static_cast<uint32_t>(item->value[GRAY_SCALE_END].f32); in SetBackgroundBlurStyle()8714 greyVector[NUM_1] = grayScaleEnd; in SetBackgroundBlurStyle()8749 float grayScaleEnd = 0; in SetForegroundBlurStyle() local8751 grayScaleEnd = item->value[GRAY_SCALE_END].f32; in SetForegroundBlurStyle()8757 BlurOption blurOption = {{grayScaleStart, grayScaleEnd}}; in SetForegroundBlurStyle()8780 g_numberValues[GRAY_SCALE_END].f32 = foregroundBlurStyle.grayScaleEnd; in GetForegroundBlurStyle()10618 g_numberValues[GRAY_SCALE_END].f32 = backGroundBlurStyle.grayScaleEnd; in GetBackgroundBlurStyle()
1651 styleOptionType.grayScaleEnd = blurStyleOption->blurOption.grayscale[NUM_1]; in GetForegroundBlurStyle()1770 styleOptionType.grayScaleEnd = greyScaleVector.size() > NUM_1 ? greyScaleVector[NUM_1] : 0.0f; in GetBackgroundBlurStyle()
591 ArkUI_Float32 grayScaleEnd; member