Home
last modified time | relevance | path

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

/external/rust/crates/plotters-backend/src/
Dstyle.rs3 pub struct BackendColor { struct
8 impl BackendColor { implementation
21 fn color(&self) -> BackendColor; in color()
29 impl BackendStyle for BackendColor { implementation
30 fn color(&self) -> BackendColor { in color()
Dtext.rs211 fn color(&self) -> BackendColor { in color()
Dlib.rs129 color: BackendColor, in draw_pixel()
/external/rust/crates/plotters/src/style/
Dcolor.rs60 fn color(&self) -> BackendColor { in color()
81 fn color(&self) -> BackendColor { in color()
97 fn color(&self) -> BackendColor { in color()
113 fn color(&self) -> BackendColor { in color()
Dshape.rs42 fn color(&self) -> BackendColor { in color()
Dtext.rs142 fn color(&self) -> BackendColor { in color()
/external/rust/crates/plotters/src/drawing/backend_impl/
Dmocked.rs11 pub fn check_color(left: BackendColor, right: RGBAColor) { in check_color()
134 color: BackendColor, in draw_pixel()
/external/rust/crates/plotters/examples/
Dconsole.rs81 color: BackendColor, in draw_pixel()
/external/rust/crates/plotters-svg/src/
Dsvg.rs219 color: BackendColor, in draw_pixel()