Searched refs:BAR_BLURSTYLE (Results 1 – 2 of 2) sorted by relevance
33 const std::string BAR_BLURSTYLE[] = { variable96 BAR_BLURSTYLE[static_cast<int32_t>(GetBarBackgroundBlurStyle())].c_str(), filter); in ToJsonValue()
69 const std::vector<BlurStyle> BAR_BLURSTYLE = { variable457 if (barBlurStyle >= 0 && barBlurStyle < static_cast<int32_t>(BAR_BLURSTYLE.size())) { in SetBarBackgroundBlurStyle()458 blurStyle = BAR_BLURSTYLE[barBlurStyle]; in SetBarBackgroundBlurStyle()