Searched refs:BackendTextStyle (Results 1 – 6 of 6) sorted by relevance
/external/rust/crates/plotters/examples/ |
D | console.rs | 4 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/ |
D | lib.rs | 71 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()
|
D | text.rs | 207 pub trait BackendTextStyle { trait
|
/external/rust/crates/plotters/src/style/ |
D | text.rs | 6 use plotters_backend::{BackendColor, BackendCoord, BackendStyle, BackendTextStyle}; 140 impl<'a> BackendTextStyle for TextStyle<'a> {
|
/external/rust/crates/plotters/src/drawing/backend_impl/ |
D | mocked.rs | 6 BackendColor, BackendCoord, BackendStyle, BackendTextStyle, DrawingBackend, DrawingErrorKind, 249 fn draw_text<S: BackendTextStyle>( in draw_text()
|
/external/rust/crates/plotters-svg/src/ |
D | svg.rs | 7 BackendColor, BackendCoord, BackendStyle, BackendTextStyle, DrawingBackend, DrawingErrorKind, 384 fn draw_text<S: BackendTextStyle>( in draw_text()
|