Home
last modified time | relevance | path

Searched refs:TYPE_COLOR (Results 1 – 25 of 113) sorted by relevance

12345

/dports/devel/cvsgraph/cvsgraph-1.7.0/
H A Dreadconf.c76 { "branch_color", TYPE_COLOR, { &conf.branch_color } },
97 { "color_bg", TYPE_COLOR, { &conf.color_bg } },
110 { "msg_color", TYPE_COLOR, { &conf.msg_color } },
115 { "rev_color", TYPE_COLOR, { &conf.rev_color } },
116 { "rev_bgcolor", TYPE_COLOR, { &conf.rev_bgcolor } },
146 { "tag_color", TYPE_COLOR, { &conf.tag_color } },
293 else if(n->op == TYPE_COLOR) in debug_pcolornode()
1096 case TYPE_COLOR: in config_parse()
1172 node->tcase->key = TYPE_COLOR; in config_parse()
1199 node->fcase->key = TYPE_COLOR; in config_parse()
[all …]
H A Dreadconf.h41 TYPE_COLOR, enumerator
/dports/graphics/yafaray/libYafaRay-3.5.1/include/core_api/
H A Dparams.h20 #define TYPE_COLOR 6 macro
33 …parameter_t(const colorA_t &c): used(false), vtype(TYPE_COLOR) { C[0]=c.R, C[1]=c.G, C[2]=c.B, C[3… in parameter_t()
48 …bool getVal(color_t &c) const {used=true; if(vtype==TYPE_COLOR){c.R=C[0], c.G=C[1], c.B=C[2]; ret… in getVal()
49 …bool getVal(colorA_t &c) const {used=true; if(vtype==TYPE_COLOR){c.R=C[0], c.G=C[1], c.B=C[2], c.A… in getVal()
58 …parameter_t &operator = (const colorA_t &c) { vtype=TYPE_COLOR; C[0]=c.R, C[1]=c.G, C[2]=c.B, C[3]…
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/dompdf/lib/php-svg-lib/src/Svg/
H A DStyle.php15 const TYPE_COLOR = 1; define in Svg\\Style
47 'color' => array('color', self::TYPE_COLOR),
51 'fill' => array('fill', self::TYPE_COLOR),
55 'stroke' => array('stroke', self::TYPE_COLOR),
153 case self::TYPE_COLOR:
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/awt/
H A DXSettings.java72 private static final int TYPE_COLOR = 2; field in XSettings.Update
268 } else if (type == TYPE_COLOR) { in updateOne()
289 else if (type == TYPE_COLOR) { in updateOne()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/awt/
H A DXSettings.java72 private static final int TYPE_COLOR = 2; field in XSettings.Update
268 } else if (type == TYPE_COLOR) { in updateOne()
289 else if (type == TYPE_COLOR) { in updateOne()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/classes/sun/awt/
H A DXSettings.java72 private static final int TYPE_COLOR = 2; field in XSettings.Update
268 } else if (type == TYPE_COLOR) { in updateOne()
289 else if (type == TYPE_COLOR) { in updateOne()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/unix/classes/sun/awt/
H A DXSettings.java72 private static final int TYPE_COLOR = 2; field in XSettings.Update
268 } else if (type == TYPE_COLOR) { in updateOne()
289 else if (type == TYPE_COLOR) { in updateOne()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/classes/sun/awt/
H A DXSettings.java72 private static final int TYPE_COLOR = 2; field in XSettings.Update
268 } else if (type == TYPE_COLOR) { in updateOne()
289 else if (type == TYPE_COLOR) { in updateOne()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/unix/classes/sun/awt/
H A DXSettings.java72 private static final int TYPE_COLOR = 2; field in XSettings.Update
268 } else if (type == TYPE_COLOR) { in updateOne()
289 else if (type == TYPE_COLOR) { in updateOne()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/unix/classes/sun/awt/
H A DXSettings.java72 private static final int TYPE_COLOR = 2; field in XSettings.Update
268 } else if (type == TYPE_COLOR) { in updateOne()
289 else if (type == TYPE_COLOR) { in updateOne()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/unix/classes/sun/awt/
H A DXSettings.java72 private static final int TYPE_COLOR = 2; field in XSettings.Update
268 } else if (type == TYPE_COLOR) { in updateOne()
289 else if (type == TYPE_COLOR) { in updateOne()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/unix/classes/sun/awt/
H A DXSettings.java72 private static final int TYPE_COLOR = 2; field in XSettings.Update
268 } else if (type == TYPE_COLOR) { in updateOne()
289 else if (type == TYPE_COLOR) { in updateOne()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/unix/classes/sun/awt/
H A DXSettings.java72 private static final int TYPE_COLOR = 2; field in XSettings.Update
268 } else if (type == TYPE_COLOR) { in updateOne()
289 else if (type == TYPE_COLOR) { in updateOne()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Data/Drd/
H A Ddrd_std.cpp36 #define color_type(i) type (i, TYPE_COLOR)
54 #define returns_color() type (TYPE_COLOR)
854 init_var (COLOR, TYPE_COLOR); in init_std_drd()
856 init_var (BG_COLOR, TYPE_COLOR); in init_std_drd()
857 init_var (LOCUS_COLOR, TYPE_COLOR); in init_std_drd()
858 init_var (VISITED_COLOR, TYPE_COLOR); in init_std_drd()
859 init_var (NO_PATTERNS, TYPE_COLOR); in init_std_drd()
1015 init_var (GR_COLOR, TYPE_COLOR); in init_std_drd()
1027 init_var (GR_FILL_COLOR, TYPE_COLOR); in init_std_drd()
1046 init_var (FILL_COLOR, TYPE_COLOR); in init_std_drd()
[all …]
/dports/x11/xsettingsd/xsettingsd-1.0.0-2-g1b2bcca/
H A Dsetting.h27 TYPE_COLOR = 2, enumerator
111 : Setting(TYPE_COLOR), in ColorSetting()
/dports/graphics/pixie/Pixie/src/sdrinfo/
H A Dsdrinfo.cpp132 case TYPE_COLOR: in main()
163 case TYPE_COLOR: in main()
/dports/cad/sumo/sumo-1.2.0/tools/traci/
H A D_poi.py119 …self._connection._string += struct.pack("!BBBBB", tc.TYPE_COLOR, int(color[0]), int(color[1]), int…
167 …self._connection._string += struct.pack("!BBBBB", tc.TYPE_COLOR, int(color[0]), int(color[1]), int…
226 … self._connection._string += struct.pack("!BBBBB", tc.TYPE_COLOR, int(color[0]), int(color[1]),
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/
H A DReadbackProcessor.cpp82 if (type != Layer::TYPE_COLOR && type != Layer::TYPE_PAINTED) in FindBackgroundLayer()
102 if (newBackground->GetType() == Layer::TYPE_COLOR) { in BuildUpdatesForLayer()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/
H A DReadbackProcessor.cpp82 if (type != Layer::TYPE_COLOR && type != Layer::TYPE_PAINTED) in FindBackgroundLayer()
102 if (newBackground->GetType() == Layer::TYPE_COLOR) { in BuildUpdatesForLayer()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/
H A DReadbackProcessor.cpp82 if (type != Layer::TYPE_COLOR && type != Layer::TYPE_PAINTED) in FindBackgroundLayer()
102 if (newBackground->GetType() == Layer::TYPE_COLOR) { in BuildUpdatesForLayer()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/
H A DReadbackProcessor.cpp82 if (type != Layer::TYPE_COLOR && type != Layer::TYPE_PAINTED) in FindBackgroundLayer()
102 if (newBackground->GetType() == Layer::TYPE_COLOR) { in BuildUpdatesForLayer()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/
H A DReadbackProcessor.cpp86 if (type != Layer::TYPE_COLOR && type != Layer::TYPE_PAINTED) in FindBackgroundLayer()
109 if (newBackground->GetType() == Layer::TYPE_COLOR) { in BuildUpdatesForLayer()
/dports/graphics/pixie/Pixie/src/ri/
H A Difexpr.y76 case TYPE_COLOR: in getString()
110 case TYPE_COLOR: in getFloat()
143 case TYPE_COLOR: in getInt()
/dports/devel/godot2-tools/godot-demo-projects-2.1.4-stable/gui/drag_and_drop/
H A Ddrag_drop_script.gd16 return typeof(data) == TYPE_COLOR

12345