Searched defs:estimate_layout (Results 1 – 4 of 4) sorted by relevance
/external/rust/crates/plotters/src/style/font/ |
D | naive.rs | 30 fn estimate_layout(&self, size: f64, text: &str) -> Result<LayoutBox, Self::ErrorType> { in estimate_layout() method
|
D | mod.rs | 32 fn estimate_layout(&self, size: f64, text: &str) -> Result<LayoutBox, Self::ErrorType>; in estimate_layout() method
|
D | web.rs | 31 fn estimate_layout(&self, size: f64, text: &str) -> Result<LayoutBox, Self::ErrorType> { in estimate_layout() method
|
D | ttf.rs | 136 fn estimate_layout(&self, size: f64, text: &str) -> Result<LayoutBox, Self::ErrorType> { in estimate_layout() method
|