Lines Matching full:softness
5763 % const double softness,ExceptionInfo *exception)
5771 % o softness: attenuate the smoothing threshold.
5815 const double threshold,const double softness,ExceptionInfo *exception)
6011 pixels[high_pass+i]+=magnitude-softness*magnitude;
6014 pixels[high_pass+i]-=magnitude-softness*magnitude;
6016 pixels[high_pass+i]*=softness;