Home
last modified time | relevance | path

Searched refs:LayoutBox (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/plotters/src/style/font/
Dnaive.rs1 use super::{FontData, FontFamily, FontStyle, LayoutBox};
30 fn estimate_layout(&self, size: f64, text: &str) -> Result<LayoutBox, Self::ErrorType> { in estimate_layout() argument
Dmod.rs27 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
Dweb.rs1 use super::{FontData, FontFamily, FontStyle, LayoutBox};
31 fn estimate_layout(&self, size: f64, text: &str) -> Result<LayoutBox, Self::ErrorType> { in estimate_layout() argument
Dttf.rs15 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/
Dmod.rs17 FontDesc, FontError, FontFamily, FontResult, FontStyle, FontTransform, IntoFont, LayoutBox,
/external/rust/crates/plotters/src/element/
Dtext.rs5 use crate::style::{FontDesc, FontResult, LayoutBox, TextStyle};
157 pub fn compute_line_layout(&self) -> FontResult<Vec<LayoutBox>> { in compute_line_layout() argument