Home
last modified time | relevance | path

Searched refs:theme (Results 1 – 9 of 9) sorted by relevance

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/scripts/
A Dmake_graph.py214 theme.debug_level = 3
215 theme.output_format = 'svg'
216 theme.scale_factor = 2
217 theme.default_line_width = 0.5
218 theme.default_font_size = 8
219 theme.use_color = 1
220 theme.reinitialize()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/scripts/
A Dmake_graph.py214 theme.debug_level = 3
215 theme.output_format = 'svg'
216 theme.scale_factor = 2
217 theme.default_line_width = 0.5
218 theme.default_font_size = 8
219 theme.use_color = 1
220 theme.reinitialize()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/scripts/
A Dmake_graph.py214 theme.debug_level = 3
215 theme.output_format = 'svg'
216 theme.scale_factor = 2
217 theme.default_line_width = 0.5
218 theme.default_font_size = 8
219 theme.use_color = 1
220 theme.reinitialize()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/scripts/
A Dmake_graph.py214 theme.debug_level = 3
215 theme.output_format = 'svg'
216 theme.scale_factor = 2
217 theme.default_line_width = 0.5
218 theme.default_font_size = 8
219 theme.use_color = 1
220 theme.reinitialize()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/scripts/
A Dmake_graph.py214 theme.debug_level = 3
215 theme.output_format = 'svg'
216 theme.scale_factor = 2
217 theme.default_line_width = 0.5
218 theme.default_font_size = 8
219 theme.use_color = 1
220 theme.reinitialize()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/scripts/
A Dmake_graph.py214 theme.debug_level = 3
215 theme.output_format = 'svg'
216 theme.scale_factor = 2
217 theme.default_line_width = 0.5
218 theme.default_font_size = 8
219 theme.use_color = 1
220 theme.reinitialize()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/scripts/
A Dmake_graph.py214 theme.debug_level = 3
215 theme.output_format = 'svg'
216 theme.scale_factor = 2
217 theme.default_line_width = 0.5
218 theme.default_font_size = 8
219 theme.use_color = 1
220 theme.reinitialize()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/scripts/
A Dmake_graph.py214 theme.debug_level = 3
215 theme.output_format = 'svg'
216 theme.scale_factor = 2
217 theme.default_line_width = 0.5
218 theme.default_font_size = 8
219 theme.use_color = 1
220 theme.reinitialize()
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/lxdialog/
A Dutil.c162 static int set_theme(const char *theme) in set_theme() argument
165 if (!theme) in set_theme()
167 else if (strcmp(theme, "classic") == 0) in set_theme()
169 else if (strcmp(theme, "bluetitle") == 0) in set_theme()
171 else if (strcmp(theme, "blackbg") == 0) in set_theme()
173 else if (strcmp(theme, "mono") == 0) in set_theme()
227 static void color_setup(const char *theme) in color_setup() argument
231 use_color = set_theme(theme); in color_setup()

Completed in 29 milliseconds