Searched refs:CENTIMETERS_INCH (Results 1 – 1 of 1) sorted by relevance
436 #define CENTIMETERS_INCH 2.54 macro493 y_resolution*=CENTIMETERS_INCH; in ReadEMFImage()499 x_resolution*=CENTIMETERS_INCH; in ReadEMFImage()501 image->rows=(size_t) ((height/1000.0/CENTIMETERS_INCH)*y_resolution+0.5); in ReadEMFImage()502 image->columns=(size_t) ((width/1000.0/CENTIMETERS_INCH)* in ReadEMFImage()