Home
last modified time | relevance | path

Searched defs:get_fg (Results 1 – 17 of 17) sorted by relevance

/dports/deskutils/ical/ical-tcl/
H A Ddg_colors.tcl63 proc get_fg {} { procedure
/dports/x11-wm/awesome/awesome-4.3/lib/wibox/container/
H A Dbackground.lua166 function background:get_fg() function
/dports/misc/broot/broot-1.7.0/cargo-crates/termimad-0.10.3/src/
H A Dstyled_char.rs49 pub fn get_fg(&self) -> Option<Color> { in get_fg() method
H A Dcompound_style.rs127 pub fn get_fg(&self) -> Option<Color> { in get_fg() method
/dports/misc/broot/broot-1.7.0/cargo-crates/termimad-0.17.0/src/
H A Dstyled_char.rs52 pub const fn get_fg(&self) -> Option<Color> { in get_fg() method
H A Dcompound_style.rs139 pub const fn get_fg(&self) -> Option<Color> { in get_fg() method
/dports/games/abuse_sdl/abuse-0.8/src/
H A Dgame.h104 foretile *get_fg(int x) { if (x<0 || x>=nforetiles || foretiles[x]<0) in get_fg() function
H A Dlevel.h119 uint16_t get_fg(int x, int y) { if (x>=0 && y>=0 && x<fg_width && y<fg_height) in get_fg() function
/dports/ports-mgmt/dialog4ports-static/dialog-1.1-20120706/
H A Drc.c214 int i = 0, get_fg = 1; in str_to_attr() local
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/gtkmm/
H A Drc.cc323 Gdk::Color RcStyle::get_fg(StateType state) const in get_fg() function in Gtk::RcStyle
H A Dstyle.cc1802 Gdk::Color Style::get_fg(StateType state) const in get_fg() function in Gtk::Style
/dports/math/abs/abs-src-0.908/Database/
H A Dapplication.c422 get_fg (i, j) in get_fg() function
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DFace_graph_wrapper.h114 const HEG& get_fg() const in get_fg() function
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/interfaces/tui/
H A Dtui.hpp132 const KTUI_color get_fg( void ) const { return ac_.fg; }; in get_fg() function in tui::Tui_Ac
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/interfaces/tui/
H A Dtui.hpp132 const KTUI_color get_fg( void ) const { return ac_.fg; }; in get_fg() function in tui::Tui_Ac
/dports/editors/emacs/emacs-27.2/src/
H A Dgtkutil.c602 bool get_fg = !get_bg && strcmp ("gtk_selection_fg_color", color_name) == 0; in xg_check_special_colors() local
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dgtkutil.c672 bool get_fg = !get_bg && strcmp ("gtk_selection_fg_color", color_name) == 0; in xg_check_special_colors() local