Home
last modified time | relevance | path

Searched refs:Y_FLOAT_TO_UI32 (Results 1 – 1 of 1) sorted by path

/dports/graphics/autotrace/autotrace-0.31.1/
H A Doutput-emf.c71 #define Y_FLOAT_TO_UI32(num) ((UI32)(y_offset - num * SCALE)) macro
204 write32(fdes, (UI32) Y_FLOAT_TO_UI32(pt->y)); in WriteMoveTo()
218 write32(fdes, (UI32) Y_FLOAT_TO_UI32(END_POINT(*spl).y)); in WriteLineTo()