Home
last modified time | relevance | path

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

/external/rust/crates/plotters/src/coord/ranged2d/
Dcartesian.rs48 XH: KeyPointHint, in draw_mesh()
49 YH: KeyPointHint, in draw_mesh()
/external/rust/crates/plotters/src/chart/context/cartesian2d/
Ddraw_impl.rs22 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/
Dmod.rs119 pub trait KeyPointHint { interface
/external/rust/crates/plotters/src/chart/context/cartesian3d/
Ddraw_impl.rs33 pub(crate) fn get_key_points<XH: KeyPointHint, YH: KeyPointHint, ZH: KeyPointHint>( in get_key_points()
/external/rust/crates/plotters/src/drawing/
Darea.rs193 pub fn draw_mesh<DrawFunc, YH: KeyPointHint, XH: KeyPointHint>( in draw_mesh()