Searched defs:layout_box (Results  1 – 3 of 3) sorted by relevance
| /external/rust/crates/plotters-backend/src/ | 
| D | text.rs | 237     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 | 144     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 | 303     fn layout_box(&self, text: &str) -> Result<((i32, i32), (i32, i32)), Self::FontError> {  in layout_box()  method
  |