/external/rust/crates/plotters/src/style/ |
D | color.rs | 4 use plotters_backend::{BackendColor, BackendStyle}; 60 fn color(&self) -> BackendColor { in color() argument 61 BackendColor { in color() 81 fn color(&self) -> BackendColor { in color() argument 82 BackendColor { in color() 97 fn color(&self) -> BackendColor { in color() argument 98 BackendColor { in color() 113 fn color(&self) -> BackendColor { in color() argument 122 return BackendColor { in color() 154 BackendColor { in color()
|
D | text.rs | 6 use plotters_backend::{BackendColor, BackendCoord, BackendStyle, BackendTextStyle}; 14 pub color: BackendColor, 142 fn color(&self) -> BackendColor { in color() argument 171 fn draw<E, DrawFunc: FnMut(i32, i32, BackendColor) -> Result<(), E>>( in draw()
|
D | shape.rs | 2 use plotters_backend::{BackendColor, BackendStyle}; 42 fn color(&self) -> BackendColor { in color() argument
|
/external/rust/crates/plotters-backend/src/ |
D | style.rs | 3 pub struct BackendColor { struct 8 impl BackendColor { argument 21 fn color(&self) -> BackendColor; in color() argument 29 impl BackendStyle for BackendColor { implementation 30 fn color(&self) -> BackendColor { in color() argument
|
D | text.rs | 1 use super::{BackendColor, BackendCoord}; 211 fn color(&self) -> BackendColor { in color() argument 212 BackendColor { in color() 238 fn draw<E, DrawFunc: FnMut(i32, i32, BackendColor) -> Result<(), E>>( in draw()
|
D | lib.rs | 70 pub use style::{BackendColor, BackendStyle}; 129 color: BackendColor, in draw_pixel() argument 313 let color = BackendColor { in blit_bitmap()
|
/external/rust/crates/plotters/src/drawing/backend_impl/ |
D | mocked.rs | 6 BackendColor, BackendCoord, BackendStyle, BackendTextStyle, DrawingBackend, DrawingErrorKind, 11 pub fn check_color(left: BackendColor, right: RGBAColor) { in check_color() argument 134 color: BackendColor, in draw_pixel() argument
|
/external/rust/crates/plotters/examples/ |
D | console.rs | 4 BackendColor, BackendStyle, BackendTextStyle, DrawingBackend, DrawingErrorKind, 81 color: BackendColor, in draw_pixel() argument
|
/external/rust/crates/plotters-svg/src/ |
D | svg.rs | 7 BackendColor, BackendCoord, BackendStyle, BackendTextStyle, DrawingBackend, DrawingErrorKind, 17 fn make_svg_color(color: BackendColor) -> String { in make_svg_color() 22 fn make_svg_opacity(color: BackendColor) -> String { in make_svg_opacity() 219 color: BackendColor, in draw_pixel() argument
|