CENTIMETERS_INCH 269 coders/emf.c y_resolution*=CENTIMETERS_INCH; CENTIMETERS_INCH 275 coders/emf.c x_resolution*=CENTIMETERS_INCH; CENTIMETERS_INCH 277 coders/emf.c image->rows=ceil((height*CENTIMETERS_INCH)/1000*y_resolution); CENTIMETERS_INCH 278 coders/emf.c image->columns=ceil((width*CENTIMETERS_INCH)/1000*x_resolution);