Lines Matching defs:next_y
100 XFixed y, next_y, intersect;
177 next_y = active->edge.p2.y;
180 if (e->edge.p2.y < next_y)
181 next_y = e->edge.p2.y;
189 if (intersect < next_y && intersect > y)
190 next_y = intersect;
194 if (inactive < nedges && edges[inactive].edge.p1.y < next_y)
195 next_y = edges[inactive].edge.p1.y;
201 traps->bottom = next_y;
212 y = next_y;