Home
last modified time | relevance | path

Searched refs:border_style (Results 1 – 20 of 20) sorted by relevance

/external/pigweed/pw_console/py/pw_console/widgets/
Dborder.py32 border_style: Union[Callable[[], str], str] = '',
52 Window(width=1, height=1, char=top_left_char, style=border_style)
70 style=border_style,
75 Window(width=1, height=1, char=top_right_char, style=border_style)
85 style=border_style,
95 style=border_style,
105 style=border_style,
111 Window(width=1, height=2, char=vertical_char, style=border_style)
137 VSplit(bottom_border_items, height=1, padding=0, style=border_style)
/external/rust/crates/plotters/src/series/
Darea_series.rs33 border_style: ShapeStyle, field
56 border_style: (&TRANSPARENT).into(), in new()
66 pub fn border_style<S: Into<ShapeStyle>>(mut self, style: S) -> Self { in border_style() method
67 self.border_style = style.into(); in border_style()
91 Some(PathElement::new(data, self.border_style).into_dyn()) in next()
/external/rust/crates/plotters/src/chart/
Dseries.rs127 border_style: ShapeStyle, field
139 border_style: (&TRANSPARENT).into(), in new()
194 pub fn border_style<S: Into<ShapeStyle>>(&mut self, style: S) -> &mut Self { in border_style() method
195 self.border_style = style.into(); in border_style()
283 self.border_style, in draw()
/external/python/cpython2/Doc/tools/static/
Dcopybutton.js14 var border_style = pre.css('border-top-style');
18 'border-color': border_color, 'border-style': border_style,
/external/rust/crates/plotters/examples/
Darea-chart.rs43 .border_style(&RED), in main()
D3d-plot.rs51 .border_style(&BLACK) in main()
Dtick_control.rs77 .border_style(&BLACK) in main()
Dchart.rs40 cc.configure_series_labels().border_style(&BLACK).draw()?; in main()
Dboxplot.rs103 .border_style(&BLACK.mix(0.5)) in main()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit.cpp170 const BorderStyle border_style = GetBorderStyle(); in DrawThisAppearance() local
172 bool draw_border = nCharArray > 0 && (border_style == BorderStyle::kSolid || in DrawThisAppearance()
173 border_style == BorderStyle::kDash); in DrawThisAppearance()
184 if (border_style == BorderStyle::kDash) { in DrawThisAppearance()
/external/pigweed/pw_console/py/pw_console/
Dquit_dialog.py103 border_style='class:quit-dialog-border',
Dlog_pane_selection_dialog.py69 border_style='class:selection-dialog-border',
Dlog_pane_saveas_dialog.py155 border_style='class:saveas-dialog-border',
Dcommand_runner.py245 border_style='class:command-runner-border',
Dlog_pane.py404 border_style='class:saveas-dialog-border',
/external/pigweed/pw_console/py/pw_console/plugins/
Dtwenty48_pane.py472 border_style='class:command-runner-border',
495 border_style='class:command-runner-border',
/external/pigweed/pw_watch/py/pw_watch/
Dwatch_app.py392 border_style=(BUILDER_CONTEXT.get_title_style),
/external/pdfium/fxjs/
Dcjs_field.h43 JS_STATIC_PROP(borderStyle, border_style, CJS_Field)
/external/rust/crates/plotters-svg/src/
Dsvg.rs811 .border_style(&BLACK.mix(0.5)) in test_series_labels()
/external/rust/crates/plotters/
DREADME.md196 .border_style(&BLACK)
248 .border_style(&BLACK)