Home | History | Annotate | Download | only in MagickCore

Lines Matching full:geometry_info

542     geometry_info;
570 flags=ParseGeometry(thresholds,&geometry_info);
571 threshold.red=geometry_info.rho;
572 threshold.green=geometry_info.rho;
573 threshold.blue=geometry_info.rho;
574 threshold.black=geometry_info.rho;
577 threshold.green=geometry_info.sigma;
579 threshold.blue=geometry_info.xi;
581 threshold.alpha=geometry_info.psi;
585 threshold.black=geometry_info.psi;
587 threshold.alpha=geometry_info.chi;
1799 geometry_info;
1827 flags=ParseGeometry(thresholds,&geometry_info);
1828 threshold.red=geometry_info.rho;
1829 threshold.green=geometry_info.rho;
1830 threshold.blue=geometry_info.rho;
1831 threshold.black=geometry_info.rho;
1834 threshold.green=geometry_info.sigma;
1836 threshold.blue=geometry_info.xi;
1838 threshold.alpha=geometry_info.psi;
1842 threshold.black=geometry_info.psi;
1844 threshold.alpha=geometry_info.chi;