Home
last modified time | relevance | path

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

/external/rust/crates/plotters/src/element/
Derrorbar.rs12 fn ending_coord(coord: BackendCoord, w: u32) -> (BackendCoord, BackendCoord); in ending_coord() method
27 fn ending_coord(coord: BackendCoord, w: u32) -> (BackendCoord, BackendCoord) { in ending_coord() method
43 fn ending_coord(coord: BackendCoord, w: u32) -> (BackendCoord, BackendCoord) { in ending_coord() method
119 let (from, to) = O::ending_coord(points[0], self.width); in draw()
122 let (from, to) = O::ending_coord(points[2], self.width); in draw()