Lines Matching refs:geometry_info
635 geometry_info; in MSLStartElement() local
673 SetGeometryInfo(&geometry_info); in MSLStartElement()
946 flags=ParseGeometry(value,&geometry_info); in MSLStartElement()
948 geometry_info.sigma=1.0; in MSLStartElement()
949 affine.sx=geometry_info.rho; in MSLStartElement()
950 affine.sy=geometry_info.sigma; in MSLStartElement()
1012 flags=ParseGeometry(value,&geometry_info); in MSLStartElement()
1014 geometry_info.sigma=1.0; in MSLStartElement()
1015 affine.tx=geometry_info.rho; in MSLStartElement()
1016 affine.ty=geometry_info.sigma; in MSLStartElement()
1208 flags=ParseGeometry(value,&geometry_info); in MSLStartElement()
1210 geometry_info.sigma=1.0; in MSLStartElement()
1222 geometry_info.rho=StringToDouble(value,(char **) NULL); in MSLStartElement()
1234 geometry_info.sigma=StringToLong(value); in MSLStartElement()
1250 blur_image=BlurImage(msl_info->image[n],geometry_info.rho, in MSLStartElement()
1251 geometry_info.sigma,msl_info->exception); in MSLStartElement()
2593 flags=ParseGeometry(value,&geometry_info); in MSLStartElement()
2595 geometry_info.sigma=1.0; in MSLStartElement()
2596 affine.sx=geometry_info.rho; in MSLStartElement()
2597 affine.sy=geometry_info.sigma; in MSLStartElement()
2659 flags=ParseGeometry(value,&geometry_info); in MSLStartElement()
2661 geometry_info.sigma=1.0; in MSLStartElement()
2662 affine.tx=geometry_info.rho; in MSLStartElement()
2663 affine.ty=geometry_info.sigma; in MSLStartElement()
2778 flags=ParseGeometry(value,&geometry_info); in MSLStartElement()
2780 geometry_info.sigma=1.0; in MSLStartElement()
2792 geometry_info.rho=StringToDouble(value,(char **) NULL); in MSLStartElement()
2807 edge_image=EdgeImage(msl_info->image[n],geometry_info.rho, in MSLStartElement()
2845 flags=ParseGeometry(value,&geometry_info); in MSLStartElement()
2847 geometry_info.sigma=1.0; in MSLStartElement()
2859 geometry_info.rho=StringToDouble(value, in MSLStartElement()
2872 geometry_info.sigma=StringToLong(value); in MSLStartElement()
2887 emboss_image=EmbossImage(msl_info->image[n],geometry_info.rho, in MSLStartElement()
2888 geometry_info.sigma,msl_info->exception); in MSLStartElement()
3470 geometry_info.rho=StringToDouble(value, in MSLStartElement()
3483 flags=ParseGeometry(value,&geometry_info); in MSLStartElement()
3485 geometry_info.sigma=1.0; in MSLStartElement()
3500 implode_image=ImplodeImage(msl_info->image[n],geometry_info.rho, in MSLStartElement()
3876 flags=ParseGeometry(value,&geometry_info); in MSLStartElement()
3878 geometry_info.sigma=1.0; in MSLStartElement()
3890 geometry_info.rho=StringToDouble(value, in MSLStartElement()
3907 (size_t) geometry_info.rho,(size_t) geometry_info.sigma, in MSLStartElement()
3964 geometry_info.rho=100.0; in MSLStartElement()
3965 geometry_info.sigma=100.0; in MSLStartElement()
3966 geometry_info.xi=100.0; in MSLStartElement()
3983 geometry_info.rho=StringToDouble(value, in MSLStartElement()
3989 geometry_info.rho=StringToDouble(value, in MSLStartElement()
4002 flags=ParseGeometry(value,&geometry_info); in MSLStartElement()
4014 geometry_info.xi=StringToDouble(value, in MSLStartElement()
4027 geometry_info.rho=StringToDouble(value, in MSLStartElement()
4040 geometry_info.sigma=StringToDouble(value, in MSLStartElement()
4053 geometry_info.sigma=StringToDouble(value, in MSLStartElement()
4070 geometry_info.rho,geometry_info.sigma,geometry_info.xi); in MSLStartElement()
4238 flags=ParseGeometry(value,&geometry_info); in MSLStartElement()
4240 geometry_info.sigma=1.0; in MSLStartElement()
4252 geometry_info.rho=StringToDouble(value, in MSLStartElement()
4268 paint_image=OilPaintImage(msl_info->image[n],geometry_info.rho, in MSLStartElement()
4269 geometry_info.sigma,msl_info->exception); in MSLStartElement()
4795 flags=ParseGeometry(value,&geometry_info); in MSLStartElement()
4797 geometry_info.sigma=1.0; in MSLStartElement()
4798 affine.sx=geometry_info.rho; in MSLStartElement()
4799 affine.sy=geometry_info.sigma; in MSLStartElement()
4859 flags=ParseGeometry(value,&geometry_info); in MSLStartElement()
4861 geometry_info.sigma=1.0; in MSLStartElement()
4862 affine.tx=geometry_info.rho; in MSLStartElement()
4863 affine.ty=geometry_info.sigma; in MSLStartElement()
5151 flags=ParseGeometry(value,&geometry_info); in MSLStartElement()
5153 geometry_info.sigma=1.0; in MSLStartElement()
5165 geometry_info.rho=StringToDouble(value, in MSLStartElement()
5182 (size_t) geometry_info.rho,(size_t) geometry_info.sigma, in MSLStartElement()
5352 flags=ParseGeometry(value,&geometry_info); in MSLStartElement()
5354 geometry_info.sigma*=geometry_info.rho; in MSLStartElement()
5355 x_resolution=geometry_info.rho; in MSLStartElement()
5356 y_resolution=geometry_info.sigma; in MSLStartElement()
5710 geometry_info.rho=StringToDouble(value, in MSLStartElement()
5723 flags=ParseGeometry(value,&geometry_info); in MSLStartElement()
5725 geometry_info.sigma=1.0; in MSLStartElement()
5740 rotate_image=RotateImage(msl_info->image[n],geometry_info.rho, in MSLStartElement()
5983 geometry_info.rho=1.0; in MSLStartElement()
5984 geometry_info.sigma=1.5; in MSLStartElement()
6003 geometry_info.rho=StringToDouble(value, in MSLStartElement()
6026 flags=ParseGeometry(value,&geometry_info); in MSLStartElement()
6028 geometry_info.sigma=1.5; in MSLStartElement()
6040 geometry_info.sigma=StringToDouble(value, in MSLStartElement()
6057 geometry_info.rho,geometry_info.sigma,exception); in MSLStartElement()
6142 flags=ParseGeometry(value,&geometry_info); in MSLStartElement()
6143 msl_info->image[n]->resolution.x=geometry_info.rho; in MSLStartElement()
6144 msl_info->image[n]->resolution.y=geometry_info.sigma; in MSLStartElement()
6262 geometry_info.rho=StringToDouble(value, in MSLStartElement()
6275 geometry_info.sigma=StringToDouble(value, in MSLStartElement()
6288 flags=ParseGeometry(value,&geometry_info); in MSLStartElement()
6290 geometry_info.sigma=1.0; in MSLStartElement()
6315 shade_image=ShadeImage(msl_info->image[n],gray,geometry_info.rho, in MSLStartElement()
6316 geometry_info.sigma,msl_info->exception); in MSLStartElement()
6353 flags=ParseGeometry(value,&geometry_info); in MSLStartElement()
6355 geometry_info.sigma=1.0; in MSLStartElement()
6367 geometry_info.rho=StringToLong(value); in MSLStartElement()
6379 geometry_info.sigma=StringToLong(value); in MSLStartElement()
6389 geometry_info.xi=StringToDouble(value, in MSLStartElement()
6402 geometry_info.psi=StringToLong(value); in MSLStartElement()
6417 shadow_image=ShadowImage(msl_info->image[n],geometry_info.rho, in MSLStartElement()
6418 geometry_info.sigma,(ssize_t) ceil(geometry_info.xi-0.5), in MSLStartElement()
6419 (ssize_t) ceil(geometry_info.psi-0.5),msl_info->exception); in MSLStartElement()
6631 flags=ParseGeometry(value,&geometry_info); in MSLStartElement()
6633 geometry_info.sigma=1.0; in MSLStartElement()
6645 geometry_info.rho=StringToDouble(value, in MSLStartElement()
6658 geometry_info.sigma=StringToLong(value); in MSLStartElement()
6673 shear_image=ShearImage(msl_info->image[n],geometry_info.rho, in MSLStartElement()
6674 geometry_info.sigma,msl_info->exception); in MSLStartElement()
6725 geometry_info.rho=QuantumRange/2.0; in MSLStartElement()
6742 flags=ParseGeometry(value,&geometry_info); in MSLStartElement()
6754 geometry_info.rho=StringToDouble(value, in MSLStartElement()
6770 (void) SolarizeImage(msl_info->image[n],geometry_info.rho, in MSLStartElement()
6804 flags=ParseGeometry(value,&geometry_info); in MSLStartElement()
6806 geometry_info.sigma=1.0; in MSLStartElement()
6818 geometry_info.rho=StringToDouble(value, in MSLStartElement()
6835 msl_info->image[n]->interpolate,geometry_info.rho, in MSLStartElement()
7038 flags=ParseGeometry(value,&geometry_info); in MSLStartElement()
7039 index=(ssize_t) geometry_info.rho; in MSLStartElement()
7041 swap_index=(ssize_t) geometry_info.sigma; in MSLStartElement()
7103 geometry_info.rho=StringToDouble(value, in MSLStartElement()
7116 flags=ParseGeometry(value,&geometry_info); in MSLStartElement()
7118 geometry_info.sigma=1.0; in MSLStartElement()
7133 swirl_image=SwirlImage(msl_info->image[n],geometry_info.rho, in MSLStartElement()
8044 geometry_info; in SetMSLAttributes() local
8146 flags=ParseGeometry(value,&geometry_info); in SetMSLAttributes()
8147 image->chromaticity.blue_primary.x=geometry_info.rho; in SetMSLAttributes()
8148 image->chromaticity.blue_primary.y=geometry_info.sigma; in SetMSLAttributes()