Home
last modified time | relevance | path

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

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