{
offset=GetStopColorOffset(gradient,x,y);
if (gradient->type != RadialGradient)
- offset*=PerceptibleReciprocal(length);
+ offset*=PerceptibleReciprocal(length);
}
if (offset < 0.0)
offset=(-offset);
repeat=fmod(offset,length);
antialias=(repeat < length) && ((repeat+1.0) > length) ?
MagickTrue : MagickFalse;
- offset=PerceptibleReciprocal(length)*repeat;
+ offset=PerceptibleReciprocal(length)*repeat;
}
else
{
ThrowBinaryException(ResourceLimitError,"MemoryAllocationFailed",
image->filename);
}
- (void) memset(layer_info,0,(size_t) number_layers*
- sizeof(*layer_info));
+ (void) memset(layer_info,0,(size_t) number_layers*sizeof(*layer_info));
for (i=0; i < number_layers; i++)
{