Lines Matching defs:cos_theta
2819 *cos_theta,
2872 cos_theta=(double *) AcquireQuantumMemory((size_t) n,
2873 sizeof(*cos_theta));
2876 if ((cos_theta == (double *) NULL) ||
2879 if (cos_theta != (double *) NULL)
2880 cos_theta=(double *) RelinquishMagickMemory(cos_theta);
2889 cos_theta[i]=cos((double) (theta*i-offset));
2991 center.x*cos_theta[j]-center.y*sin_theta[j]+0.5),(ssize_t)
2992 (blur_center.y+center.x*sin_theta[j]+center.y*cos_theta[j]+0.5),
3012 center.x*cos_theta[j]-center.y*sin_theta[j]+0.5),(ssize_t)
3013 (blur_center.y+center.x*sin_theta[j]+center.y*cos_theta[j]+0.5),
3049 cos_theta=(double *) RelinquishMagickMemory(cos_theta);