Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/plotters-backend/src/
Dstyle.rs3 pub struct BackendColor { struct
8 impl BackendColor { impl
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()
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/style/
Dcolor.rs11 fn to_backend_color(&self) -> BackendColor; in to_backend_color()
57 fn to_backend_color(&self) -> BackendColor { in to_backend_color()
71 fn to_backend_color(&self) -> BackendColor { in to_backend_color()
98 fn to_backend_color(&self) -> BackendColor { in to_backend_color()
111 fn color(&self) -> BackendColor { in color()
118 fn to_backend_color(&self) -> BackendColor { in to_backend_color()
126 fn color(&self) -> BackendColor { in color()
138 fn to_backend_color(&self) -> BackendColor { in to_backend_color()
Dshape.rs91 fn color(&self) -> BackendColor { in color()
Dtext.rs286 fn color(&self) -> BackendColor { in color()
/aosp_15_r20/external/rust/android-crates-io/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()
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/examples/
Dconsole.rs81 color: BackendColor, in draw_pixel()
/aosp_15_r20/external/rust/android-crates-io/crates/plotters-svg/src/
Dsvg.rs220 color: BackendColor, in draw_pixel()