Home
last modified time | relevance | path

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

/external/rust/crates/plotters/examples/
Dconsole.rs4 BackendColor, BackendStyle, BackendTextStyle, DrawingBackend, DrawingErrorKind,
118 fn estimate_text_size<S: BackendTextStyle>( in estimate_text_size()
126 fn draw_text<S: BackendTextStyle>( in draw_text()
/external/rust/crates/plotters-backend/src/
Dlib.rs71 pub use text::{text_anchor, BackendTextStyle, FontFamily, FontStyle, FontTransform};
220 fn draw_text<TStyle: BackendTextStyle>( in draw_text()
271 fn estimate_text_size<TStyle: BackendTextStyle>( in estimate_text_size()
Dtext.rs207 pub trait BackendTextStyle { trait
/external/rust/crates/plotters/src/style/
Dtext.rs6 use plotters_backend::{BackendColor, BackendCoord, BackendStyle, BackendTextStyle};
140 impl<'a> BackendTextStyle for TextStyle<'a> {
/external/rust/crates/plotters/src/drawing/backend_impl/
Dmocked.rs6 BackendColor, BackendCoord, BackendStyle, BackendTextStyle, DrawingBackend, DrawingErrorKind,
249 fn draw_text<S: BackendTextStyle>( in draw_text()
/external/rust/crates/plotters-svg/src/
Dsvg.rs7 BackendColor, BackendCoord, BackendStyle, BackendTextStyle, DrawingBackend, DrawingErrorKind,
384 fn draw_text<S: BackendTextStyle>( in draw_text()