Searched defs:KeyPointHint (Results 1 – 5 of 5) sorted by relevance
/external/rust/crates/plotters/src/coord/ranged2d/ |
D | cartesian.rs | 48 XH: KeyPointHint, in draw_mesh() 49 YH: KeyPointHint, in draw_mesh()
|
/external/rust/crates/plotters/src/chart/context/cartesian2d/ |
D | draw_impl.rs | 22 fn draw_mesh_lines<FmtLabel, YH: KeyPointHint, XH: KeyPointHint>( in draw_mesh_lines() 320 pub(crate) fn draw_mesh<FmtLabel, YH: KeyPointHint, XH: KeyPointHint>( in draw_mesh()
|
/external/rust/crates/plotters/src/coord/ranged1d/ |
D | mod.rs | 119 pub trait KeyPointHint { interface
|
/external/rust/crates/plotters/src/chart/context/cartesian3d/ |
D | draw_impl.rs | 33 pub(crate) fn get_key_points<XH: KeyPointHint, YH: KeyPointHint, ZH: KeyPointHint>( in get_key_points()
|
/external/rust/crates/plotters/src/drawing/ |
D | area.rs | 193 pub fn draw_mesh<DrawFunc, YH: KeyPointHint, XH: KeyPointHint>( in draw_mesh()
|