Searched refs:VectorSet (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/render/
H A Dmipict.c359 #define VectorSet(i,_x,_y) { points[i].x = _x; points[i].y = _y; } macro
360 VectorSet (0, x, y);
361 VectorSet (1, x + width, y);
362 VectorSet (2, x, y + height);
363 VectorSet (3, x + width, y + height);

Completed in 3 milliseconds