Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/coord/ranged1d/combinators/
Dlogarithmic.rs81 pub struct LogRangeExt<V: LogScalable> { struct
87 impl<V: LogScalable> LogRangeExt<V> { implementation
145 impl<V: LogScalable> AsRangedCoord for LogRangeExt<V> { implementation