| /src/external/apache2/llvm/dist/llvm/docs/_themes/llvm-theme/ |
| theme.conf | 0 [theme] 3 stylesheet = llvm-theme.css
|
| /src/external/gpl3/gcc/dist/gcc/text-art/ |
| ruler.cc | 30 #include "text-art/theme.h" 63 const theme &theme) 81 enum theme::cell_kind kind = theme::cell_kind::X_RULER_MIDDLE; 85 kind = theme::cell_kind::X_RULER_LEFT_EDGE; 90 kind = theme::cell_kind::X_RULER_INTERNAL_EDGE; 94 kind = theme::cell_kind::X_RULER_RIGHT_EDGE; 102 kind = theme::cell_kind::X_RULER_CONNECTOR_TO_LABEL_ABOVE; 105 kind = theme::cell_kind::X_RULER_CONNECTOR_TO_LABEL_BELOW [all...] |
| theme.h | 29 class theme class in namespace:text_art 68 virtual ~theme () = default; 91 class ascii_theme : public theme 103 class unicode_theme : public theme
|
| ruler.h | 65 const theme &theme);
|
| table.h | 25 #include "text-art/theme.h" 163 canvas to_canvas (const theme &theme, const style_manager &sm) const; 168 const theme &theme) const; 183 const theme &theme) const;
|
| table.cc | 174 table::to_canvas (const theme &theme, const style_manager &sm) const 183 paint_to_canvas (canvas, canvas::coord_t (0, 0), tg, theme); 191 const theme &theme) const 195 paint_cell_borders_to_canvas (canvas, offset, tg, theme); 343 const theme &theme) const 348 = theme.get_line_art (directions (true, /* up */ 353 = theme.get_line_art (directions (false, /* up * [all...] |
| theme.cc | 29 #include "text-art/theme.h" 33 /* class theme. */ 36 theme::paint_y_arrow (canvas &canvas, 70 /* class ascii_theme : public theme. */ 131 /* class unicode_theme : public theme. */
|
| types.h | 41 class theme;
|
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| access-diagram.h | 25 #include "text-art/theme.h" 157 const text_art::theme &theme,
|
| access-diagram.cc | 813 const theme &theme, 816 m_theme (theme), 853 const theme &m_theme; 947 const theme &theme) 949 m_theme (theme) 998 const theme &m_theme; 1218 const theme &theme); [all...] |
| bounds-checking.cc | 184 if (const text_art::theme *theme = global_dc->get_diagram_theme ()) 187 text_art::canvas canvas (make_access_diagram (op, sm, *theme, logger)); 205 const text_art::theme &theme, 208 access_diagram d (op, m_region_creation_event_id, sm, theme, logger);
|
| /src/external/gpl3/gcc/usr.bin/common/ |
| defs.mk | 5 G_OBJS-libcommon=diagnostic-spec.o diagnostic.o diagnostic-color.o diagnostic-format-json.o diagnostic-format-sarif.o diagnostic-show-locus.o edit-context.o pretty-print.o intl.o json.o sbitmap.o vec.o input.o hash-table.o ggc-none.o memory-block.o selftest.o selftest-diagnostic.o sort.o text-art/box-drawing.o text-art/canvas.o text-art/ruler.o text-art/selftests.o text-art/style.o text-art/styled-string.o text-art/table.o text-art/theme.o text-art/widget.o
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/scripts/ |
| make_graph.py | 213 # theme settings 214 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()
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/scripts/ |
| make_graph.py | 213 # theme settings 214 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()
|
| /src/external/gpl3/gcc/dist/gcc/ |
| diagnostic.h | 30 class theme; 505 text_art::theme *get_diagram_theme () const { return m_diagrams.m_theme; } 793 /* Theme to use when generating diagrams. 795 text_art::theme *m_theme;
|
| /src/external/bsd/tmux/dist/ |
| window.c | 1893 enum client_theme theme; local 1901 * Derive theme from pane background color, if it's not the default 1904 theme = colour_totheme(window_pane_get_bg(wp)); 1905 if (theme != THEME_UNKNOWN) 1906 return (theme); 1908 /* Try to find a client that has a theme. */ 1914 switch (loop->theme) {
|
| server-client.c | 303 c->theme = THEME_UNKNOWN; 2393 /* Handle theme reporting keys. */ 2694 /* Send theme updates. */ 3953 server_client_report_theme(struct client *c, enum client_theme theme) 3955 if (theme == THEME_LIGHT) { 3956 c->theme = THEME_LIGHT; 3957 notify_client("client-light-theme", c); 3959 c->theme = THEME_DARK; 3960 notify_client("client-dark-theme", c);
|
| tmux.h | 383 /* Theme reporting. */ 1906 * Client theme, this is worked out from the background colour if not reported 1974 enum client_theme theme; member in struct:client
|
| format.c | 1634 switch (ft->c->theme) {
|