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

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiwideline.c1655 #define V_RIGHT 1 macro
1751 slopes[V_RIGHT].dx = -dy;
1752 slopes[V_RIGHT].dy = dx;
1753 slopes[V_RIGHT].k = 0;
1764 vertices[V_RIGHT].x = vertices[V_TOP].x = rdy;
1765 vertices[V_RIGHT].y = vertices[V_TOP].y = -rdx;
1804 vertices[V_RIGHT].x += dashDx;
1805 vertices[V_RIGHT].y += dashDy;
1810 slopes[V_RIGHT].k = vertices[V_RIGHT]
[all...]
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiwideline.c2012 #define V_RIGHT 1 macro
2099 slopes[V_RIGHT].dx = -dy;
2100 slopes[V_RIGHT].dy = dx;
2101 slopes[V_RIGHT].k = 0;
2112 vertices[V_RIGHT].x = vertices[V_TOP].x = rdy;
2113 vertices[V_RIGHT].y = vertices[V_TOP].y = -rdx;
2149 vertices[V_RIGHT].x += dashDx;
2150 vertices[V_RIGHT].y += dashDy;
2155 slopes[V_RIGHT].k = vertices[V_RIGHT]
[all...]

Completed in 12 milliseconds