Home
last modified time | relevance | path

Searched defs:bold_line_style (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/chart/
Dmesh.rs160 pub(super) bold_line_style: Option<ShapeStyle>, field
355 pub fn bold_line_style<T: Into<ShapeStyle>>(&mut self, style: T) -> &mut Self { in bold_line_style() function
Daxes3d.rs28 pub(super) bold_line_style: ShapeStyle, field