Searched refs:CENTIMETERS_INCH (Results 1 – 1 of 1) sorted by relevance
440 #define CENTIMETERS_INCH 2.54 macro497 y_resolution*=CENTIMETERS_INCH; in ReadEMFImage()503 x_resolution*=CENTIMETERS_INCH; in ReadEMFImage()505 image->rows=(size_t) ((height/1000.0/CENTIMETERS_INCH)*y_resolution+0.5); in ReadEMFImage()506 image->columns=(size_t) ((width/1000.0/CENTIMETERS_INCH)* in ReadEMFImage()