Searched defs:CoordDescType (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/chart/ |
D | builder.rs | 293 ChartContext<'a, DB, Cartesian2d<X::CoordDescType, Y::CoordDescType>>, in build_ranged() 314 ChartContext<'a, DB, Cartesian2d<X::CoordDescType, Y::CoordDescType>>, in build_cartesian_2d() 459 ChartContext<'a, DB, Cartesian3d<X::CoordDescType, Y::CoordDescType, Z::CoordDescType>>, in build_cartesian_3d()
|
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/chart/context/cartesian2d/ |
D | mod.rs | 83 Cartesian2d<SX::CoordDescType, SY::CoordDescType>, in set_secondary_coord()
|
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/coord/ranged1d/combinators/ |
D | nested.rs | 171 ) -> NestedRange<Self::CoordDescType, S::CoordDescType> { in nested_coord()
|
D | ckps.rs | 113 fn with_key_points(self, points: Vec<Self::Value>) -> WithKeyPoints<Self::CoordDescType> { in with_key_points() 157 ) -> WithKeyPointMethod<Self::CoordDescType> { in with_key_point_func()
|
D | logarithmic.rs | 146 type CoordDescType = LogCoord<V>; typedef 264 type CoordDescType = LogCoord<V>; typedef
|
D | group_by.rs | 39 fn group_by(self, value: usize) -> GroupBy<<Self as AsRangedCoord>::CoordDescType> { in group_by()
|
D | partial_axis.rs | 21 ) -> PartialAxis<Self::CoordDescType> { in partial_axis()
|
D | linspace.rs | 329 fn step<S: Clone>(self, val: S) -> Linspace<Self::CoordDescType, S, Exact<Self::Value>> in step()
|
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/coord/ranged1d/ |
D | mod.rs | 232 type CoordDescType: Ranged<ValueType = Self::Value> + From<Self>; typedef 241 type CoordDescType = T; typedef
|
D | discrete.rs | 106 fn into_segmented(self) -> SegmentedCoord<Self::CoordDescType> { in into_segmented()
|
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/coord/ranged1d/types/ |
D | datetime.rs | 280 type CoordDescType = RangedDate<Date<Z>>; typedef 285 type CoordDescType = RangedDate<NaiveDate>; typedef 631 type CoordDescType = RangedDateTime<DateTime<Z>>; typedef 723 type CoordDescType = RangedDuration; typedef
|
D | slice.rs | 71 type CoordDescType = RangedSlice<'a, T>; typedef
|