Home
last modified time | relevance | path

Searched defs:border_style (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/series/
Darea_series.rs33 border_style: ShapeStyle, field
66 pub fn border_style<S: Into<ShapeStyle>>(mut self, style: S) -> Self { in border_style() method
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/chart/
Dseries.rs127 border_style: ShapeStyle, field
194 pub fn border_style<S: Into<ShapeStyle>>(&mut self, style: S) -> &mut Self { in border_style() method
/aosp_15_r20/external/googleapis/google/apps/card/v1/
H A Dcard.proto1544 BorderStyle border_style = 4; field
1640 BorderStyle border_style = 3; field
/aosp_15_r20/external/pdfium/fpdfsdk/pwl/
H A Dcpwl_edit.cpp171 const BorderStyle border_style = GetBorderStyle(); in DrawThisAppearance() local