Home
last modified time | relevance | path

Searched refs:WJ_ROUND (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/mtpaint/mtPaint-4ea607e/src/
H A Dmemory.h1060 #define WJ_ROUND(I,X) \ macro
1071 #define WJ_ROUND(I,X) (I) = (int)((X) + 0.5) macro
H A Dmemory.c5345 WJ_ROUND(ox, nx * s1 + x0y); in mem_rotate_free_real()
5346 WJ_ROUND(oy, nx * c1 + y0y); in mem_rotate_free_real()
5361 WJ_ROUND(ox, nx * s1 + x0y); in mem_rotate_free_real()
5362 WJ_ROUND(oy, nx * c1 + y0y); in mem_rotate_free_real()
6049 WJ_ROUND(oj, scaley * j + deltay); in do_scale_nn()
6053 WJ_ROUND(oi, scalex * i + deltax); in do_scale_nn()
10402 WJ_ROUND(ox, x0y + nx * d); in mem_skew_nn()
10403 WJ_ROUND(oy, y0y - nx * yskew); in mem_skew_nn()
10417 WJ_ROUND(ox, x0y + nx * d); in mem_skew_nn()
10418 WJ_ROUND(oy, y0y - nx * yskew); in mem_skew_nn()