Home
last modified time | relevance | path

Searched refs:default_colors (Results 51 – 75 of 191) sorted by relevance

12345678

/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dgame_config.cpp180 std::vector<std::string> default_colors; variable
463 default_colors.clear(); in add_color_info()
497 default_colors.push_back(*a1); in add_color_info()
520 default_colors.clear(); in reset_color_info()
/dports/cad/geda/geda-gaf-1.8.2/libgeda/src/
H A Ds_color.c43 static COLOR default_colors[] = { variable
101 c = default_colors[i]; in s_color_map_defaults()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/cdg_renderer-0.6.0/src/
H A Dlib.rs108 fn default_colors() -> [RgbColor; 16] { in default_colors() function
135 clut: default_colors(), in new()
233 self.clut = default_colors(); in reset()
/dports/editors/dte/dte-cae7c45ea5a563c022001a54d1eee71c268f62b4/src/syntax/
H A Dsyntax.c205 ptr_array_free_cb(&syn->default_colors, FREE_FUNC(free_string_array)); in free_syntax()
273 for (size_t i = 0, n = syn->default_colors.count; i < n; i++) { in find_default_color()
274 char **strs = syn->default_colors.ptrs[i]; in find_default_color()
H A Dsyntax.h80 PointerArray default_colors; member
/dports/biology/py-multiqc/multiqc-1.10/multiqc/modules/preseq/
H A Dpreseq.py350 default_colors = [
366 "color": default_colors[si % len(default_colors)],
/dports/biology/py-multiqc/multiqc-1.10/multiqc/plots/
H A Dbargraph.py335 default_colors = [
459 while cidx >= len(default_colors):
460 cidx -= len(default_colors)
469 color=d.get("color", default_colors[cidx]),
/dports/devel/ncurses/ncurses-6.3/man/
H A Dmanhtml.aliases32 assume_default_colors(3X) default_colors(3X)
62 use_default_colors(3X) default_colors(3X)
/dports/x11-toolkits/Xmt/xmt400/Xmt/
H A DXpm.h39 String default_colors[NVISUALS]; /* a color string for each Visual type */ member
/dports/security/yapet/yapet-2.3/libyacurs/src/
H A Dcolorparser.cc112 std::vector<std::string> default_tokens = tokenize(default_colors()); in get_default_scheme()
235 const std::string& ColorParser::default_colors() { return _default_colors; } in default_colors() function in ColorParser
/dports/editors/neovim/neovim-0.6.1/test/functional/ui/
H A Dembed_spec.lua80 eq(Screen.colors.Green, screen.default_colors.rgb_bg)
/dports/sysutils/py-ranger/ranger-1.9.3/ranger/gui/
H A Dcolor.py71 default_colors = (default, default, normal) variable
/dports/audio/deadbeef-musical-spectrum-plugin/ddb_musical_spectrum-353870a/
H A Dconfig.c71 static char *default_colors[] = {"65535 0 0", variable
158 color = deadbeef->conf_get_str_fast (conf_str, default_colors[i]); in load_config()
/dports/graphics/gimp-app/gimp-2.10.30/app/propgui/
H A Dgimppropgui-hue-saturation.c55 static const GimpRGB default_colors[7] = in hue_saturation_config_notify() local
68 color = default_colors[range]; in hue_saturation_config_notify()
/dports/x11-wm/amiwm/amiwm0.21pl2/
H A Dgram.y18 extern char *default_colors[NUMDRIPENS];
99 | dri_pen string { default_colors[$1] = $2; }
/dports/x11-wm/amiwm/amiwm0.21pl2/libami/
H A Ddrawinfo.c26 char *default_colors[NUMDRIPENS] = { variable
131 if(!myXAllocNamedColor(dpy, cm, name = default_colors[n], in allocdripen()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/3d-viewer/3d_viewer/
H A Deda_3d_viewer_settings.cpp129 std::vector<COLOR4D> default_colors = in EDA_3D_VIEWER_SETTINGS() local
143 default_colors ) ); in EDA_3D_VIEWER_SETTINGS()
/dports/games/xpilot/xpilot-4.5.5/src/mapedit/
H A DMakefile.dist44 defaults.h map.h proto.h default_colors.h
/dports/editors/le/le-1.16.6/misc/
H A Dcolors-blue1 default_colors=1
H A Dcolors-defbg3 default_colors=1
H A Dcolors-green1 default_colors=1
H A Dcolors-black3 default_colors=1
/dports/biology/p5-Bio-Graphics/Bio-Graphics-2.40/lib/Bio/Graphics/Glyph/
H A Dcds.pm89 my %default_colors = qw(
112 return $self->factory->translate_color($default_colors{$key});
H A Dtranslation.pm7 my %default_colors = qw(
24 return $self->factory->translate_color($default_colors{$key});
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dimage.h95 int default_colors();

12345678