/external/pigweed/pw_console/py/pw_console/widgets/ |
D | border.py | 32 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/ |
D | area_series.rs | 33 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/ |
D | series.rs | 127 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/ |
D | copybutton.js | 14 var border_style = pre.css('border-top-style'); 18 'border-color': border_color, 'border-style': border_style,
|
/external/rust/crates/plotters/examples/ |
D | area-chart.rs | 43 .border_style(&RED), in main()
|
D | 3d-plot.rs | 51 .border_style(&BLACK) in main()
|
D | tick_control.rs | 77 .border_style(&BLACK) in main()
|
D | chart.rs | 40 cc.configure_series_labels().border_style(&BLACK).draw()?; in main()
|
D | boxplot.rs | 103 .border_style(&BLACK.mix(0.5)) in main()
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_edit.cpp | 170 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/ |
D | quit_dialog.py | 103 border_style='class:quit-dialog-border',
|
D | log_pane_selection_dialog.py | 69 border_style='class:selection-dialog-border',
|
D | log_pane_saveas_dialog.py | 155 border_style='class:saveas-dialog-border',
|
D | command_runner.py | 245 border_style='class:command-runner-border',
|
D | log_pane.py | 404 border_style='class:saveas-dialog-border',
|
/external/pigweed/pw_console/py/pw_console/plugins/ |
D | twenty48_pane.py | 472 border_style='class:command-runner-border', 495 border_style='class:command-runner-border',
|
/external/pigweed/pw_watch/py/pw_watch/ |
D | watch_app.py | 392 border_style=(BUILDER_CONTEXT.get_title_style),
|
/external/pdfium/fxjs/ |
D | cjs_field.h | 43 JS_STATIC_PROP(borderStyle, border_style, CJS_Field)
|
/external/rust/crates/plotters-svg/src/ |
D | svg.rs | 811 .border_style(&BLACK.mix(0.5)) in test_series_labels()
|
/external/rust/crates/plotters/ |
D | README.md | 196 .border_style(&BLACK) 248 .border_style(&BLACK)
|