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 D | ge_linear_gradient_blur_shader_filter_test.cpp | 413 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 D | ge_linear_gradient_blur_shader_filter.h | 49 static void ComputeScale(float width, float height, bool useMaskAlgorithm);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/ |
H A D | ge_linear_gradient_blur_shader_filter.cpp | 102 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
|