Home
last modified time | relevance | path

Searched refs:useMaskAlgorithm (Results 1 – 2 of 2) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
Drs_linear_gradient_blur_filter.h82 static void ComputeScale(float width, float height, bool useMaskAlgorithm);
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
Drs_linear_gradient_blur_filter.cpp170 void RSLinearGradientBlurFilter::ComputeScale(float width, float height, bool useMaskAlgorithm) in ComputeScale() argument
172 if (RSSystemProperties::GetMaskLinearBlurEnabled() && useMaskAlgorithm) { in ComputeScale()