Searched refs:V_BOTTOM (Results 1 – 1 of 1) sorted by relevance
2013 #define V_BOTTOM 2 macro2103 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 …]