Home
last modified time | relevance | path

Searched refs:FontWeight (Results 1 – 25 of 1765) sorted by relevance

12345678910>>...71

/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/dwrote-0.9.0/src/
H A Dtypes.rs12 pub enum FontWeight { enum
27 impl FontWeight { impl
33 FontWeight::Thin=> 100, in to_u32()
35 FontWeight::Light=> 300, in to_u32()
36 FontWeight::SemiLight=> 350, in to_u32()
37 FontWeight::Regular=> 400, in to_u32()
38 FontWeight::Medium=> 500, in to_u32()
39 FontWeight::SemiBold=> 600, in to_u32()
40 FontWeight::Bold=> 700, in to_u32()
42 FontWeight::Black=> 900, in to_u32()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/dwrote/src/
H A Dtypes.rs12 pub enum FontWeight { enum
27 impl FontWeight { impl
33 FontWeight::Thin=> 100, in to_u32()
35 FontWeight::Light=> 300, in to_u32()
36 FontWeight::SemiLight=> 350, in to_u32()
37 FontWeight::Regular=> 400, in to_u32()
38 FontWeight::Medium=> 500, in to_u32()
39 FontWeight::SemiBold=> 600, in to_u32()
40 FontWeight::Bold=> 700, in to_u32()
42 FontWeight::Black=> 900, in to_u32()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/dwrote/src/
H A Dtypes.rs12 pub enum FontWeight { enum
27 impl FontWeight { implementation
33 FontWeight::Thin=> 100, in to_u32()
35 FontWeight::Light=> 300, in to_u32()
36 FontWeight::SemiLight=> 350, in to_u32()
37 FontWeight::Regular=> 400, in to_u32()
38 FontWeight::Medium=> 500, in to_u32()
39 FontWeight::SemiBold=> 600, in to_u32()
40 FontWeight::Bold=> 700, in to_u32()
42 FontWeight::Black=> 900, in to_u32()
[all …]
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/dwrote-0.11.0/src/
H A Dtypes.rs12 pub enum FontWeight { enum
27 impl FontWeight { impl
33 FontWeight::Thin=> 100, in to_u32()
35 FontWeight::Light=> 300, in to_u32()
36 FontWeight::SemiLight=> 350, in to_u32()
37 FontWeight::Regular=> 400, in to_u32()
38 FontWeight::Medium=> 500, in to_u32()
39 FontWeight::SemiBold=> 600, in to_u32()
40 FontWeight::Bold=> 700, in to_u32()
42 FontWeight::Black=> 900, in to_u32()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/dwrote/src/
H A Dtypes.rs12 pub enum FontWeight { enum
27 impl FontWeight { impl
33 FontWeight::Thin=> 100, in to_u32()
35 FontWeight::Light=> 300, in to_u32()
36 FontWeight::SemiLight=> 350, in to_u32()
37 FontWeight::Regular=> 400, in to_u32()
38 FontWeight::Medium=> 500, in to_u32()
39 FontWeight::SemiBold=> 600, in to_u32()
40 FontWeight::Bold=> 700, in to_u32()
42 FontWeight::Black=> 900, in to_u32()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/dwrote/src/
H A Dtypes.rs12 pub enum FontWeight { enum
27 impl FontWeight { implementation
33 FontWeight::Thin=> 100, in to_u32()
35 FontWeight::Light=> 300, in to_u32()
36 FontWeight::SemiLight=> 350, in to_u32()
37 FontWeight::Regular=> 400, in to_u32()
38 FontWeight::Medium=> 500, in to_u32()
39 FontWeight::SemiBold=> 600, in to_u32()
40 FontWeight::Bold=> 700, in to_u32()
42 FontWeight::Black=> 900, in to_u32()
[all …]
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/dwrote-0.10.0/src/
H A Dtypes.rs12 pub enum FontWeight { enum
27 impl FontWeight { implementation
33 FontWeight::Thin=> 100, in to_u32()
35 FontWeight::Light=> 300, in to_u32()
36 FontWeight::SemiLight=> 350, in to_u32()
37 FontWeight::Regular=> 400, in to_u32()
38 FontWeight::Medium=> 500, in to_u32()
39 FontWeight::SemiBold=> 600, in to_u32()
40 FontWeight::Bold=> 700, in to_u32()
42 FontWeight::Black=> 900, in to_u32()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/app/
H A Dunohelp.cxx124 return css::awt::FontWeight::DONTKNOW; in ConvertFontWeight()
126 return css::awt::FontWeight::THIN; in ConvertFontWeight()
130 return css::awt::FontWeight::LIGHT; in ConvertFontWeight()
134 return css::awt::FontWeight::NORMAL; in ConvertFontWeight()
136 return css::awt::FontWeight::SEMIBOLD; in ConvertFontWeight()
138 return css::awt::FontWeight::BOLD; in ConvertFontWeight()
142 return css::awt::FontWeight::BLACK; in ConvertFontWeight()
145 return css::awt::FontWeight::DONTKNOW; in ConvertFontWeight()
150 if( f <= css::awt::FontWeight::DONTKNOW ) in ConvertFontWeight()
152 else if( f <= css::awt::FontWeight::THIN ) in ConvertFontWeight()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/app/
H A Dunohelp.cxx125 return css::awt::FontWeight::DONTKNOW; in ConvertFontWeight()
127 return css::awt::FontWeight::THIN; in ConvertFontWeight()
131 return css::awt::FontWeight::LIGHT; in ConvertFontWeight()
135 return css::awt::FontWeight::NORMAL; in ConvertFontWeight()
137 return css::awt::FontWeight::SEMIBOLD; in ConvertFontWeight()
139 return css::awt::FontWeight::BOLD; in ConvertFontWeight()
143 return css::awt::FontWeight::BLACK; in ConvertFontWeight()
146 return css::awt::FontWeight::DONTKNOW; in ConvertFontWeight()
151 if( f <= css::awt::FontWeight::DONTKNOW ) in ConvertFontWeight()
153 else if( f <= css::awt::FontWeight::THIN ) in ConvertFontWeight()
[all …]
/dports/math/blis/blis-0.8.1/test/studies/thunderx2/
H A Dplot_syrk_st_perf.m23 ylabel( 'GFLOPS', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
24 %xlabel( 'matrix dimension m=n=k', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helveti…
25 title('SSYRK (single-threaded)','FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica …
27 set(axes1,'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
37 ylabel( 'GFLOPS', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
39 title('DSYRK (single-threaded)','FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica …
41 set(axes1,'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
53 ylabel( 'GFLOPS', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
57 set(axes1,'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
67 ylabel( 'GFLOPS', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
[all …]
H A Dplot_gemm_st_perf.m21 ylabel( 'GFLOPS', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
22 %xlabel( 'matrix dimension m=n=k', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helveti…
23 title('SGEMM (single-threaded)','FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica …
25 set(axes1,'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
36 ylabel( 'GFLOPS', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
38 title('DGEMM (single-threaded)','FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica …
40 set(axes1,'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
51 ylabel( 'GFLOPS', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
55 set(axes1,'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
66 ylabel( 'GFLOPS', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
[all …]
H A Dplot_trmm_st_perf.m20 ylabel( 'GFLOPS', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
21 %xlabel( 'matrix dimension m=n=k', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helveti…
22 title('STRMM (single-threaded)','FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica …
24 set(axes1,'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
35 ylabel( 'GFLOPS', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
37 title('DTRMM (single-threaded)','FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica …
39 set(axes1,'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
50 ylabel( 'GFLOPS', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
54 set(axes1,'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
65 ylabel( 'GFLOPS', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
[all …]
H A Dplot_trmm_mt_perf.m107 ylabel( 'GFLOPS', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
109 title('STRMM (multi-threaded)','FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica N…
111 set(axes4,'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
116 ylabel( 'GFLOPS', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
118 title('DTRMM (multi-threaded)','FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica N…
120 set(axes8,'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
126 ylabel( 'GFLOPS', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
128 title('CTRMM (multi-threaded)','FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica N…
130 set(axes12,'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
135 ylabel( 'GFLOPS', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
[all …]
H A Dplot_hemm_st_perf.m20 ylabel( 'GFLOPS', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
21 %xlabel( 'matrix dimension m=n=k', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helveti…
22 title('SSYMM (single-threaded)','FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica …
24 set(axes1,'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
35 ylabel( 'GFLOPS', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
37 title('DSYMM (single-threaded)','FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica …
39 set(axes1,'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
50 ylabel( 'GFLOPS', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
54 set(axes1,'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
65 ylabel( 'GFLOPS', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
[all …]
H A Dplot_gemm_mt_perf.m115 ylabel( 'GFLOPS', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
117 title('SGEMM (multi-threaded)','FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica N…
119 set(axes1,'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
124 ylabel( 'GFLOPS', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
126 title('DGEMM (multi-threaded)','FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica N…
128 set(axes2,'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
134 ylabel( 'GFLOPS', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
136 title('CGEMM (multi-threaded)','FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica N…
138 set(axes3,'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
143 ylabel( 'GFLOPS', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
[all …]
/dports/math/blis/blis-0.8.1/test/studies/skx/
H A Dplot_gemm_mt_perf.m26 ylabel( 'GFLOPS', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
28 title('SGEMM (multi-threaded)','FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica N…
30 set(axes1,'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
42 ylabel( 'GFLOPS', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
44 title('DGEMM (multi-threaded)','FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica N…
46 set(axes1,'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
58 ylabel( 'GFLOPS', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
60 title('CGEMM (multi-threaded)','FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica N…
62 set(axes1,'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
74 ylabel( 'GFLOPS', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
[all …]
H A Dplot_hemm_mt_perf.m27 ylabel( 'GFLOPS', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
29 title('SSYMM (multi-threaded)','FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica N…
31 set(axes1,'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
43 ylabel( 'GFLOPS', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
45 title('DSYMM (multi-threaded)','FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica N…
47 set(axes1,'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
59 ylabel( 'GFLOPS', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
61 title('CHEMM (multi-threaded)','FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica N…
63 set(axes1,'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
75 ylabel( 'GFLOPS', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
[all …]
H A Dplot_hemm_st_perf.m27 ylabel( 'GFLOPS', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
28 %xlabel( 'matrix dimension m=n=k', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helveti…
29 title('SSYMM (single-threaded)','FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica …
31 set(axes1,'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
43 ylabel( 'GFLOPS', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
45 title('DSYMM (single-threaded)','FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica …
47 set(axes1,'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
59 ylabel( 'GFLOPS', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
63 set(axes1,'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
75 ylabel( 'GFLOPS', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
[all …]
H A Dplot_trmm_mt_perf.m25 ylabel( 'GFLOPS', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
27 title('STRMM (multi-threaded)','FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica N…
29 set(axes1,'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
41 ylabel( 'GFLOPS', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
43 title('DTRMM (multi-threaded)','FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica N…
45 set(axes1,'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
57 ylabel( 'GFLOPS', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
59 title('CTRMM (multi-threaded)','FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica N…
61 set(axes1,'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
73 ylabel( 'GFLOPS', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
[all …]
H A Dplot_gemm_st_perf.m25 ylabel( 'GFLOPS', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
26 %xlabel( 'matrix dimension m=n=k', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helveti…
27 title('SGEMM (single-threaded)','FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica …
29 set(axes1,'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
41 ylabel( 'GFLOPS', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
43 title('DGEMM (single-threaded)','FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica …
45 set(axes1,'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
57 ylabel( 'GFLOPS', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
61 set(axes1,'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
73 ylabel( 'GFLOPS', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
[all …]
H A Dplot_trmm_st_perf.m25 ylabel( 'GFLOPS', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
26 %xlabel( 'matrix dimension m=n=k', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helveti…
27 title('STRMM (single-threaded)','FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica …
29 set(axes1,'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
41 ylabel( 'GFLOPS', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
43 title('DTRMM (single-threaded)','FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica …
45 set(axes1,'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
57 ylabel( 'GFLOPS', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
61 set(axes1,'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
73 ylabel( 'GFLOPS', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
[all …]
H A Dplot_syrk_st_perf.m36 ylabel( 'GFLOPS', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
37 %xlabel( 'matrix dimension m=n=k', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helveti…
38 title('SSYRK (single-threaded)','FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica …
40 set(axes1,'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
59 ylabel( 'GFLOPS', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
61 title('DSYRK (single-threaded)','FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica …
63 set(axes1,'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
83 ylabel( 'GFLOPS', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
87 set(axes1,'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
104 ylabel( 'GFLOPS', 'FontSize', fontsize, 'FontWeight', 'bold', 'FontName', 'Helvetica Neue');
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/examples/training/examples/pstudy_pics/
H A Dplot_pstudy.m10 xlabel('x_1', 'FontSize', fsz, 'FontWeight', 'bold');
11 ylabel('x_2', 'FontSize', fsz, 'FontWeight', 'bold');
14 set(gca, 'FontWeight', 'bold');
32 xlabel('x_1', 'FontSize', fsz, 'FontWeight', 'bold');
33 ylabel('x_2', 'FontSize', fsz, 'FontWeight', 'bold');
36 set(gca, 'FontWeight', 'bold');
54 xlabel('x_1', 'FontSize', fsz, 'FontWeight', 'bold');
55 ylabel('x_2', 'FontSize', fsz, 'FontWeight', 'bold');
58 set(gca, 'FontWeight', 'bold');
78 xlabel('x_1', 'FontSize', fsz, 'FontWeight', 'bold');
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/style/
H A Dweighhdl.cxx46 { css::awt::FontWeight::DONTKNOW, 0 },
47 { css::awt::FontWeight::THIN, 100 },
48 { css::awt::FontWeight::ULTRALIGHT, 150 },
49 { css::awt::FontWeight::LIGHT, 250 },
50 { css::awt::FontWeight::SEMILIGHT, 350 },
51 { css::awt::FontWeight::NORMAL, 400 },
52 { css::awt::FontWeight::NORMAL, 450 },
53 { css::awt::FontWeight::SEMIBOLD, 600 },
54 { css::awt::FontWeight::BOLD, 700 },
55 { css::awt::FontWeight::ULTRABOLD, 800 },
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/style/
H A Dweighhdl.cxx42 { css::awt::FontWeight::DONTKNOW, 0 },
43 { css::awt::FontWeight::THIN, 100 },
44 { css::awt::FontWeight::ULTRALIGHT, 150 },
45 { css::awt::FontWeight::LIGHT, 250 },
46 { css::awt::FontWeight::SEMILIGHT, 350 },
47 { css::awt::FontWeight::NORMAL, 400 },
48 { css::awt::FontWeight::NORMAL, 450 },
49 { css::awt::FontWeight::SEMIBOLD, 600 },
50 { css::awt::FontWeight::BOLD, 700 },
51 { css::awt::FontWeight::ULTRABOLD, 800 },
[all …]

12345678910>>...71