Home
last modified time | relevance | path

Searched refs:KeyPointHint (Results 1 – 14 of 14) sorted by relevance

/external/rust/crates/plotters/src/coord/ranged1d/
Dmod.rs113 pub trait KeyPointHint { trait
124 impl KeyPointHint for usize {
137 impl KeyPointHint for BoldPoints {
163 impl KeyPointHint for LightPoints {
199 fn key_points<Hint: KeyPointHint>(&self, hint: Hint) -> Vec<Self::ValueType>; in key_points()
Ddiscrete.rs2 AsRangedCoord, KeyPointHint, NoDefaultFormatting, Ranged, ReversibleRanged, ValueFormatter,
161 fn key_points<HintType: KeyPointHint>(&self, hint: HintType) -> Vec<Self::ValueType> { in key_points()
/external/rust/crates/plotters/src/coord/ranged2d/
Dcartesian.rs10 use crate::coord::ranged1d::{KeyPointHint, Ranged, ReversibleRanged};
48 XH: KeyPointHint, in draw_mesh() argument
49 YH: KeyPointHint, in draw_mesh() argument
/external/rust/crates/plotters/src/coord/ranged1d/combinators/
Dckps.rs6 use crate::coord::ranged1d::{AsRangedCoord, DiscreteRanged, KeyPointHint, Ranged};
66 fn key_points<Hint: KeyPointHint>(&self, hint: Hint) -> Vec<Self::ValueType> { in key_points()
189 fn key_points<Hint: KeyPointHint>(&self, hint: Hint) -> Vec<Self::ValueType> { in key_points()
Dpartial_axis.rs2 AsRangedCoord, DefaultFormatting, DiscreteRanged, KeyPointHint, Ranged,
39 fn key_points<Hint: KeyPointHint>(&self, hint: Hint) -> Vec<Self::ValueType> { in key_points()
Dgroup_by.rs2 AsRangedCoord, DiscreteRanged, KeyPointHint, NoDefaultFormatting, Ranged, ValueFormatter,
74 fn key_points<HintType: KeyPointHint>(&self, hint: HintType) -> Vec<T::ValueType> { in key_points()
Dlogarithmic.rs2 use crate::coord::ranged1d::{AsRangedCoord, DefaultFormatting, KeyPointHint, Ranged};
101 fn key_points<Hint: KeyPointHint>(&self, hint: Hint) -> Vec<Self::ValueType> { in key_points()
Dnested.rs2 AsRangedCoord, DiscreteRanged, KeyPointHint, NoDefaultFormatting, Ranged, ValueFormatter,
103 fn key_points<Hint: KeyPointHint>(&self, hint: Hint) -> Vec<Self::ValueType> { in key_points()
Dlinspace.rs3 AsRangedCoord, DiscreteRanged, KeyPointHint, NoDefaultFormatting, Ranged, ValueFormatter,
290 fn key_points<Hint: KeyPointHint>(&self, hint: Hint) -> Vec<T::ValueType> { in key_points()
/external/rust/crates/plotters/src/coord/ranged1d/types/
Dslice.rs2 AsRangedCoord, DefaultFormatting, DiscreteRanged, KeyPointHint, Ranged,
35 fn key_points<Hint: KeyPointHint>(&self, hint: Hint) -> Vec<Self::ValueType> { in key_points()
Ddatetime.rs6 AsRangedCoord, DefaultFormatting, DiscreteRanged, KeyPointHint, NoDefaultFormatting, Ranged,
182 fn key_points<HintType: KeyPointHint>(&self, hint: HintType) -> Vec<Self::ValueType> { in key_points()
259 fn bold_key_points<H: KeyPointHint>(&self, hint: &H) -> Vec<T> { in bold_key_points()
366 fn key_points<HintType: KeyPointHint>(&self, hint: HintType) -> Vec<Self::ValueType> { in key_points()
493 fn key_points<HintType: KeyPointHint>(&self, hint: HintType) -> Vec<Self::ValueType> { in key_points()
618 fn key_points<HintType: KeyPointHint>(&self, hint: HintType) -> Vec<Self::ValueType> { in key_points()
701 fn key_points<HintType: KeyPointHint>(&self, hint: HintType) -> Vec<Self::ValueType> { in key_points()
Dnumeric.rs5 AsRangedCoord, DefaultFormatting, DiscreteRanged, KeyPointHint, NoDefaultFormatting, Ranged,
92 fn key_points<Hint: KeyPointHint>(&self, hint: Hint) -> Vec<$type> {
/external/rust/crates/plotters/src/chart/
Dcontext.rs8 use crate::coord::ranged1d::{AsRangedCoord, KeyPointHint, Ranged, ValueFormatter};
158 fn draw_mesh_lines<FmtLabel, YH: KeyPointHint, XH: KeyPointHint>( in draw_mesh_lines() argument
457 pub(super) fn draw_mesh<FmtLabel, YH: KeyPointHint, XH: KeyPointHint>( in draw_mesh() argument
616 pub(super) fn get_key_points<XH: KeyPointHint, YH: KeyPointHint, ZH: KeyPointHint>( in get_key_points() argument
/external/rust/crates/plotters/src/drawing/
Darea.rs2 use crate::coord::ranged1d::{KeyPointHint, Ranged};
189 pub fn draw_mesh<DrawFunc, YH: KeyPointHint, XH: KeyPointHint>( in draw_mesh() argument