Home
last modified time | relevance | path

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

/external/rust/crates/plotters/src/style/
Dsize.rs66 pub fn min(self, min_sz: i32) -> RelativeSizeWithBound { in min()
78 pub fn max(self, max_sz: i32) -> RelativeSizeWithBound { in max()
118 pub struct RelativeSizeWithBound { struct
124 impl RelativeSizeWithBound { implementation
129 pub fn min(mut self, min_sz: i32) -> RelativeSizeWithBound { in min()
138 pub fn max(mut self, max_sz: i32) -> RelativeSizeWithBound { in max()
144 impl SizeDesc for RelativeSizeWithBound { implementation