Home | History | Annotate | Download | only in MagickWand

Lines Matching full:geometry_info

1459         geometry_info;
1464 flags=ParseGeometry(wand->image_info->density,&geometry_info);
1465 *x=geometry_info.rho;
1466 *y=geometry_info.sigma;