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

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiwideline.c1656 #define V_BOTTOM 2 macro
1755 slopes[V_BOTTOM].dx = -dx;
1756 slopes[V_BOTTOM].dy = -dy;
1757 slopes[V_BOTTOM].k = k;
1767 vertices[V_BOTTOM].x = vertices[V_LEFT].x = -rdy;
1768 vertices[V_BOTTOM].y = vertices[V_LEFT].y = rdx;
1807 vertices[V_BOTTOM].x += dashDx;
1808 vertices[V_BOTTOM].y += dashDy;
1818 saveBottom = vertices[V_BOTTOM];
1838 vertices[V_BOTTOM]
[all...]
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiwideline.c2013 #define V_BOTTOM 2 macro
2103 slopes[V_BOTTOM].dx = -dx;
2104 slopes[V_BOTTOM].dy = -dy;
2105 slopes[V_BOTTOM].k = k;
2115 vertices[V_BOTTOM].x = vertices[V_LEFT].x = -rdy;
2116 vertices[V_BOTTOM].y = vertices[V_LEFT].y = rdx;
2152 vertices[V_BOTTOM].x += dashDx;
2153 vertices[V_BOTTOM].y += dashDy;
2161 saveBottom = vertices[V_BOTTOM];
2179 vertices[V_BOTTOM]
[all...]

Completed in 6 milliseconds