Searched refs:useMaskAlgorithm (Results 1 – 2 of 2) sorted by relevance
82 static void ComputeScale(float width, float height, bool useMaskAlgorithm);
170 void RSLinearGradientBlurFilter::ComputeScale(float width, float height, bool useMaskAlgorithm) in ComputeScale() argument172 if (RSSystemProperties::GetMaskLinearBlurEnabled() && useMaskAlgorithm) { in ComputeScale()