Searched refs:BackendTextStyle (Results 1 – 6 of 6) sorted by relevance
/external/rust/android-crates-io/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/android-crates-io/crates/plotters-backend/src/ |
D | lib.rs | 71 pub use text::{text_anchor, BackendTextStyle, FontFamily, FontStyle, FontTransform}; 221 fn draw_text<TStyle: BackendTextStyle>( in draw_text() 273 fn estimate_text_size<TStyle: BackendTextStyle>( in estimate_text_size()
|
D | text.rs | 193 pub trait BackendTextStyle { interface
|
/external/rust/android-crates-io/crates/plotters/src/style/ |
D | text.rs | 6 use plotters_backend::{BackendColor, BackendCoord, BackendStyle, BackendTextStyle}; 284 impl<'a> BackendTextStyle for TextStyle<'a> {
|
/external/rust/android-crates-io/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/android-crates-io/crates/plotters-svg/src/ |
D | svg.rs | 7 BackendColor, BackendCoord, BackendStyle, BackendTextStyle, DrawingBackend, DrawingErrorKind, 355 fn draw_text<S: BackendTextStyle>( in draw_text()
|