Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_filter.h33 FASTAVERAGE = 2, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_material_filter_test.cpp180 …rsMaterialFilter = std::make_shared<RSMaterialFilter>(materialParam, BLUR_COLOR_MODE::FASTAVERAGE);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_material_filter.cpp101 if (colorMode_ == FASTAVERAGE) { in RSMaterialFilter()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test2.cpp657 properties.backgroundColorMode_ = BLUR_COLOR_MODE::FASTAVERAGE;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp2857 if (backgroundColorMode_ == BLUR_COLOR_MODE::FASTAVERAGE) { in GenerateBackgroundMaterialBlurFilter()
2953 if (foregroundColorMode_ == BLUR_COLOR_MODE::FASTAVERAGE) { in GenerateForegroundMaterialBlurFilter()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp1043 fastAverage = Rosen::BLUR_COLOR_MODE::FASTAVERAGE; in UpdateBackgroundEffect()