Lines Matching refs:geometry_info
932 geometry_info; in BlackThresholdImage() local
960 flags=ParseGeometry(thresholds,&geometry_info); in BlackThresholdImage()
961 threshold.red=geometry_info.rho; in BlackThresholdImage()
962 threshold.green=geometry_info.rho; in BlackThresholdImage()
963 threshold.blue=geometry_info.rho; in BlackThresholdImage()
964 threshold.black=geometry_info.rho; in BlackThresholdImage()
967 threshold.green=geometry_info.sigma; in BlackThresholdImage()
969 threshold.blue=geometry_info.xi; in BlackThresholdImage()
971 threshold.alpha=geometry_info.psi; in BlackThresholdImage()
975 threshold.black=geometry_info.psi; in BlackThresholdImage()
977 threshold.alpha=geometry_info.chi; in BlackThresholdImage()
2311 geometry_info; in WhiteThresholdImage() local
2339 flags=ParseGeometry(thresholds,&geometry_info); in WhiteThresholdImage()
2340 threshold.red=geometry_info.rho; in WhiteThresholdImage()
2341 threshold.green=geometry_info.rho; in WhiteThresholdImage()
2342 threshold.blue=geometry_info.rho; in WhiteThresholdImage()
2343 threshold.black=geometry_info.rho; in WhiteThresholdImage()
2346 threshold.green=geometry_info.sigma; in WhiteThresholdImage()
2348 threshold.blue=geometry_info.xi; in WhiteThresholdImage()
2350 threshold.alpha=geometry_info.psi; in WhiteThresholdImage()
2354 threshold.black=geometry_info.psi; in WhiteThresholdImage()
2356 threshold.alpha=geometry_info.chi; in WhiteThresholdImage()