Home
last modified time | relevance | path

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

/external/rust/crates/plotters/src/style/font/
Dnaive.rs30 fn estimate_layout(&self, size: f64, text: &str) -> Result<LayoutBox, Self::ErrorType> { in estimate_layout() method
Dmod.rs32 fn estimate_layout(&self, size: f64, text: &str) -> Result<LayoutBox, Self::ErrorType>; in estimate_layout() method
Dweb.rs31 fn estimate_layout(&self, size: f64, text: &str) -> Result<LayoutBox, Self::ErrorType> { in estimate_layout() method
Dttf.rs136 fn estimate_layout(&self, size: f64, text: &str) -> Result<LayoutBox, Self::ErrorType> { in estimate_layout() method