Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/coord/
Dmod.rs70 fn reverse_translate(&self, input: BackendCoord) -> Option<BackendCoord> { in reverse_translate() method
Dtranslate.rs37 fn reverse_translate(&self, input: BackendCoord) -> Option<Self::From>; in reverse_translate() method
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/coord/ranged2d/
Dcartesian.rs125 fn reverse_translate(&self, input: BackendCoord) -> Option<Self::From> { in reverse_translate() method