Home | History | Annotate | Download | only in MagickWand

Lines Matching full:geometry_info

1656         geometry_info;
1661 flags=ParseGeometry(CurrentContext->density,&geometry_info);
1662 *x=geometry_info.rho;
1663 *y=geometry_info.sigma;