Lines Matching refs:x_mid
3769 x_mid, in PlasmaImageProxy() local
3789 x_mid=(ssize_t) ceil((segment->x1+segment->x2)/2-0.5); in PlasmaImageProxy()
3792 local_info.x2=(double) x_mid; in PlasmaImageProxy()
3798 local_info.x2=(double) x_mid; in PlasmaImageProxy()
3802 local_info.x1=(double) x_mid; in PlasmaImageProxy()
3807 local_info.x1=(double) x_mid; in PlasmaImageProxy()
3813 x_mid=(ssize_t) ceil((segment->x1+segment->x2)/2-0.5); in PlasmaImageProxy()
3815 if ((fabs(segment->x1-x_mid) < MagickEpsilon) && in PlasmaImageProxy()
3816 (fabs(segment->x2-x_mid) < MagickEpsilon) && in PlasmaImageProxy()
3824 if ((fabs(segment->x1-x_mid) > MagickEpsilon) || in PlasmaImageProxy()
3825 (fabs(segment->x2-x_mid) > MagickEpsilon)) in PlasmaImageProxy()
3876 if ((fabs(segment->x1-x_mid) > MagickEpsilon) || in PlasmaImageProxy()
3887 q=QueueCacheViewAuthenticPixels(image_view,x_mid,y,1,1,exception); in PlasmaImageProxy()
3911 q=QueueCacheViewAuthenticPixels(image_view,x_mid,y,1,1,exception); in PlasmaImageProxy()
3938 q=QueueCacheViewAuthenticPixels(image_view,x_mid,y_mid,1,1,exception); in PlasmaImageProxy()