Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/style/font/
Dmod.rs62 pub type LayoutBox = ((i32, i32), (i32, i32)); typedef
67 fn estimate_layout(&self, size: f64, text: &str) -> Result<LayoutBox, Self::ErrorType>; in estimate_layout()
Dnaive.rs30 fn estimate_layout(&self, size: f64, text: &str) -> Result<LayoutBox, Self::ErrorType> { in estimate_layout()
Dweb.rs31 fn estimate_layout(&self, size: f64, text: &str) -> Result<LayoutBox, Self::ErrorType> { in estimate_layout()
Dab_glyph.rs102 fn estimate_layout(&self, size: f64, text: &str) -> Result<LayoutBox, Self::ErrorType> { in estimate_layout()
Dttf.rs206 fn estimate_layout(&self, size: f64, text: &str) -> Result<LayoutBox, Self::ErrorType> { in estimate_layout()
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/element/
Dtext.rs157 pub fn compute_line_layout(&self) -> FontResult<Vec<LayoutBox>> { in compute_line_layout()