Searched refs:logic_x (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/plotters/src/coord/ranged2d/ |
D | cartesian.rs | 21 logic_x: X, field 32 logic_x: IntoX, in new() 37 logic_x: logic_x.into(), in new() 57 self.logic_x.key_points(v_limit), in draw_mesh() 61 for logic_x in xkp { in draw_mesh() 62 let x = self.logic_x.map(&logic_x, self.back_x); in draw_mesh() 66 &logic_x, in draw_mesh() 84 self.logic_x.range() in get_x_range() 94 self.logic_x.axis_pixel_range(self.back_x) in get_x_axis_pixel_range() 104 &self.logic_x in x_spec() [all …]
|
/external/rust/crates/plotters/src/coord/ranged3d/ |
D | cartesian3d.rs | 10 pub(crate) logic_x: X, field 42 logic_x: SX, in with_projection() 50 logic_x: logic_x.into(), in with_projection() 70 logic_x: SX, in new() 75 Self::with_projection(logic_x, logic_y, logic_z, (actual_x, actual_y), |pb| { in new() 87 self.logic_x.map(x, (0, self.coord_size.0)), in map_3d()
|
/external/rust/crates/plotters/src/chart/ |
D | context.rs | 623 let x_points = coord.logic_x.key_points(x_hint); in get_key_points() 706 let x_range = coord.logic_x.range(); 800 let x_range = coord.logic_x.range();
|