Home
last modified time | relevance | path

Searched refs:FOREGROUND_COLOR (Results 1 – 25 of 83) sorted by relevance

1234

/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Cursor/
H A DCursorFactory.cpp36 const int BACKGROUND_COLOR = Qt::white, FOREGROUND_COLOR = Qt::black; in generate() local
45 QPen pen (QBrush (FOREGROUND_COLOR), in generate()
68 pic.fill (QColor (FOREGROUND_COLOR)); in generate()
/dports/games/alephone/alephone-release-20190331/Source_Files/Misc/
H A Dsdl_dialogs.cpp730 …dialog_theme[LABEL_WIDGET].states[DEFAULT_STATE].colors[FOREGROUND_COLOR] = make_color(0x0, 0xff, … in set_theme_defaults()
732 …dialog_theme[LABEL_WIDGET].states[ACTIVE_STATE].colors[FOREGROUND_COLOR] = make_color(0xff, 0xe7, … in set_theme_defaults()
734 …dialog_theme[ITEM_WIDGET].states[DEFAULT_STATE].colors[FOREGROUND_COLOR] = make_color(0x0, 0xff, 0… in set_theme_defaults()
735 …dialog_theme[ITEM_WIDGET].states[ACTIVE_STATE].colors[FOREGROUND_COLOR] = make_color(0xff, 0xe7, 0… in set_theme_defaults()
736 …dialog_theme[ITEM_WIDGET].states[DISABLED_STATE].colors[FOREGROUND_COLOR] = make_color(0x0, 0x9b, … in set_theme_defaults()
761 …dialog_theme[SLIDER_THUMB].states[DEFAULT_STATE].colors[FOREGROUND_COLOR] = make_color(0x0, 0x0, 0… in set_theme_defaults()
763 …dialog_theme[LIST_THUMB].states[DEFAULT_STATE].colors[FOREGROUND_COLOR] = make_color(0x0, 0x0, 0x0… in set_theme_defaults()
773 …dialog_theme[TINY_BUTTON].states[ACTIVE_STATE].colors[FOREGROUND_COLOR] = make_color(0xff, 0xe7, 0… in set_theme_defaults()
779 …dialog_theme[TINY_BUTTON].states[PRESSED_STATE].colors[FOREGROUND_COLOR] = make_color(0x0, 0x0, 0x… in set_theme_defaults()
806 …dialog_theme[TAB_WIDGET].states[ACTIVE_STATE].colors[FOREGROUND_COLOR] = make_color(0xff, 0xe7, 0x… in set_theme_defaults()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/docs/ui/android/
H A Dmvc_architecture_tutorial.md33 .with(SimpleProgressProperties.FOREGROUND_COLOR, Color.RED)
75 mModel.set(SimpleProgressProperties.FOREGROUND_COLOR, color);
97 } else if (SimpleProgressProperties.FOREGROUND_COLOR == propertyKey) {
115 public static final WritableIntPropertyKey FOREGROUND_COLOR =
118 public static final PropertyKey[] ALL_KEYS = {PROGRESS_FRACTION, FOREGROUND_COLOR};
/dports/security/libecc/libecc-0.14.0/doc/styles/
H A Ddefines.h1 #define FOREGROUND_COLOR black macro
4 #define FOREGROUND_COLOR_ADDRESS FOREGROUND_COLOR
7 #define FOREGROUND_COLOR_HOVER FOREGROUND_COLOR
H A Dmain.css8 color : FOREGROUND_COLOR;
24 color: FOREGROUND_COLOR;
40 border-bottom : 2px solid FOREGROUND_COLOR;
94 border-top : 2px solid FOREGROUND_COLOR;
/dports/devel/libcwd/libcwd-1.0.6/documentation/styles/
H A Ddefines.h1 #define FOREGROUND_COLOR black macro
4 #define FOREGROUND_COLOR_ADDRESS FOREGROUND_COLOR
7 #define FOREGROUND_COLOR_HOVER FOREGROUND_COLOR
H A Dmain.css8 color : FOREGROUND_COLOR;
24 color: FOREGROUND_COLOR;
40 border-bottom : 2px solid FOREGROUND_COLOR;
95 border-top : 2px solid FOREGROUND_COLOR;
/dports/graphics/nomacs/nomacs-3.16.224/ImageLounge/src/themes/
H A DDark-Theme.css9 FOREGROUND_COLOR: #ddd;
48 color: FOREGROUND_COLOR;
78 color: FOREGROUND_COLOR;
114 color: FOREGROUND_COLOR;
161 color: FOREGROUND_COLOR;
/dports/www/chromium-legacy/chromium-88.0.4324.182/docs/ui/android/
H A Dmvc_architecture_tutorial.md34 .with(SimpleProgressProperties.FOREGROUND_COLOR, Color.RED)
77 mModel.set(SimpleProgressProperties.FOREGROUND_COLOR, color);
99 } else if (SimpleProgressProperties.FOREGROUND_COLOR == propertyKey) {
117 public static final WritableIntPropertyKey FOREGROUND_COLOR =
120 public static final PropertyKey[] ALL_KEYS = {PROGRESS_FRACTION, FOREGROUND_COLOR};
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/vr/elements/
H A Drect.cc27 animation().TransitionColorTo(last_frame_time(), FOREGROUND_COLOR, in SetEdgeColor()
36 } else if (target_property_id == FOREGROUND_COLOR) { in NotifyClientColorAnimated()
/dports/x11-toolkits/lesstif/lesstif-0.95.2/clients/Motif-2.1/uil/
H A Dyacc.h90 FOREGROUND_COLOR = 306, enumerator
144 #define FOREGROUND_COLOR 306 macro
H A Dyacc.y114 FOREGROUND_COLOR
167 FOREGROUND_COLOR
363 | FOREGROUND_COLOR '=' STRING
367 | FOREGROUND_COLOR '=' STRING ',' color_list
/dports/misc/nms/no-more-secrets-0.3.3/src/
H A Dnmstermio.c32 #define FOREGROUND_COLOR(x) printf("\033[3%im", x) // Set foreground color macro
184 FOREGROUND_COLOR(foregroundColor); in nmstermio_print_reveal_string()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/vr/
H A Dtarget_property.h17 FOREGROUND_COLOR, enumerator
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/classes/sun/awt/X11/
H A DXComponentPeer.java788 static final int FOREGROUND_COLOR = 3; field in XComponentPeer
841 c[FOREGROUND_COLOR] = getPeerForeground(); in getGUIcolors()
842 if (c[FOREGROUND_COLOR] == null) { in getGUIcolors()
843 c[FOREGROUND_COLOR] = Color.black; in getGUIcolors()
868 tc = c[FOREGROUND_COLOR]; in getGUIcolors()
878 if (newForeground.equals(c[FOREGROUND_COLOR])) { in getGUIcolors()
882 c[FOREGROUND_COLOR] = newForeground; in getGUIcolors()
902 systemColors[FOREGROUND_COLOR] = SystemColor.windowText; in getSystemColors()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/unix/classes/sun/awt/X11/
H A DXComponentPeer.java788 static final int FOREGROUND_COLOR = 3; field in XComponentPeer
841 c[FOREGROUND_COLOR] = getPeerForeground(); in getGUIcolors()
842 if (c[FOREGROUND_COLOR] == null) { in getGUIcolors()
843 c[FOREGROUND_COLOR] = Color.black; in getGUIcolors()
868 tc = c[FOREGROUND_COLOR]; in getGUIcolors()
878 if (newForeground.equals(c[FOREGROUND_COLOR])) { in getGUIcolors()
882 c[FOREGROUND_COLOR] = newForeground; in getGUIcolors()
902 systemColors[FOREGROUND_COLOR] = SystemColor.windowText; in getSystemColors()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/classes/sun/awt/X11/
H A DXComponentPeer.java788 static final int FOREGROUND_COLOR = 3; field in XComponentPeer
841 c[FOREGROUND_COLOR] = getPeerForeground(); in getGUIcolors()
842 if (c[FOREGROUND_COLOR] == null) { in getGUIcolors()
843 c[FOREGROUND_COLOR] = Color.black; in getGUIcolors()
868 tc = c[FOREGROUND_COLOR]; in getGUIcolors()
878 if (newForeground.equals(c[FOREGROUND_COLOR])) { in getGUIcolors()
882 c[FOREGROUND_COLOR] = newForeground; in getGUIcolors()
902 systemColors[FOREGROUND_COLOR] = SystemColor.windowText; in getSystemColors()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/awt/X11/
H A DXComponentPeer.java835 static final int FOREGROUND_COLOR = 3; field in XComponentPeer
888 c[FOREGROUND_COLOR] = getPeerForeground(); in getGUIcolors()
889 if (c[FOREGROUND_COLOR] == null) { in getGUIcolors()
890 c[FOREGROUND_COLOR] = Color.black; in getGUIcolors()
915 tc = c[FOREGROUND_COLOR]; in getGUIcolors()
925 if (newForeground.equals(c[FOREGROUND_COLOR])) { in getGUIcolors()
929 c[FOREGROUND_COLOR] = newForeground; in getGUIcolors()
949 systemColors[FOREGROUND_COLOR] = SystemColor.windowText; in getSystemColors()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/unix/classes/sun/awt/X11/
H A DXComponentPeer.java788 static final int FOREGROUND_COLOR = 3; field in XComponentPeer
841 c[FOREGROUND_COLOR] = getPeerForeground(); in getGUIcolors()
842 if (c[FOREGROUND_COLOR] == null) { in getGUIcolors()
843 c[FOREGROUND_COLOR] = Color.black; in getGUIcolors()
868 tc = c[FOREGROUND_COLOR]; in getGUIcolors()
878 if (newForeground.equals(c[FOREGROUND_COLOR])) { in getGUIcolors()
882 c[FOREGROUND_COLOR] = newForeground; in getGUIcolors()
902 systemColors[FOREGROUND_COLOR] = SystemColor.windowText; in getSystemColors()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/unix/classes/sun/awt/X11/
H A DXComponentPeer.java776 static final int FOREGROUND_COLOR = 3; field in XComponentPeer
829 c[FOREGROUND_COLOR] = getPeerForeground(); in getGUIcolors()
830 if (c[FOREGROUND_COLOR] == null) { in getGUIcolors()
831 c[FOREGROUND_COLOR] = Color.black; in getGUIcolors()
856 tc = c[FOREGROUND_COLOR]; in getGUIcolors()
866 if (newForeground.equals(c[FOREGROUND_COLOR])) { in getGUIcolors()
870 c[FOREGROUND_COLOR] = newForeground; in getGUIcolors()
890 systemColors[FOREGROUND_COLOR] = SystemColor.windowText; in getSystemColors()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/unix/classes/sun/awt/X11/
H A DXComponentPeer.java776 static final int FOREGROUND_COLOR = 3; field in XComponentPeer
829 c[FOREGROUND_COLOR] = getPeerForeground(); in getGUIcolors()
830 if (c[FOREGROUND_COLOR] == null) { in getGUIcolors()
831 c[FOREGROUND_COLOR] = Color.black; in getGUIcolors()
856 tc = c[FOREGROUND_COLOR]; in getGUIcolors()
866 if (newForeground.equals(c[FOREGROUND_COLOR])) { in getGUIcolors()
870 c[FOREGROUND_COLOR] = newForeground; in getGUIcolors()
890 systemColors[FOREGROUND_COLOR] = SystemColor.windowText; in getSystemColors()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/unix/classes/sun/awt/X11/
H A DXComponentPeer.java776 static final int FOREGROUND_COLOR = 3; field in XComponentPeer
829 c[FOREGROUND_COLOR] = getPeerForeground(); in getGUIcolors()
830 if (c[FOREGROUND_COLOR] == null) { in getGUIcolors()
831 c[FOREGROUND_COLOR] = Color.black; in getGUIcolors()
856 tc = c[FOREGROUND_COLOR]; in getGUIcolors()
866 if (newForeground.equals(c[FOREGROUND_COLOR])) { in getGUIcolors()
870 c[FOREGROUND_COLOR] = newForeground; in getGUIcolors()
890 systemColors[FOREGROUND_COLOR] = SystemColor.windowText; in getSystemColors()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/unix/classes/sun/awt/X11/
H A DXComponentPeer.java788 static final int FOREGROUND_COLOR = 3; field in XComponentPeer
841 c[FOREGROUND_COLOR] = getPeerForeground(); in getGUIcolors()
842 if (c[FOREGROUND_COLOR] == null) { in getGUIcolors()
843 c[FOREGROUND_COLOR] = Color.black; in getGUIcolors()
868 tc = c[FOREGROUND_COLOR]; in getGUIcolors()
878 if (newForeground.equals(c[FOREGROUND_COLOR])) { in getGUIcolors()
882 c[FOREGROUND_COLOR] = newForeground; in getGUIcolors()
902 systemColors[FOREGROUND_COLOR] = SystemColor.windowText; in getSystemColors()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/awt/X11/
H A DXComponentPeer.java835 static final int FOREGROUND_COLOR = 3; field in XComponentPeer
888 c[FOREGROUND_COLOR] = getPeerForeground(); in getGUIcolors()
889 if (c[FOREGROUND_COLOR] == null) { in getGUIcolors()
890 c[FOREGROUND_COLOR] = Color.black; in getGUIcolors()
915 tc = c[FOREGROUND_COLOR]; in getGUIcolors()
925 if (newForeground.equals(c[FOREGROUND_COLOR])) { in getGUIcolors()
929 c[FOREGROUND_COLOR] = newForeground; in getGUIcolors()
949 systemColors[FOREGROUND_COLOR] = SystemColor.windowText; in getSystemColors()
/dports/devel/py-prompt-toolkit/prompt_toolkit-3.0.23/prompt_toolkit/output/
H A Dwin32.py534 class FOREGROUND_COLOR: class
559 color_cls: Union[Type[FOREGROUND_COLOR], Type[BACKGROUND_COLOR]] argument
585 FG_ANSI_COLORS = _create_ansi_color_dict(FOREGROUND_COLOR)
608 FG = FOREGROUND_COLOR

1234