Searched defs:szlMillimeters (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/libuemf/
H A Duemf.c3227 \param szlMillimeters Reference device size in 0.01 mm
3237 const U_SIZEL szlMillimeters,
3269 ((PU_EMRHEADER) record)->szlMillimeters = szlMillimeters;
3273 ((PU_EMRHEADER) record)->szlMicrometers.cx = szlMillimeters.cx*1000;
3274 ((PU_EMRHEADER) record)->szlMicrometers.cy = szlMillimeters.cy*1000;
3230 U_EMRHEADER_set( const U_RECTL rclBounds, const U_RECTL rclFrame, U_PIXELFORMATDESCRIPTOR* const pfmtDesc, U_CBSTR nDesc, uint16_t* const Description, const U_SIZEL szlDevice, const U_SIZEL szlMillimeters, const uint32_t bOpenGL ) argument
H A Duemf.h2130 U_SIZEL szlMillimeters; //!< Reference device size in 0.01 mm member in struct:__anon151
3473 U_CBSTR nDesc, uint16_t* const Description, const U_SIZEL szlDevice, const U_SIZEL szlMillimeters,

Completed in 53 milliseconds