Home
last modified time | relevance | path

Searched refs:ComputeScale (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/test/unittest/
H A Dge_linear_gradient_blur_shader_filter_test.cpp413 filter->ComputeScale(100, 90, false);
433 filter->ComputeScale(100, 200, false);
529 …filter->ComputeScale(dst_.GetWidth(), dst_.GetHeight(), filter->linearGradientBlurPara_->useMaskAl…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/include/
H A Dge_linear_gradient_blur_shader_filter.h49 static void ComputeScale(float width, float height, bool useMaskAlgorithm);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/
H A Dge_linear_gradient_blur_shader_filter.cpp102 ComputeScale(dst.GetWidth(), dst.GetHeight(), para->useMaskAlgorithm_); in ProcessImage()
133 void GELinearGradientBlurShaderFilter::ComputeScale(float width, float height, bool useMaskAlgorith… in ComputeScale() function in OHOS::Rosen::GELinearGradientBlurShaderFilter