Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_drawing_filter.cpp94 case RSShaderFilter::KAWASE: { in GetDescription()
125 case RSShaderFilter::KAWASE: { in GetDetailedDescription()
298 if (filter->GetShaderFilterType() == RSShaderFilter::KAWASE) { in DrawImageRect()
311 …d::shared_ptr<RSShaderFilter> kawaseShaderFilter = GetShaderFilterWithType(RSShaderFilter::KAWASE); in DrawImageRect()
H A Drs_kawase_blur_shader_filter.cpp29 type_ = ShaderFilterType::KAWASE; in RSKawaseBlurShaderFilter()
H A Drs_blur_filter.cpp28 const auto BLUR_TYPE = KAWASE_BLUR_ENABLED ? Drawing::ImageBlurType::KAWASE : Drawing::ImageBlurTyp…
H A Drs_material_filter.cpp182 …auto blurType = KAWASE_BLUR_ENABLED ? Drawing::ImageBlurType::KAWASE : Drawing::ImageBlurType::GAU… in CreateMaterialFilter()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_drawing_filter_test.cpp69 filterPtr->type_ = RSShaderFilter::KAWASE;
96 filterPtr->type_ = RSShaderFilter::KAWASE;
227 filterPtr->type_ = RSShaderFilter::KAWASE;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_shader_filter.h37 KAWASE, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dimage_filter_impl.h50 KAWASE = 0, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties_painter.cpp599 filter->GetShaderFilterWithType(RSShaderFilter::KAWASE); in DrawFilter()