Searched defs:LayoutBox (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/style/font/ |
D | mod.rs | 62 pub type LayoutBox = ((i32, i32), (i32, i32)); typedef 67 fn estimate_layout(&self, size: f64, text: &str) -> Result<LayoutBox, Self::ErrorType>; in estimate_layout()
|
D | naive.rs | 30 fn estimate_layout(&self, size: f64, text: &str) -> Result<LayoutBox, Self::ErrorType> { in estimate_layout()
|
D | web.rs | 31 fn estimate_layout(&self, size: f64, text: &str) -> Result<LayoutBox, Self::ErrorType> { in estimate_layout()
|
D | ab_glyph.rs | 102 fn estimate_layout(&self, size: f64, text: &str) -> Result<LayoutBox, Self::ErrorType> { in estimate_layout()
|
D | ttf.rs | 206 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/ |
D | text.rs | 157 pub fn compute_line_layout(&self) -> FontResult<Vec<LayoutBox>> { in compute_line_layout()
|