Home
last modified time | relevance | path

Searched refs:xColor (Results 1 – 25 of 39) sorted by relevance

12

/dports/games/xfrisk/XFrisk/
H A Dcolormap.c414 XColor xColor; in COLOR_GetColormap() local
435 xColor.pixel = i; in COLOR_GetColormap()
439 &xColor); in COLOR_GetColormap()
554 XColor xColor; in COLOR_SetWorldColors() local
727 XColor xColor; in COLOR_CopyColor() local
741 xColor.pixel = iSrc; in COLOR_CopyColor()
744 xColor.pixel = iDst; in COLOR_CopyColor()
801 XColor xColor; in COLOR_StoreColor() local
814 xColor.red = iRed; in COLOR_StoreColor()
815 xColor.green = iGreen; in COLOR_StoreColor()
[all …]
H A DcolorEdit.c452 XColor xColor; in COLEDIT_ScrollbarMoved() local
460 xColor.red = (Int32)((1.0-r)*65535.0); in COLEDIT_ScrollbarMoved()
461 xColor.green = (Int32)((1.0-g)*65535.0); in COLEDIT_ScrollbarMoved()
462 xColor.blue = (Int32)((1.0-b)*65535.0); in COLEDIT_ScrollbarMoved()
466 COLOR_StoreColor(COLOR_DieToColor(0), xColor.red, xColor.green, xColor.blue); in COLEDIT_ScrollbarMoved()
472 xColor.red/256, xColor.green/256, xColor.blue/256); in COLEDIT_ScrollbarMoved()
H A DaddPlayer.c323 XColor xColor; in PLAYER_Ok() local
343 &xColor.red, &xColor.green, &xColor.blue); in PLAYER_Ok()
345 xColor.red/256, xColor.green/256, xColor.blue/256); in PLAYER_Ok()
/dports/science/gabedit/GabeditSrc251_300720/src/Geometry/
H A DAxesGeomGL.c50 gdouble xColor[3]; member
67 xColor[i] = axes.xColor[i]; in getAxesGeomProperties()
82 axes.xColor[0] = 1.0; in initAxesGeom()
83 axes.xColor[1] = 0.0; in initAxesGeom()
84 axes.xColor[2] = 0.0; in initAxesGeom()
107 fprintf(file,"%lf %lf %lf\n",axes.xColor[0],axes.xColor[1],axes.xColor[2]); in save_axes_geom_properties()
138 n = fscanf(file,"%lf %lf %lf\n",&axes.xColor[0],&axes.xColor[1],&axes.xColor[2]); in read_axes_geom_properties()
176 axes.xColor[i] = vX[i]; in set_axes()
343 vX[0] = axes.xColor[0]; in set_axes_geom_dialog()
344 vX[1] = axes.xColor[1]; in set_axes_geom_dialog()
[all …]
H A DAxesGeomGL.h6 …ean* negative, gdouble origin[], gdouble* radius, gdouble* scal, gdouble xColor[], gdouble yColor[…
/dports/science/gabedit/GabeditSrc251_300720/src/Display/
H A DAxisGL.c44 gdouble xColor[3]; member
61 xColor[i] = axis.xColor[i]; in getAxisProperties()
76 axis.xColor[0] = 1.0; in initAxis()
77 axis.xColor[1] = 0.0; in initAxis()
78 axis.xColor[2] = 0.0; in initAxis()
101 fprintf(file,"%lf %lf %lf\n",axis.xColor[0],axis.xColor[1],axis.xColor[2]); in save_axis_properties()
132 n = fscanf(file,"%lf %lf %lf\n",&axis.xColor[0],&axis.xColor[1],&axis.xColor[2]); in read_axis_properties()
170 axis.xColor[i] = vX[i]; in set_axis()
338 vX[0] = axis.xColor[0]; in set_axis_dialog()
339 vX[1] = axis.xColor[1]; in set_axis_dialog()
[all …]
H A DAxisGL.h5 …ean* negative, gdouble origin[], gdouble* radius, gdouble* scal, gdouble xColor[], gdouble yColor[…
H A DPovrayGL.c276 gdouble xColor[3]; in get_pov_xyz_axes() local
285 getAxisProperties(&show, &negative, origin, &radius, &scale, xColor, yColor, zColor); in get_pov_xyz_axes()
347 xColor[0],xColor[1],xColor[2], in get_pov_xyz_axes()
348 xColor[0]/2,xColor[1]/2,xColor[2]/2, in get_pov_xyz_axes()
/dports/misc/wmtunlo/wmtunlo-0.1.3/
H A Dwmtunlo.c83 XColor xColor, xColors[256]; in main() local
145 xColor.red = (unsigned short)Info.R[i] << 8; in main()
146 xColor.green = (unsigned short)Info.G[i] << 8; in main()
147 xColor.blue = (unsigned short)Info.B[i] << 8; in main()
148 xColor.flags = DoRed | DoGreen | DoBlue; in main()
149 XAllocColor(Info.display, Info.cmap, &xColor); in main()
150 Info.Color[i] = xColor.pixel; in main()
/dports/games/zangband/zangband/src/tk/
H A Dtk-util.c476 XColor xColor; in Colormap_Init() local
491 xColor.pixel = i; in Colormap_Init()
492 XQueryColor(display, colormap, &xColor); in Colormap_Init()
493 (void) Tk_GetColorByValue(tkwin, &xColor); in Colormap_Init()
508 xColor.pixel = i; in Colormap_Init()
509 XQueryColor(display, colormap, &xColor); in Colormap_Init()
512 r = xColor.red / 255; in Colormap_Init()
513 g = xColor.green / 255; in Colormap_Init()
514 b = xColor.blue / 255; in Colormap_Init()
/dports/comms/cqrlog/cqrlog-2.5.0/src/
H A DfBandMap.pas825 xColor : String;
844 xColor := IntToHex(DefaultColor,8);
845 xColor := '0x'+Copy(xColor,3,Length(xColor)-2);
851 l.Add(CurrToStr(lat)+' '+CurrToStr(long)+' "'+mycall+'" color='+xColor);
887 xColor := IntToHex(DefaultColor,8)
889 xColor := IntToHex(BandMapItems[i].Color,8);
890 xColor := '0x'+Copy(xColor,3,Length(xColor)-2);
893 '" color='+xColor);
/dports/games/avanor/avanor-0.5.8/magic/
H A Deffect.h97 static int Touch(EFFECT_DATA * pData, int X, int Y, int Z, xColor col, RESISTANCE r, char * msg);
98 static int Bolt(EFFECT_DATA * pData, int X, int Y, int Z, xColor col, RESISTANCE r, char * msg);
H A Deffect.cpp150 int XEffect::Touch(EFFECT_DATA * pData, int X, int Y, int Z, xColor col, RESISTANCE r, char * msg) in Touch()
180 int XEffect::Bolt(EFFECT_DATA * pData, int X, int Y, int Z, xColor col, RESISTANCE r, char * msg) in Bolt()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dtreelistentry.hxx115 void SetTextColor( boost::optional<Color> xColor ) { mxTextColor = xColor; } in SetTextColor() argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/toolkit/
H A Dtreelistentry.hxx120 void SetTextColor( std::optional<Color> xColor ) { mxTextColor = xColor; } in SetTextColor() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/filter/eppt/
H A Dpptx-animations.cxx874 Reference<XAnimateColor> xColor(rXNode, UNO_QUERY); in WriteAnimationNodeAnimate() local
877 if (xColor.is() && xColor->getColorInterpolation() == AnimationColorSpace::HSL) in WriteAnimationNodeAnimate()
881 pDirection = xColor->getDirection() ? "cw" : "ccw"; in WriteAnimationNodeAnimate()
962 Reference<XAnimateColor> xColor(rXNode, UNO_QUERY); in WriteAnimationNodeAnimateInside() local
964 if (xColor.is()) in WriteAnimationNodeAnimateInside()
966 WriteAnimateColorColor(mpFS, xColor->getBy(), XML_by); in WriteAnimationNodeAnimateInside()
967 WriteAnimateColorColor(mpFS, xColor->getFrom(), XML_from); in WriteAnimationNodeAnimateInside()
968 WriteAnimateColorColor(mpFS, xColor->getTo(), XML_to); in WriteAnimationNodeAnimateInside()
H A Dpptexanimations.cxx1041 Reference< XAnimateColor > xColor( xNode, UNO_QUERY ); in exportAnimPropertySet() local
1042 if( xColor.is() ) in exportAnimPropertySet()
1045 bool bDirection = !xColor->getDirection(); in exportAnimPropertySet()
2042 Reference< XAnimateColor > xColor( xNode, UNO_QUERY ); in exportAnimateColor() local
2043 if ( !xColor.is() ) in exportAnimateColor()
2060 sal_Int16 nColorSpace = xColor->getColorInterpolation(); in exportAnimateColor()
2062 Any aAny( xColor->getBy() ); in exportAnimateColor()
2068 aAny = xColor->getFrom(); in exportAnimateColor()
2074 aAny = xColor->getTo(); in exportAnimateColor()
/dports/math/scilab/scilab-6.1.1/scilab/modules/preferences/src/java/org/scilab/modules/preferences/Component/
H A DPreviewCode.java130 String xColor = XConfigManager.getAttribute(node , "color"); in refresh() local
131 Color color = XConfigManager.getColor(xColor); in refresh()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/filter/eppt/
H A Dpptx-animations.cxx888 Reference<XAnimateColor> xColor(rXNode, UNO_QUERY); in WriteAnimationNodeAnimate() local
891 if (xColor.is() && xColor->getColorInterpolation() == AnimationColorSpace::HSL) in WriteAnimationNodeAnimate()
895 pDirection = xColor->getDirection() ? "cw" : "ccw"; in WriteAnimationNodeAnimate()
975 Reference<XAnimateColor> xColor(rXNode, UNO_QUERY); in WriteAnimationNodeAnimateInside() local
977 if (xColor.is()) in WriteAnimationNodeAnimateInside()
979 WriteAnimateColorColor(mpFS, xColor->getBy(), XML_by); in WriteAnimationNodeAnimateInside()
980 WriteAnimateColorColor(mpFS, xColor->getFrom(), XML_from); in WriteAnimationNodeAnimateInside()
981 WriteAnimateColorColor(mpFS, xColor->getTo(), XML_to); in WriteAnimationNodeAnimateInside()
H A Dpptexanimations.cxx1043 Reference< XAnimateColor > xColor( xNode, UNO_QUERY ); in exportAnimPropertySet() local
1044 if( xColor.is() ) in exportAnimPropertySet()
1047 bool bDirection = !xColor->getDirection(); in exportAnimPropertySet()
2044 Reference< XAnimateColor > xColor( xNode, UNO_QUERY ); in exportAnimateColor() local
2045 if ( !xColor.is() ) in exportAnimateColor()
2062 sal_Int16 nColorSpace = xColor->getColorInterpolation(); in exportAnimateColor()
2064 Any aAny( xColor->getBy() ); in exportAnimateColor()
2070 aAny = xColor->getFrom(); in exportAnimateColor()
2076 aAny = xColor->getTo(); in exportAnimateColor()
/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dgate_painter.h29 XColor xColor; member
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/filter/ppt/
H A Dpptinanimations.cxx866 Reference< XAnimateColor > xColor( xNode, UNO_QUERY ); in fillNode() local
867 if( !xColor.is() ) in fillNode()
874 xColor->setDirection( !bDirection ); in fillNode()
1351 Reference< XAnimateColor > xColor( xNode, UNO_QUERY ); in importAnimateColorContainer() local
1354 if( !(pAtom && xColor.is()) ) in importAnimateColorContainer()
1383 xColor->setBy( implGetColorAny( nByMode, nByA, nByB, nByC ) ); in importAnimateColorContainer()
1384 xColor->setColorInterpolation( implGetColorSpace( nByMode, nByA, nByB, nByC ) ); in importAnimateColorContainer()
1391 xColor->setFrom( implGetColorAny( nFromMode, nFromA, nFromB, nFromC ) ); in importAnimateColorContainer()
1392xColor->setColorInterpolation( implGetColorSpace( nFromMode, nFromA, nFromB, nFromC ) ); in importAnimateColorContainer()
1399 xColor->setTo( implGetColorAny( nToMode, nToA, nToB, nToC ) ); in importAnimateColorContainer()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/filter/ppt/
H A Dpptinanimations.cxx864 Reference< XAnimateColor > xColor( xNode, UNO_QUERY ); in fillNode() local
865 if( !xColor.is() ) in fillNode()
872 xColor->setDirection( !bDirection ); in fillNode()
1349 Reference< XAnimateColor > xColor( xNode, UNO_QUERY ); in importAnimateColorContainer() local
1352 if( !(pAtom && xColor.is()) ) in importAnimateColorContainer()
1381 xColor->setBy( implGetColorAny( nByMode, nByA, nByB, nByC ) ); in importAnimateColorContainer()
1382 xColor->setColorInterpolation( implGetColorSpace( nByMode, nByA, nByB, nByC ) ); in importAnimateColorContainer()
1389 xColor->setFrom( implGetColorAny( nFromMode, nFromA, nFromB, nFromC ) ); in importAnimateColorContainer()
1390xColor->setColorInterpolation( implGetColorSpace( nFromMode, nFromA, nFromB, nFromC ) ); in importAnimateColorContainer()
1397 xColor->setTo( implGetColorAny( nToMode, nToA, nToB, nToC ) ); in importAnimateColorContainer()
[all …]
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/View/
H A DUVOriginTool.cpp231 …const Color xColor = highlightXHandle ? Color(1.0f, 0.0f, 0.0f, 1.0f) : Color(0.7f, 0.0f, 0.0f, 1.… in getHandleVertices() local
238 vertices[0] = EdgeVertex(Vec3f(x1), xColor); in getHandleVertices()
239 vertices[1] = EdgeVertex(Vec3f(x2), xColor); in getHandleVertices()
/dports/games/avanor/avanor-0.5.8/global/
H A Dglobal.h89 enum xColor { enum

12