Searched refs:LayoutBox (Results 1 – 7 of 7) sorted by relevance
/external/rust/android-crates-io/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 | 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 | 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() argument
|
D | ab_glyph.rs | 1 use super::{FontData, FontFamily, FontStyle, LayoutBox}; 102 fn estimate_layout(&self, size: f64, text: &str) -> Result<LayoutBox, Self::ErrorType> { in estimate_layout() argument
|
D | ttf.rs | 24 use super::{FontData, FontFamily, FontStyle, LayoutBox}; 207 fn estimate_layout(&self, size: f64, text: &str) -> Result<LayoutBox, Self::ErrorType> { in estimate_layout() argument
|
/external/rust/android-crates-io/crates/plotters/src/style/ |
D | mod.rs | 24 FontDesc, FontError, FontFamily, FontResult, FontStyle, FontTransform, IntoFont, LayoutBox,
|
/external/rust/android-crates-io/crates/plotters/src/element/ |
D | text.rs | 4 use crate::style::{FontDesc, FontResult, LayoutBox, TextStyle}; 189 pub fn compute_line_layout(&self) -> FontResult<Vec<LayoutBox>> { in compute_line_layout() argument
|