Home
last modified time | relevance | path

Searched refs:get_color_code (Results 1 – 11 of 11) sorted by relevance

/dports/editors/neovim/neovim-0.6.1/contrib/gdb/
H A Dnvim-gdb-pretty-printers.py20 def get_color_code(bg, color_num): function
37 rv.append(get_color_code(False, fg))
39 rv.append(get_color_code(True, bg))
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/platform/
H A Dconsole.cpp88 WORD get_color_code(const Console::Color color) in get_color_code() function
156 get_color_code(color) | (default_attributes & 0x00F0)); in set_text_color()
/dports/graphics/bmp2html/bmp2html/
H A Dbmp2html.c22 void get_color_code (int r, int g, int b, char* colorcode);
140 get_color_code (r, g, b, htmlcolor); in surface_to_html()
247 void get_color_code (int r, int g, int b, char* colorcode) in get_color_code() function
/dports/textproc/py-rst2ansi/rst2ansi-0.1.5/rst2ansi/
H A Dansi.py49 def get_color_code(code, fg): member in ANSICodes
136 self.style.fg = ANSICodes.get_color_code(fg, True)
138 self.style.bg = ANSICodes.get_color_code(bg, False)
/dports/devel/git-svn/git-2.34.1/builtin/
H A Dshow-branch.c37 static const char *get_color_code(int idx) in get_color_code() function
876 get_color_code(i), in cmd_show_branch()
941 get_color_code(i), in cmd_show_branch()
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dshow-branch.c37 static const char *get_color_code(int idx) in get_color_code() function
876 get_color_code(i), in cmd_show_branch()
941 get_color_code(i), in cmd_show_branch()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dshow-branch.c37 static const char *get_color_code(int idx) in get_color_code() function
876 get_color_code(i), in cmd_show_branch()
941 get_color_code(i), in cmd_show_branch()
/dports/devel/git/git-2.34.1/builtin/
H A Dshow-branch.c37 static const char *get_color_code(int idx) in get_color_code() function
876 get_color_code(i), in cmd_show_branch()
941 get_color_code(i), in cmd_show_branch()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Dshow-branch.c37 static const char *get_color_code(int idx) in get_color_code() function
876 get_color_code(i), in cmd_show_branch()
941 get_color_code(i), in cmd_show_branch()
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dshow-branch.c37 static const char *get_color_code(int idx) in get_color_code() function
881 get_color_code(i), in cmd_show_branch()
943 get_color_code(i), in cmd_show_branch()
/dports/misc/cxxmatrix/cxxmatrix-e70ecca/
H A Dcxxmatrix.cpp573 static int get_color_code(double R, double G, double B) { in get_color_code() function
590 color_table.push_back(get_color_code(R * i / 5, G * i / 5, B * i / 5)); in initialize_color_table_rgb()
595 color_table.push_back(get_color_code(R1, G1, B1)); in initialize_color_table_rgb()