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