Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/style/
Dsize.rs78 pub fn min(self, min_sz: i32) -> RelativeSizeWithBound { in min()
90 pub fn max(self, max_sz: i32) -> RelativeSizeWithBound { in max()
130 pub struct RelativeSizeWithBound { struct
136 impl RelativeSizeWithBound { implementation
141 pub fn min(mut self, min_sz: i32) -> RelativeSizeWithBound { in min()
150 pub fn max(mut self, max_sz: i32) -> RelativeSizeWithBound { in max()
156 impl SizeDesc for RelativeSizeWithBound { implementation