Home
last modified time | relevance | path

Searched refs:BackendColor (Results 1 – 9 of 9) sorted by relevance

/external/rust/crates/plotters/src/style/
Dcolor.rs4 use plotters_backend::{BackendColor, BackendStyle};
11 fn to_backend_color(&self) -> BackendColor; in to_backend_color() argument
57 fn to_backend_color(&self) -> BackendColor { in to_backend_color() argument
69 fn to_backend_color(&self) -> BackendColor { in to_backend_color() argument
70 BackendColor { in to_backend_color()
89 fn to_backend_color(&self) -> BackendColor { in to_backend_color() argument
90 BackendColor { in to_backend_color()
102 fn color(&self) -> BackendColor { in color() argument
109 fn to_backend_color(&self) -> BackendColor { in to_backend_color() argument
110 BackendColor { in to_backend_color()
[all …]
Dtext.rs6 use plotters_backend::{BackendColor, BackendCoord, BackendStyle, BackendTextStyle};
14 pub color: BackendColor,
48 new_color: Option<BackendColor>,
211 fn color(&self) -> BackendColor { in color() argument
240 fn draw<E, DrawFunc: FnMut(i32, i32, BackendColor) -> Result<(), E>>( in draw()
Dshape.rs2 use plotters_backend::{BackendColor, BackendStyle};
42 fn color(&self) -> BackendColor { in color() argument
/external/rust/crates/plotters-backend/src/
Dstyle.rs3 pub struct BackendColor { struct
8 impl BackendColor { implementation
21 fn color(&self) -> BackendColor; in color() argument
29 impl BackendStyle for BackendColor { implementation
30 fn color(&self) -> BackendColor { in color() argument
Dtext.rs1 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()
Dlib.rs70 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/
Dmocked.rs6 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/
Dconsole.rs4 BackendColor, BackendStyle, BackendTextStyle, DrawingBackend, DrawingErrorKind,
81 color: BackendColor, in draw_pixel() argument
/external/rust/crates/plotters-svg/src/
Dsvg.rs7 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