Lines Matching refs:y_mid
3771 y_mid; in PlasmaImageProxy() local
3790 y_mid=(ssize_t) ceil((segment->y1+segment->y2)/2-0.5); in PlasmaImageProxy()
3793 local_info.y2=(double) y_mid; in PlasmaImageProxy()
3797 local_info.y1=(double) y_mid; in PlasmaImageProxy()
3803 local_info.y2=(double) y_mid; in PlasmaImageProxy()
3808 local_info.y1=(double) y_mid; in PlasmaImageProxy()
3814 y_mid=(ssize_t) ceil((segment->y1+segment->y2)/2-0.5); in PlasmaImageProxy()
3817 (fabs(segment->y1-y_mid) < MagickEpsilon) && in PlasmaImageProxy()
3818 (fabs(segment->y2-y_mid) < MagickEpsilon)) in PlasmaImageProxy()
3835 q=QueueCacheViewAuthenticPixels(image_view,x,y_mid,1,1,exception); in PlasmaImageProxy()
3858 q=QueueCacheViewAuthenticPixels(image_view,x,y_mid,1,1,exception); in PlasmaImageProxy()
3873 if ((fabs(segment->y1-y_mid) > MagickEpsilon) || in PlasmaImageProxy()
3874 (fabs(segment->y2-y_mid) > MagickEpsilon)) in PlasmaImageProxy()
3877 (fabs(segment->y2-y_mid) > MagickEpsilon)) in PlasmaImageProxy()
3938 q=QueueCacheViewAuthenticPixels(image_view,x_mid,y_mid,1,1,exception); in PlasmaImageProxy()