Searched refs:DEFAULT_FONT (Results 1 – 15 of 15) sorted by relevance
/external/rust/crates/criterion/src/plot/gnuplot_backend/ |
D | summary.rs | 2 use super::{DARK_BLUE, DEFAULT_FONT, KDE_POINTS, LINEWIDTH, POINT_SIZE, SIZE}; 53 f.set(Font(DEFAULT_FONT)) in line_comparison() 171 f.set(Font(DEFAULT_FONT)) in violin()
|
D | iteration_times.rs | 23 .set(Font(DEFAULT_FONT)) in iteration_times_figure() 102 .set(Font(DEFAULT_FONT)) in iteration_times_comparison_figure()
|
D | pdf.rs | 47 .set(Font(DEFAULT_FONT)) in pdf() 250 .set(Font(DEFAULT_FONT)) in pdf_small() 319 .set(Font(DEFAULT_FONT)) in pdf_comparison_figure()
|
D | t_test.rs | 23 .set(Font(DEFAULT_FONT)) in t_test()
|
D | regression.rs | 46 .set(Font(DEFAULT_FONT)) in regression_figure() 186 .set(Font(DEFAULT_FONT)) in regression_comparison_figure()
|
D | distributions.rs | 67 .set(Font(DEFAULT_FONT)) in abs_distribution() 222 .set(Font(DEFAULT_FONT)) in rel_distribution()
|
D | mod.rs | 32 static DEFAULT_FONT: &str = "Helvetica"; constant
|
/external/rust/crates/criterion/src/plot/plotters_backend/ |
D | iteration_times.rs | 23 cb.caption(title, (DEFAULT_FONT, 20)); in iteration_times_figure() 89 cb.caption(title, (DEFAULT_FONT, 20)); in iteration_times_comparison_figure()
|
D | summary.rs | 39 .titled(&format!("{}: Comparison", title), (DEFAULT_FONT, 20)) in line_comparison() 208 .titled(&format!("{}: Violin plot", title), (DEFAULT_FONT, 20)) in violin() 242 .y_label_style((DEFAULT_FONT, 10)) in draw_violin_figure()
|
D | regression.rs | 46 cb.caption(title, (DEFAULT_FONT, 20)); in regression_figure() 175 cb.caption(title, (DEFAULT_FONT, 20)); in regression_comparison_figure()
|
D | t_test.rs | 23 .caption(format!("{}: Welch t test", title), (DEFAULT_FONT, 20)) in t_test()
|
D | distributions.rs | 68 (DEFAULT_FONT, 20), in abs_distribution() 223 (DEFAULT_FONT, 20), in rel_distribution()
|
D | pdf.rs | 46 cb.caption(title, (DEFAULT_FONT, 20)); in pdf_comparison_figure() 217 .caption(id.as_title(), (DEFAULT_FONT, 20)) in pdf()
|
D | mod.rs | 11 static DEFAULT_FONT: FontFamily = FontFamily::SansSerif; variable
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/ |
D | HolidayBorderPanel.java | 75 public final static Font DEFAULT_FONT = new Font("TimesRoman", Font.PLAIN, 14); field in HolidayBorderPanel 101 font = DEFAULT_FONT; in HolidayBorderPanel()
|