Searched defs:layout_box (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/plotters-backend/src/ |
D | text.rs | 236 fn layout_box(&self, text: &str) -> Result<((i32, i32), (i32, i32)), Self::FontError>; in layout_box() method
|
/external/rust/crates/plotters/src/style/font/ |
D | font_desc.rs | 169 pub fn layout_box(&self, text: &str) -> FontResult<((i32, i32), (i32, i32))> { in layout_box() method
|
/external/rust/crates/plotters/src/style/ |
D | text.rs | 159 fn layout_box(&self, text: &str) -> Result<((i32, i32), (i32, i32)), Self::FontError> { in layout_box() method
|