Home
last modified time | relevance | path

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

/external/rust/crates/plotters-backend/src/
Dstyle.rs19 pub trait BackendStyle { trait
Dlib.rs163 fn draw_path<S: BackendStyle, I: IntoIterator<Item = BackendCoord>>( in draw_path()
207 fn fill_polygon<S: BackendStyle, I: IntoIterator<Item = BackendCoord>>( in fill_polygon()
/external/rust/crates/plotters/src/drawing/backend_impl/
Dmocked.rs190 fn draw_path<S: BackendStyle, I: IntoIterator<Item = BackendCoord>>( in draw_path()
230 fn fill_polygon<S: BackendStyle, I: IntoIterator<Item = BackendCoord>>( in fill_polygon()
/external/rust/crates/plotters-svg/src/
Dsvg.rs300 fn draw_path<S: BackendStyle, I: IntoIterator<Item = BackendCoord>>( in draw_path()
328 fn fill_polygon<S: BackendStyle, I: IntoIterator<Item = BackendCoord>>( in fill_polygon()