Searched refs:KAWASE (Results 1 – 8 of 8) sorted by relevance
94 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()
29 type_ = ShaderFilterType::KAWASE; in RSKawaseBlurShaderFilter()
28 const auto BLUR_TYPE = KAWASE_BLUR_ENABLED ? Drawing::ImageBlurType::KAWASE : Drawing::ImageBlurTyp…
182 …auto blurType = KAWASE_BLUR_ENABLED ? Drawing::ImageBlurType::KAWASE : Drawing::ImageBlurType::GAU… in CreateMaterialFilter()
69 filterPtr->type_ = RSShaderFilter::KAWASE;96 filterPtr->type_ = RSShaderFilter::KAWASE;227 filterPtr->type_ = RSShaderFilter::KAWASE;
37 KAWASE, enumerator
50 KAWASE = 0, enumerator
599 filter->GetShaderFilterWithType(RSShaderFilter::KAWASE); in DrawFilter()