Lines Matching refs:x_mid
3728 x_mid, in PlasmaImageProxy() local
3748 x_mid=(ssize_t) ceil((segment->x1+segment->x2)/2-0.5); in PlasmaImageProxy()
3751 local_info.x2=(double) x_mid; in PlasmaImageProxy()
3757 local_info.x2=(double) x_mid; in PlasmaImageProxy()
3761 local_info.x1=(double) x_mid; in PlasmaImageProxy()
3766 local_info.x1=(double) x_mid; in PlasmaImageProxy()
3772 x_mid=(ssize_t) ceil((segment->x1+segment->x2)/2-0.5); in PlasmaImageProxy()
3774 if ((fabs(segment->x1-x_mid) < MagickEpsilon) && in PlasmaImageProxy()
3775 (fabs(segment->x2-x_mid) < MagickEpsilon) && in PlasmaImageProxy()
3783 if ((fabs(segment->x1-x_mid) > MagickEpsilon) || in PlasmaImageProxy()
3784 (fabs(segment->x2-x_mid) > MagickEpsilon)) in PlasmaImageProxy()
3835 if ((fabs(segment->x1-x_mid) > MagickEpsilon) || in PlasmaImageProxy()
3846 q=QueueCacheViewAuthenticPixels(image_view,x_mid,y,1,1,exception); in PlasmaImageProxy()
3870 q=QueueCacheViewAuthenticPixels(image_view,x_mid,y,1,1,exception); in PlasmaImageProxy()
3897 q=QueueCacheViewAuthenticPixels(image_view,x_mid,y_mid,1,1,exception); in PlasmaImageProxy()