Home | History | Annotate | Download | only in coders

Lines Matching refs:resolution

659                 if (LocaleCompare(keyword,"resolution") == 0)
662 image->resolution.x=geometry_info.rho;
663 image->resolution.y=geometry_info.sigma;
665 image->resolution.y=image->resolution.x;
1167 if ((image->resolution.x != 0) || (image->resolution.y != 0))
1170 "resolution=%gx%g\n",image->resolution.x,image->resolution.y);