Home
last modified time | relevance | path

Searched defs:CoordDescType (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/chart/
Dbuilder.rs293 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/
Dmod.rs83 Cartesian2d<SX::CoordDescType, SY::CoordDescType>, in set_secondary_coord()
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/coord/ranged1d/combinators/
Dnested.rs171 ) -> NestedRange<Self::CoordDescType, S::CoordDescType> { in nested_coord()
Dckps.rs113 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()
Dlogarithmic.rs146 type CoordDescType = LogCoord<V>; typedef
264 type CoordDescType = LogCoord<V>; typedef
Dgroup_by.rs39 fn group_by(self, value: usize) -> GroupBy<<Self as AsRangedCoord>::CoordDescType> { in group_by()
Dpartial_axis.rs21 ) -> PartialAxis<Self::CoordDescType> { in partial_axis()
Dlinspace.rs329 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/
Dmod.rs232 type CoordDescType: Ranged<ValueType = Self::Value> + From<Self>; typedef
241 type CoordDescType = T; typedef
Ddiscrete.rs106 fn into_segmented(self) -> SegmentedCoord<Self::CoordDescType> { in into_segmented()
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/coord/ranged1d/types/
Ddatetime.rs280 type CoordDescType = RangedDate<Date<Z>>; typedef
285 type CoordDescType = RangedDate<NaiveDate>; typedef
631 type CoordDescType = RangedDateTime<DateTime<Z>>; typedef
723 type CoordDescType = RangedDuration; typedef
Dslice.rs71 type CoordDescType = RangedSlice<'a, T>; typedef