Lines Matching refs:PerceptibleReciprocal
1122 determinant=PerceptibleReciprocal(affine->sx*affine->sy-affine->rx* in InverseAffineMatrix()
1825 total_length*PerceptibleReciprocal(maximum_length)); in DrawDashPolygon()
1827 total_length*PerceptibleReciprocal(maximum_length)); in DrawDashPolygon()
1836 total_length*PerceptibleReciprocal(maximum_length)); in DrawDashPolygon()
1838 total_length*PerceptibleReciprocal(maximum_length)); in DrawDashPolygon()
1932 gamma=PerceptibleReciprocal(gamma); in GetStopColorOffset()
1950 gradient->angle))))*PerceptibleReciprocal(gradient->radii.x); in GetStopColorOffset()
1953 gradient->angle))))*PerceptibleReciprocal(gradient->radii.y); in GetStopColorOffset()
2060 offset*=PerceptibleReciprocal(length); in DrawGradientImage()
2074 offset*=PerceptibleReciprocal(length); in DrawGradientImage()
2102 offset*=PerceptibleReciprocal(length); in DrawGradientImage()
2152 offset=PerceptibleReciprocal(length)*repeat; in DrawGradientImage()
4627 alpha=PerceptibleReciprocal(alpha); in GetFillAlpha()
5993 factor=PerceptibleReciprocal(alpha*alpha+beta*beta)-0.25; in TraceArcPath()
6224 delta=2.0*PerceptibleReciprocal(MagickMax(radii.x,radii.y)); in TraceEllipse()
6227 step=MagickPI/4.0/(MagickPI*PerceptibleReciprocal(delta)/2.0); in TraceEllipse()