Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/mi/
H A Dmiwideline.c2013 #define V_BOTTOM 2 macro
2103 slopes[V_BOTTOM].dx = -dx; in miWideDashSegment()
2104 slopes[V_BOTTOM].dy = -dy; in miWideDashSegment()
2105 slopes[V_BOTTOM].k = k; in miWideDashSegment()
2115 vertices[V_BOTTOM].x = vertices[V_LEFT].x = -rdy; in miWideDashSegment()
2116 vertices[V_BOTTOM].y = vertices[V_LEFT].y = rdx; in miWideDashSegment()
2152 vertices[V_BOTTOM].x += dashDx; in miWideDashSegment()
2153 vertices[V_BOTTOM].y += dashDy; in miWideDashSegment()
2161 saveBottom = vertices[V_BOTTOM]; in miWideDashSegment()
2179 vertices[V_BOTTOM].x += rdx; in miWideDashSegment()
[all …]