Searched refs:LayoutBox (Results 1 – 6 of 6) sorted by relevance
/external/rust/crates/plotters/src/style/font/ |
D | naive.rs | 1 use super::{FontData, FontFamily, FontStyle, LayoutBox}; 30 fn estimate_layout(&self, size: f64, text: &str) -> Result<LayoutBox, Self::ErrorType> { in estimate_layout() argument
|
D | mod.rs | 27 pub type LayoutBox = ((i32, i32), (i32, i32)); typedef 32 fn estimate_layout(&self, size: f64, text: &str) -> Result<LayoutBox, Self::ErrorType>; in estimate_layout() argument
|
D | web.rs | 1 use super::{FontData, FontFamily, FontStyle, LayoutBox}; 31 fn estimate_layout(&self, size: f64, text: &str) -> Result<LayoutBox, Self::ErrorType> { in estimate_layout() argument
|
D | ttf.rs | 15 use super::{FontData, FontFamily, FontStyle, LayoutBox}; 136 fn estimate_layout(&self, size: f64, text: &str) -> Result<LayoutBox, Self::ErrorType> { in estimate_layout() argument
|
/external/rust/crates/plotters/src/style/ |
D | mod.rs | 17 FontDesc, FontError, FontFamily, FontResult, FontStyle, FontTransform, IntoFont, LayoutBox,
|
/external/rust/crates/plotters/src/element/ |
D | text.rs | 5 use crate::style::{FontDesc, FontResult, LayoutBox, TextStyle}; 157 pub fn compute_line_layout(&self) -> FontResult<Vec<LayoutBox>> { in compute_line_layout() argument
|