Home | History | Annotate | Download | only in coders

Lines Matching refs:resolution

853     resolution,
942 resolution.x=image->resolution.x;
943 resolution.y=image->resolution.y;
944 if ((resolution.x == 0.0) || (resolution.y == 0.0))
947 resolution.x=geometry_info.rho;
948 resolution.y=geometry_info.sigma;
950 resolution.y=resolution.x;
955 resolution.x=geometry_info.rho;
956 resolution.y=geometry_info.sigma;
958 resolution.y=resolution.x;
962 resolution.x=(size_t) (100.0*2.54*resolution.x+0.5)/100.0;
963 resolution.y=(size_t) (100.0*2.54*resolution.y+0.5)/100.0;
982 scale.x=(double) (geometry.width*delta.x)/resolution.x;
984 scale.y=(double) (geometry.height*delta.y)/resolution.y;