Home
last modified time | relevance | path

Searched defs:horizontal_sweep (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/plotters-backend/src/rasterizer/
Dpolygon.rs14 fn horizontal_sweep(mut from: BackendCoord, mut to: BackendCoord) -> Option<Edge> { in horizontal_sweep() method
98 let horizontal_sweep = x_span.1 - x_span.0 > y_span.1 - y_span.0; in fill_polygon() localVariable