Home
last modified time | relevance | path

Searched refs:colordef (Results 1 – 25 of 41) sorted by relevance

12

/dports/math/scilab/scilab-6.1.1/scilab/modules/m2sci/tests/unit_tests/mfilesnoexec/
H A DCOLORDEF.m6 colordef white
7 colordef black
8 colordef none
9 f = colordef('white')
10 f = colordef('black')
11 f = colordef('none')
13 colordef(fig,'white')
14 colordef(fig,'black')
15 colordef(fig,'none')
19 colordef('new','white')
[all …]
/dports/science/PETSc/petsc-3.14.1/src/sys/classes/draw/impls/x/
H A Dxcolor.c76 XColor colordef,ecolordef; in PetscDrawSetUpColormap_Shared() local
88 gCmapping[i] = colordef.pixel; in PetscDrawSetUpColormap_Shared()
101 colordef.flags = DoRed|DoGreen|DoBlue; in PetscDrawSetUpColormap_Shared()
104 gCmapping[k] = colordef.pixel; in PetscDrawSetUpColormap_Shared()
129 XColor colordef; in PetscDrawSetUpColormap_Private() local
147 if (found && colordef.pixel < PETSC_DRAW_MAXCOLOR && !cmap_pixvalues_used[colordef.pixel]) { in PetscDrawSetUpColormap_Private()
156 gCmapping[i] = colordef.pixel; in PetscDrawSetUpColormap_Private()
169 colordef.flags = DoRed|DoGreen|DoBlue; in PetscDrawSetUpColormap_Private()
175 if (found && colordef.pixel < PETSC_DRAW_MAXCOLOR && !cmap_pixvalues_used[colordef.pixel]) { in PetscDrawSetUpColormap_Private()
185 gCmapping[k] = colordef.pixel; in PetscDrawSetUpColormap_Private()
[all …]
/dports/net/mpich2/mpich2-1.5/src/mpe2/src/graphics/src/
H A Dxcolor.c71 XColor colordef; local
84 XBWin->cmapping[i] = colordef.pixel;
101 XColor colordef; local
400 XColor colordef; local
407 *pixval = colordef.pixel;
433 XColor colordef; local
486 XColor colordef, colorsdef; local
491 colordef.pixel = pixel;
494 red = colordef.red;
495 green = colordef.green;
[all …]
H A Dmpe_graphics.c1115 XColor colordef; local
1125 colordef.red = red;
1126 colordef.green = green;
1127 colordef.blue = blue;
1128 colordef.flags = DoRed | DoGreen | DoBlue;
1129 if (!XAllocColor( graph->xwin->disp, graph->xwin->cmap, &colordef ))
1131 graph->xwin->cmapping[graph->xwin->maxcolors] = colordef.pixel;
/dports/net-im/centerim/centerim-4.22.10/kkconsui/include/
H A Dcolorschemer.h10 struct colordef { struct
15 void parsecolordef(const string sdef, int pair, colordef &d); argument
20 map<T, colordef> colors;
48 typename map<T, colordef>::const_iterator ic; in save()
58 typename map<T, colordef>::iterator ic; in load()
77 typename map<T, colordef>::const_iterator ic = colors.find(elem);
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/tests/nonreg_tests/
H A Dbug_15418.tst17 // With colordef("black") and colordef("none"), titles and axes labels were
20 colordef("none")
28 colordef("black")
36 colordef("white")
44 colordef("default")
H A Dbug_11349.dia.ref14 // colordef("black") returned an error about an unknown property.
15 assert_checktrue(execstr("colordef(""black"")", "errcatch") == 0);
H A Dbug_11349.tst16 // colordef("black") returned an error about an unknown property.
18 assert_checktrue(execstr("colordef(""black"")", "errcatch") == 0);
H A Dbug_4658.tst37 // colordef
/dports/games/xpuzzletama/xpuzzletama/
H A Dxtama_init.c42 XColor colordef , colordef2 ; local
154 colordef.red = iro_data[i][0] * 256 ;
155 colordef.green = iro_data[i][1] * 256 ;
156 colordef.blue = iro_data[i][2] * 256 ;
159 iro[i] = colordef.pixel ;
354 colordef.red = 255 * 85 * i ;
355 colordef.green = 0 ;
358 &colordef ,&colordef2 ,
362 colordef.blue = 255 * 255 ;
363 colordef.green = colordef.red = 0 ;
[all …]
/dports/graphics/krita/krita-4.4.8/plugins/impex/psd/
H A Dpsd_saver.cpp128 …QPair<psd_color_mode, quint16> colordef = colormodelid_to_psd_colormode(m_image->colorSpace()->col… in buildFile() local
131 if (colordef.first == COLORMODE_UNKNOWN || colordef.second == 0 || colordef.second == 32) { in buildFile()
134colordef = colormodelid_to_psd_colormode(m_image->colorSpace()->colorModelId().id(), m_image->colo… in buildFile()
136 header.colormode = colordef.first; in buildFile()
137 header.channelDepth = colordef.second; in buildFile()
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/macros/
H A Dcolordef.sci14 function colordef(varargin)
19 error(msprintf(msg, "colordef", 1, 2));
25 error(msprintf(msg, "colordef", 1));
35 error(msprintf(msg, "colordef", 2));
43 error(msprintf(msg, "colordef", 1,"handle on a figure, ""new"""));
59 error(msprintf(msg, "colordef", 1, "handle on a figure, ""new"""));
110 … error(msprintf(msg, "colordef", size(varargin),"""default"", ""white"", ""black"", ""none"""));
/dports/science/PETSc/petsc-3.14.1/src/sys/classes/draw/utils/
H A Dimage.c26 const unsigned char *colordef; in PetscDrawImageSavePPM() local
29 colordef = palette[pixels[k]]; in PetscDrawImageSavePPM()
30 rgb[p++] = colordef[0]; in PetscDrawImageSavePPM()
31 rgb[p++] = colordef[1]; in PetscDrawImageSavePPM()
32 rgb[p++] = colordef[2]; in PetscDrawImageSavePPM()
266 const unsigned char *colordef; in PetscDrawImageSaveJPG() local
269 colordef = palette[pixels[k]]; in PetscDrawImageSaveJPG()
270 rgbpixels[p++] = colordef[0]; in PetscDrawImageSaveJPG()
271 rgbpixels[p++] = colordef[1]; in PetscDrawImageSaveJPG()
272 rgbpixels[p++] = colordef[2]; in PetscDrawImageSaveJPG()
/dports/math/scilab/scilab-6.1.1/scilab/modules/m2sci/macros/sci_files/
H A Dsci_colordef.sci15 // Conversion function for Matlab colordef()
25 // colordef color_option
45 // colordef('new',color_opt)
64 // colordef(fig,color_opt)
/dports/games/xgalaga/xgalaga-2.1.1.0/libsprite/
H A Dinit.c158 XColor colordef; in GetColors() local
245 colordef.flags = DoRed | DoGreen | DoBlue; in GetColors()
247 colordef.pixel = extracolors[i]; in GetColors()
248 colordef.red = extrared[i] << 8; in GetColors()
249 colordef.green = extragreen[i] << 8; in GetColors()
250 colordef.blue = extrablue[i] << 8; in GetColors()
251 XStoreColor(W_Display, W_Colormap, &colordef); in GetColors()
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Ddircolors.vim116 let colordef = defline[2]
118 let colors = split(colordef, ';')
170 if s:currentmatch !~# '\/\\_s\\zs' . colordef . '\\ze\\_s\/'
175 \ ' "\_s\zs' . colordef . '\ze\_s"'
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Ddircolors.vim116 let colordef = defline[2]
118 let colors = split(colordef, ';')
170 if s:currentmatch !~# '\/\\_s\\zs' . colordef . '\\ze\\_s\/'
175 \ ' "\_s\zs' . colordef . '\ze\_s"'
/dports/math/ploticus-nox11/pl240src/src/
H A Dx11.c837 XColor colordef; local
855 colordef.red = sr;
856 colordef.green = sg;
857 colordef.blue = sb;
858 status = XAllocColor( x_disp, x_default_cmap, &colordef );
862 XSetForeground( x_disp, x_gc, colordef.pixel );
865 XSetForeground( x_disp, x_gc, colordef.pixel );
869 x_rgblist[i].pix = colordef.pixel;
/dports/math/ploticus/pl240src/src/
H A Dx11.c837 XColor colordef; local
855 colordef.red = sr;
856 colordef.green = sg;
857 colordef.blue = sb;
858 status = XAllocColor( x_disp, x_default_cmap, &colordef );
862 XSetForeground( x_disp, x_gc, colordef.pixel );
865 XSetForeground( x_disp, x_gc, colordef.pixel );
869 x_rgblist[i].pix = colordef.pixel;
/dports/print/texlive-base/texlive-20150521-source/texk/dvipng/dvipng-1.15/
H A Dcolor.c39 const char *colordef[]={"xcolor.sty","dvipsnam.def", variable
349 while (colornamep==NULL && colordef[unloaded]!=NULL) in stringrgb()
350 colornamep=LoadColornameFile(colordef[unloaded++]); in stringrgb()
353 while (tmp->next==NULL && colordef[unloaded]!=NULL) in stringrgb()
354 tmp->next=LoadColornameFile(colordef[unloaded++]); in stringrgb()
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/10step/
H A DPLOTERRORBARS.DP32 if colordef exists; let string colordez = ^colordef; end if
/dports/audio/moc/moc-2.5.2/themes/
H A Dexample_theme17 # colordef COLOR = RED GREEN BLUE
78 # With colordef you can change the definition of a color. It works only if
83 # colordef red = 1000 0 0
/dports/net-im/centerim/centerim-4.22.10/kkconsui/src/
H A Dcolorschemer.cc3 void parsecolordef(const string sdef, int pair, colordef &d) { in parsecolordef()
/dports/math/scilab/scilab-6.1.1/scilab/modules/m2sci/macros/compat_functions/
H A Dmtlb_colordef.sci14 // Emulation function for Matlab colordef()
/dports/misc/openvdb/openvdb-9.0.0/openvdb_houdini/openvdb_houdini/
H A DDW_OpenVDBRasterizePoints.cmd89 … 1 ) stringdef ( "" ) filedef ( "" ) imagedef ( "" ) geometrydef ( "" ) colordef ( 0 0 0 ) color4d…
102 … 1 ) stringdef ( "" ) filedef ( "" ) imagedef ( "" ) geometrydef ( "" ) colordef ( 0 0 0 ) color4d…
114 … 1 ) stringdef ( "" ) filedef ( "" ) imagedef ( "" ) geometrydef ( "" ) colordef ( 0 0 0 ) color4d…
126 … 1 ) stringdef ( "" ) filedef ( "" ) imagedef ( "" ) geometrydef ( "" ) colordef ( 0 0 0 ) color4d…
138 … 1 ) stringdef ( "" ) filedef ( "" ) imagedef ( "" ) geometrydef ( "" ) colordef ( 0 0 0 ) color4d…
150 … 1 ) stringdef ( "" ) filedef ( "" ) imagedef ( "" ) geometrydef ( "" ) colordef ( 0 0 0 ) color4d…
162 … 1 ) stringdef ( "" ) filedef ( "" ) imagedef ( "" ) geometrydef ( "" ) colordef ( 0 0 0 ) color4d…
174 … 1 ) stringdef ( "" ) filedef ( "" ) imagedef ( "" ) geometrydef ( "" ) colordef ( 0 0 0 ) color4d…
723 … 1 ) stringdef ( "" ) filedef ( "" ) imagedef ( "" ) geometrydef ( "" ) colordef ( 0 0 0 ) color4d…
1086 … 1 ) stringdef ( "" ) filedef ( "" ) imagedef ( "" ) geometrydef ( "" ) colordef ( 0 0 0 ) color4d…
[all …]

12