Home
last modified time | relevance | path

Searched refs:TYPE_COLOR (Results 26 – 50 of 113) sorted by relevance

12345

/dports/devel/godot-tools/godot-demo-projects-8d9d58f112d8/gui/drag_and_drop/
H A Ddrag_drop_script.gd14 return typeof(data) == TYPE_COLOR
/dports/x11/xsettingsd/xsettingsd-1.0.0-2-g1b2bcca/
H A Ddump_xsettings.cc95 type != Setting::TYPE_COLOR) { in DumpSetting()
174 } else if (type == Setting::TYPE_COLOR) { in DumpSetting()
/dports/graphics/pixie/Pixie/src/sdr/
H A Dsdr.h48 TYPE_COLOR, enumerator
H A Dsdr.y499 currentParameter->type = TYPE_COLOR;
516 currentParameter->type = TYPE_COLOR;
532 currentParameter->type = TYPE_COLOR;
1415 case TYPE_COLOR: in sdrDelete()
/dports/cad/sumo/sumo-1.2.0/tools/traci/
H A D_polygon.py100 …self._connection._string += struct.pack("!BBBBB", tc.TYPE_COLOR, int(color[0]), int(color[1]), int…
125 …self._connection._string += struct.pack("!BBBBB", tc.TYPE_COLOR, int(color[0]), int(color[1]), int…
/dports/emulators/ucon64/ucon64-2.2.2-src/src/backup/
H A Dpl.c97 #define TYPE_COLOR 0x01 macro
436 *type = TYPE_COLOR; in game_info()
781 printf ("Game type: %s\n", (g_type == TYPE_COLOR) ? "Color" : "B&W"); in pl_info()
/dports/graphics/yafaray/libYafaRay-3.5.1/src/yafraycore/
H A Dxmlparser.cc293 case 'r': c.R = (float)atof(attrs[n+1]); type = TYPE_COLOR; break; in parseParam()
294 case 'g': c.G = (float)atof(attrs[n+1]); type = TYPE_COLOR; break; in parseParam()
295 case 'b': c.B = (float)atof(attrs[n+1]); type = TYPE_COLOR; break; in parseParam()
296 case 'a': c.A = (float)atof(attrs[n+1]); type = TYPE_COLOR; break; in parseParam()
303 case TYPE_COLOR: in parseParam()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/ipc/
H A DShadowLayerParent.cpp78 return mLayer && mLayer->GetType() == Layer::TYPE_COLOR in AsColorLayerComposite()
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dconfig.c66 #define TYPE_COLOR 6 macro
101 new_type = TYPE_COLOR; in option_parse_type()
248 } else if (type == TYPE_COLOR) { in format_config()
398 if (type == TYPE_COLOR) { in normalize_value()
/dports/graphics/pixie/Pixie/src/ri/
H A Drendererc.h49 TYPE_COLOR, // "Cs" enumerator
H A Dvariable.y147 currentVariable->type = TYPE_COLOR;
H A Dsdr.y207 case TYPE_COLOR: in numComponents()
1152 currentData.currentParameterType = TYPE_COLOR;
1170 float *def = (float *) newVariable($2,TYPE_COLOR,(int) $4,TRUE);
1184 float *def = (float *) newVariable($2,TYPE_COLOR,(int) $4,TRUE);
1708 newVariable($2,TYPE_COLOR,1,FALSE);
1717 newVariable($2,TYPE_COLOR,(int) $4,FALSE);
H A Dshader.cpp364 case TYPE_COLOR: in setParameter()
542 case TYPE_COLOR: in getParameter()
H A Dtexture3d.cpp263 case TYPE_COLOR: in queryChannels()
/dports/textproc/pear-Horde_Kolab_Format/Horde_Kolab_Format-2.0.9/lib/Horde/Kolab/Format/
H A DXml.php95 const TYPE_COLOR = 'Horde_Kolab_Format_Xml_Type_Color'; define in Horde_Kolab_Format_Xml
/dports/devel/git-svn/git-2.34.1/builtin/
H A Dconfig.c69 #define TYPE_COLOR 6 macro
107 new_type = TYPE_COLOR; in option_parse_type()
277 } else if (type == TYPE_COLOR) { in format_config()
438 if (type == TYPE_COLOR) { in normalize_value()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dconfig.c69 #define TYPE_COLOR 6 macro
107 new_type = TYPE_COLOR; in option_parse_type()
277 } else if (type == TYPE_COLOR) { in format_config()
438 if (type == TYPE_COLOR) { in normalize_value()
/dports/devel/git/git-2.34.1/builtin/
H A Dconfig.c69 #define TYPE_COLOR 6 macro
107 new_type = TYPE_COLOR; in option_parse_type()
277 } else if (type == TYPE_COLOR) { in format_config()
438 if (type == TYPE_COLOR) { in normalize_value()
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dconfig.c69 #define TYPE_COLOR 6 macro
107 new_type = TYPE_COLOR; in option_parse_type()
277 } else if (type == TYPE_COLOR) { in format_config()
438 if (type == TYPE_COLOR) { in normalize_value()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Dconfig.c69 #define TYPE_COLOR 6 macro
107 new_type = TYPE_COLOR; in option_parse_type()
277 } else if (type == TYPE_COLOR) { in format_config()
438 if (type == TYPE_COLOR) { in normalize_value()
/dports/cad/sumo/sumo-1.2.0/tools/contributed/traas/src/de/tudresden/sumo/cmd/
H A DPoi.java78 …I_VARIABLE, Constants.VAR_COLOR, poiID, Constants.RESPONSE_GET_POI_VARIABLE, Constants.TYPE_COLOR); in getColor()
H A DPolygon.java47 …LE, Constants.VAR_COLOR, polygonID, Constants.RESPONSE_GET_POLYGON_VARIABLE, Constants.TYPE_COLOR); in getColor()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/mlgpu/
H A DLayerMLGPU.h155 MOZ_LAYER_DECL_NAME("ColorLayerMLGPU", TYPE_COLOR)
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/mlgpu/
H A DLayerMLGPU.h154 MOZ_LAYER_DECL_NAME("ColorLayerMLGPU", TYPE_COLOR)
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Data/Drd/
H A Dtag_info.hpp31 #define TYPE_COLOR 14 macro

12345