Searched defs:horizontal_sweep (Results 1 – 1 of 1) sorted by relevance
14 fn horizontal_sweep(mut from: BackendCoord, mut to: BackendCoord) -> Option<Edge> { in horizontal_sweep() method98 let horizontal_sweep = x_span.1 - x_span.0 > y_span.1 - y_span.0; in fill_polygon() localVariable