Home
last modified time | relevance | path

Searched refs:x_mid (Results 1 – 1 of 1) sorted by relevance

/external/ImageMagick/MagickCore/
Dfx.c3769 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()
[all …]