Searched defs:border_style (Results 1 – 3 of 3) sorted by relevance
33 border_style: ShapeStyle, field66 pub fn border_style<S: Into<ShapeStyle>>(mut self, style: S) -> Self { in border_style() method
127 border_style: ShapeStyle, field194 pub fn border_style<S: Into<ShapeStyle>>(&mut self, style: S) -> &mut Self { in border_style() method
170 const BorderStyle border_style = GetBorderStyle(); in DrawThisAppearance() local