Home
last modified time | relevance | path

Searched refs:colormap (Results 201 – 225 of 10915) sorted by relevance

12345678910>>...437

/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/color_quant-1.0.1/src/
H A Dlib.rs105 colormap: Vec<Color>, field
141 self.colormap.clear(); in init()
190 for entry in &self.colormap { in color_map_rgba()
202 for entry in &self.colormap { in color_map_rgb()
353 let mut p = self.colormap[i]; in inxbuild()
359 q = self.colormap[j]; in inxbuild()
365 q = self.colormap[smallpos]; in inxbuild()
370 self.colormap[i] = p; in inxbuild()
371 self.colormap[smallpos] = q; in inxbuild()
398 let p = self.colormap[i]; in inxsearch()
[all …]
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/color_quant-1.0.1/src/
H A Dlib.rs105 colormap: Vec<Color>, field
141 self.colormap.clear(); in init()
190 for entry in &self.colormap { in color_map_rgba()
202 for entry in &self.colormap { in color_map_rgb()
353 let mut p = self.colormap[i]; in inxbuild()
359 q = self.colormap[j]; in inxbuild()
365 q = self.colormap[smallpos]; in inxbuild()
370 self.colormap[i] = p; in inxbuild()
371 self.colormap[smallpos] = q; in inxbuild()
398 let p = self.colormap[i]; in inxsearch()
[all …]
/dports/graphics/viu/viu-1.1/cargo-crates/color_quant-1.0.1/src/
H A Dlib.rs105 colormap: Vec<Color>, field
141 self.colormap.clear(); in init()
190 for entry in &self.colormap { in color_map_rgba()
202 for entry in &self.colormap { in color_map_rgb()
353 let mut p = self.colormap[i]; in inxbuild()
359 q = self.colormap[j]; in inxbuild()
365 q = self.colormap[smallpos]; in inxbuild()
370 self.colormap[i] = p; in inxbuild()
371 self.colormap[smallpos] = q; in inxbuild()
398 let p = self.colormap[i]; in inxsearch()
[all …]
/dports/games/dose-response/dose-response-179c326/cargo-crates/color_quant-1.0.1/src/
H A Dlib.rs105 colormap: Vec<Color>, field
141 self.colormap.clear(); in init()
190 for entry in &self.colormap { in color_map_rgba()
202 for entry in &self.colormap { in color_map_rgb()
353 let mut p = self.colormap[i]; in inxbuild()
359 q = self.colormap[j]; in inxbuild()
365 q = self.colormap[smallpos]; in inxbuild()
370 self.colormap[i] = p; in inxbuild()
371 self.colormap[smallpos] = q; in inxbuild()
398 let p = self.colormap[i]; in inxsearch()
[all …]
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/color_quant-1.0.1/src/
H A Dlib.rs105 colormap: Vec<Color>, field
141 self.colormap.clear(); in init()
190 for entry in &self.colormap { in color_map_rgba()
202 for entry in &self.colormap { in color_map_rgb()
353 let mut p = self.colormap[i]; in inxbuild()
359 q = self.colormap[j]; in inxbuild()
365 q = self.colormap[smallpos]; in inxbuild()
370 self.colormap[i] = p; in inxbuild()
371 self.colormap[smallpos] = q; in inxbuild()
398 let p = self.colormap[i]; in inxsearch()
[all …]
/dports/graphics/rx/rx-0.4.0/cargo-crates/color_quant-1.0.1/src/
H A Dlib.rs105 colormap: Vec<Color>, field
141 self.colormap.clear(); in init()
190 for entry in &self.colormap { in color_map_rgba()
202 for entry in &self.colormap { in color_map_rgb()
353 let mut p = self.colormap[i]; in inxbuild()
359 q = self.colormap[j]; in inxbuild()
365 q = self.colormap[smallpos]; in inxbuild()
370 self.colormap[i] = p; in inxbuild()
371 self.colormap[smallpos] = q; in inxbuild()
398 let p = self.colormap[i]; in inxsearch()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/Colormap/test/
H A DitkCustomColormapFunctionTest.cxx61 typename ColormapType::Pointer colormap = ColormapType::New(); in Exercise() local
64 colormap->SetRedChannel(redChannel); in Exercise()
65 colormap->SetGreenChannel(greenChannel); in Exercise()
66 colormap->SetBlueChannel(blueChannel); in Exercise()
71 TEST_SET_GET_VALUE(redChannel[i], colormap->GetRedChannel()[i]); in Exercise()
75 TEST_SET_GET_VALUE(greenChannel[i], colormap->GetGreenChannel()[i]); in Exercise()
79 TEST_SET_GET_VALUE(blueChannel[i], colormap->GetBlueChannel()[i]); in Exercise()
83 colormap->SetMinimumInputValue(0); in Exercise()
84 colormap->SetMaximumInputValue(127); in Exercise()
87 RGBPixelType pixel = colormap->operator()(val); in Exercise()
/dports/irc/insub/insub-16.0/old/dist/
H A Dgay-2.4.pl262 my @colormap;
265 @colormap = (4,4,7,7,5,5,8,8,9,9,3,3,10,10,11,11,12,12,2,2,6,6,13,13);
268 @colormap = (4,4,0,0,12,12,4,4,0,0,12,12,4,4,0,0,12,12,4,4,0,0,12,12);
271 while (scalar(@colormap) < 24) {
274 push(@colormap, $color);
281 @colormap = (2,12,2,12,2,12,2,12,2,12,2,12,2,12,2,12,2,12,2,12,2,12,2,12);
284 @colormap = (3,9,3,9,3,9,3,9,3,9,3,9,3,9,3,9,3,9,3,9,3,9,3,9);
287 @colormap = (6,13,6,13,6,13,6,13,6,13,6,13,6,13,6,13,6,13,6,13,6,13,6,13);
293 @colormap = (7,8,7,8,7,8,7,8,7,8,7,8,7,8,7,8,7,8,7,8,7,8,7,8);
296 @colormap = (4,5,4,5,4,5,4,5,4,5,4,5,4,5,4,5,4,5,4,5,4,5,4,5);
[all …]
H A Dgay-2.5.pl262 my @colormap;
265 @colormap = (4,4,7,7,5,5,8,8,9,9,3,3,10,10,11,11,12,12,2,2,6,6,13,13);
268 @colormap = (4,4,0,0,12,12,4,4,0,0,12,12,4,4,0,0,12,12,4,4,0,0,12,12);
271 while (scalar(@colormap) < 24) {
274 push(@colormap, $color);
281 @colormap = (2,12,2,12,2,12,2,12,2,12,2,12,2,12,2,12,2,12,2,12,2,12,2,12);
284 @colormap = (3,9,3,9,3,9,3,9,3,9,3,9,3,9,3,9,3,9,3,9,3,9,3,9);
287 @colormap = (6,13,6,13,6,13,6,13,6,13,6,13,6,13,6,13,6,13,6,13,6,13,6,13);
293 @colormap = (7,8,7,8,7,8,7,8,7,8,7,8,7,8,7,8,7,8,7,8,7,8,7,8);
296 @colormap = (4,5,4,5,4,5,4,5,4,5,4,5,4,5,4,5,4,5,4,5,4,5,4,5);
[all …]
H A Dgay-2.2.pl249 my @colormap;
252 @colormap = (4,4,7,7,5,5,8,8,9,9,3,3,10,10,11,11,12,12,2,2,6,6,13,13);
255 @colormap = (4,4,0,0,12,12,4,4,0,0,12,12,4,4,0,0,12,12,4,4,0,0,12,12);
258 while (scalar(@colormap) < 24) {
261 push(@colormap, $color);
268 @colormap = (2,12,2,12,2,12,2,12,2,12,2,12,2,12,2,12,2,12,2,12,2,12,2,12);
271 @colormap = (3,9,3,9,3,9,3,9,3,9,3,9,3,9,3,9,3,9,3,9,3,9,3,9);
274 @colormap = (6,13,6,13,6,13,6,13,6,13,6,13,6,13,6,13,6,13,6,13,6,13,6,13);
280 @colormap = (7,8,7,8,7,8,7,8,7,8,7,8,7,8,7,8,7,8,7,8,7,8,7,8);
283 @colormap = (4,5,4,5,4,5,4,5,4,5,4,5,4,5,4,5,4,5,4,5,4,5,4,5);
[all …]
H A Dgay-2.3.pl267 my @colormap;
270 @colormap = (4,4,7,7,5,5,8,8,9,9,3,3,10,10,11,11,12,12,2,2,6,6,13,13);
273 @colormap = (4,4,0,0,12,12,4,4,0,0,12,12,4,4,0,0,12,12,4,4,0,0,12,12);
276 while (scalar(@colormap) < 24) {
279 push(@colormap, $color);
286 @colormap = (2,12,2,12,2,12,2,12,2,12,2,12,2,12,2,12,2,12,2,12,2,12,2,12);
289 @colormap = (3,9,3,9,3,9,3,9,3,9,3,9,3,9,3,9,3,9,3,9,3,9,3,9);
292 @colormap = (6,13,6,13,6,13,6,13,6,13,6,13,6,13,6,13,6,13,6,13,6,13,6,13);
298 @colormap = (7,8,7,8,7,8,7,8,7,8,7,8,7,8,7,8,7,8,7,8,7,8,7,8);
301 @colormap = (4,5,4,5,4,5,4,5,4,5,4,5,4,5,4,5,4,5,4,5,4,5,4,5);
[all …]
H A Dgay-2.6.pl263 my @colormap;
266 @colormap = (4,4,7,7,5,5,8,8,9,9,3,3,10,10,11,11,12,12,2,2,6,6,13,13);
269 @colormap = (4,4,0,0,12,12,4,4,0,0,12,12,4,4,0,0,12,12,4,4,0,0,12,12);
272 while (scalar(@colormap) < 24) {
275 push(@colormap, $color);
282 @colormap = (2,12,2,12,2,12,2,12,2,12,2,12,2,12,2,12,2,12,2,12,2,12,2,12);
285 @colormap = (3,9,3,9,3,9,3,9,3,9,3,9,3,9,3,9,3,9,3,9,3,9,3,9);
288 @colormap = (6,13,6,13,6,13,6,13,6,13,6,13,6,13,6,13,6,13,6,13,6,13,6,13);
294 @colormap = (7,8,7,8,7,8,7,8,7,8,7,8,7,8,7,8,7,8,7,8,7,8,7,8);
297 @colormap = (4,5,4,5,4,5,4,5,4,5,4,5,4,5,4,5,4,5,4,5,4,5,4,5);
[all …]
H A Dgay-2.7.pl263 my @colormap;
266 @colormap = (4,4,7,7,5,5,8,8,9,9,3,3,10,10,11,11,12,12,2,2,6,6,13,13);
269 @colormap = (4,4,0,0,12,12,4,4,0,0,12,12,4,4,0,0,12,12,4,4,0,0,12,12);
272 while (scalar(@colormap) < 24) {
275 push(@colormap, $color);
282 @colormap = (2,12,2,12,2,12,2,12,2,12,2,12,2,12,2,12,2,12,2,12,2,12,2,12);
285 @colormap = (3,9,3,9,3,9,3,9,3,9,3,9,3,9,3,9,3,9,3,9,3,9,3,9);
288 @colormap = (6,13,6,13,6,13,6,13,6,13,6,13,6,13,6,13,6,13,6,13,6,13,6,13);
294 @colormap = (7,8,7,8,7,8,7,8,7,8,7,8,7,8,7,8,7,8,7,8,7,8,7,8);
297 @colormap = (4,5,4,5,4,5,4,5,4,5,4,5,4,5,4,5,4,5,4,5,4,5,4,5);
[all …]
/dports/x11-toolkits/fox16/fox-1.6.57/src/
H A Dfxgifio.cpp101 FXColor colormap[256]; in fxloadGIF() local
156 colormap[0]=FXRGB(0,0,0); in fxloadGIF()
157 colormap[1]=FXRGB(255,255,255); in fxloadGIF()
164 store >> ((FXuchar*)(colormap+i))[2]; // Red in fxloadGIF()
430 colormap[alpha]&=FXRGBA(255,255,255,0); in fxloadGIF()
434 data[i]=colormap[pix[i]]; in fxloadGIF()
460 FXColor colormap[256]; in fxsaveGIF() local
517 store << ((FXuchar*)(colormap+i))[0]; // Blue in fxsaveGIF()
518 store << ((FXuchar*)(colormap+i))[1]; // Green in fxsaveGIF()
519 store << ((FXuchar*)(colormap+i))[2]; // Red in fxsaveGIF()
[all …]
/dports/x11-toolkits/fox14/fox-1.4.35/src/
H A Dfxgifio.cpp101 FXColor colormap[256]; in fxloadGIF() local
156 colormap[0]=FXRGB(0,0,0); in fxloadGIF()
157 colormap[1]=FXRGB(255,255,255); in fxloadGIF()
164 store >> ((FXuchar*)(colormap+i))[2]; // Red in fxloadGIF()
429 colormap[alpha]&=FXRGBA(255,255,255,0); in fxloadGIF()
433 data[i]=colormap[pix[i]]; in fxloadGIF()
459 FXColor colormap[256]; in fxsaveGIF() local
516 store << ((FXuchar*)(colormap+i))[0]; // Blue in fxsaveGIF()
517 store << ((FXuchar*)(colormap+i))[1]; // Green in fxsaveGIF()
518 store << ((FXuchar*)(colormap+i))[2]; // Red in fxsaveGIF()
[all …]
/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/
H A Dfxgifio.cpp101 FXColor colormap[256]; in fxloadGIF() local
156 colormap[0]=FXRGB(0,0,0); in fxloadGIF()
157 colormap[1]=FXRGB(255,255,255); in fxloadGIF()
164 store >> ((FXuchar*)(colormap+i))[2]; // Red in fxloadGIF()
430 colormap[alpha]&=FXRGBA(255,255,255,0); in fxloadGIF()
434 data[i]=colormap[pix[i]]; in fxloadGIF()
460 FXColor colormap[256]; in fxsaveGIF() local
517 store << ((FXuchar*)(colormap+i))[0]; // Blue in fxsaveGIF()
518 store << ((FXuchar*)(colormap+i))[1]; // Green in fxsaveGIF()
519 store << ((FXuchar*)(colormap+i))[2]; // Red in fxsaveGIF()
[all …]
/dports/misc/gimp-help-en/gimp-help-2.10.0/po/ko/menus/colors/
H A Dmap.po23 #: src/menus/colors/map/set-colormap.xml:26(None)
31 #: src/menus/colors/map/set-colormap.xml:41(None)
37 #: src/menus/colors/map/set-colormap.xml:11(title)
38 #: src/menus/colors/map/set-colormap.xml:18(primary)
51 #: src/menus/colors/map/set-colormap.xml:22(title)
55 #: src/menus/colors/map/set-colormap.xml:30(para)
63 #: src/menus/colors/map/set-colormap.xml:37(title)
67 #: src/menus/colors/map/set-colormap.xml:45(para)
71 "colormap."
74 #: src/menus/colors/map/set-colormap.xml:52(title)
[all …]
/dports/games/xpilot/xpilot-4.5.5/src/client/
H A Dcolors.c330 colormap = 0; in Choose_visual()
446 colormap = 0; in Colors_init()
499 (colormap != 0) in Colors_init()
500 ? colormap in Colors_init()
510 ? colormap in Colors_init()
797 ? colormap in Colors_init_color_cube()
816 ? colormap in Colors_init_color_cube()
841 (colormap != 0) in Colors_free_color_cube()
842 ? colormap in Colors_free_color_cube()
972 if (colormap) { in Colors_cleanup()
[all …]
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/coders/
H A Dmpc.c891 *colormap; in ReadMPCImage() local
900 sizeof(*image->colormap)); in ReadMPCImage()
915 colormap=(unsigned char *) RelinquishMagickMemory(colormap); in ReadMPCImage()
919 p=colormap; in ReadMPCImage()
923 colormap=(unsigned char *) RelinquishMagickMemory(colormap); in ReadMPCImage()
984 colormap=(unsigned char *) RelinquishMagickMemory(colormap); in ReadMPCImage()
1469 *colormap, in WriteMPCImage() local
1477 packet_size*sizeof(*colormap)); in WriteMPCImage()
1483 q=colormap; in WriteMPCImage()
1490 colormap=(unsigned char *) RelinquishMagickMemory(colormap); in WriteMPCImage()
[all …]
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/coders/
H A Dmpc.c891 *colormap; in ReadMPCImage() local
900 sizeof(*image->colormap)); in ReadMPCImage()
915 colormap=(unsigned char *) RelinquishMagickMemory(colormap); in ReadMPCImage()
919 p=colormap; in ReadMPCImage()
923 colormap=(unsigned char *) RelinquishMagickMemory(colormap); in ReadMPCImage()
984 colormap=(unsigned char *) RelinquishMagickMemory(colormap); in ReadMPCImage()
1469 *colormap, in WriteMPCImage() local
1477 packet_size*sizeof(*colormap)); in WriteMPCImage()
1483 q=colormap; in WriteMPCImage()
1490 colormap=(unsigned char *) RelinquishMagickMemory(colormap); in WriteMPCImage()
[all …]
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/coders/
H A Dmpc.c879 *colormap; in ReadMPCImage() local
888 sizeof(*image->colormap)); in ReadMPCImage()
903 colormap=(unsigned char *) RelinquishMagickMemory(colormap); in ReadMPCImage()
907 p=colormap; in ReadMPCImage()
912 colormap=(unsigned char *) RelinquishMagickMemory(colormap); in ReadMPCImage()
966 colormap=(unsigned char *) RelinquishMagickMemory(colormap); in ReadMPCImage()
1446 *colormap, in WriteMPCImage() local
1454 packet_size*sizeof(*colormap)); in WriteMPCImage()
1460 q=colormap; in WriteMPCImage()
1467 colormap=(unsigned char *) RelinquishMagickMemory(colormap); in WriteMPCImage()
[all …]
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/coders/
H A Dmpc.c879 *colormap; in ReadMPCImage() local
888 sizeof(*image->colormap)); in ReadMPCImage()
903 colormap=(unsigned char *) RelinquishMagickMemory(colormap); in ReadMPCImage()
907 p=colormap; in ReadMPCImage()
912 colormap=(unsigned char *) RelinquishMagickMemory(colormap); in ReadMPCImage()
966 colormap=(unsigned char *) RelinquishMagickMemory(colormap); in ReadMPCImage()
1446 *colormap, in WriteMPCImage() local
1454 packet_size*sizeof(*colormap)); in WriteMPCImage()
1460 q=colormap; in WriteMPCImage()
1467 colormap=(unsigned char *) RelinquishMagickMemory(colormap); in WriteMPCImage()
[all …]
/dports/databases/p5-SQL-Abstract/SQL-Abstract-2.000001/t/
H A D12confmerge.t10 colormap => {
17 ok !defined $tree->colormap->{select}, 'select correctly got undefined from colormap';
19 ok eq_array($tree->colormap->{'group by'}, [qw(yo seph)]), 'group by correctly got overridden';
20 ok ref $tree->colormap->{'order by'}, 'but the rest of the colormap does not get blown away';
/dports/audio/hexter/hexter-1.0.3/src/
H A Dgui_images.c44 GdkColormap *colormap; in create_dummy_pixmap() local
49 colormap = gtk_widget_get_colormap (widget); in create_dummy_pixmap()
50 gdkpixmap = gdk_pixmap_colormap_create_from_xpm_d (NULL, colormap, &mask, in create_dummy_pixmap()
64 GdkColormap *colormap; in create_pixmap_from_xpm() local
69 colormap = gtk_widget_get_colormap(window); in create_pixmap_from_xpm()
70 gdkpixmap = gdk_pixmap_colormap_create_from_xpm_d(NULL, colormap, &mask, in create_pixmap_from_xpm()
/dports/games/alienarena-data/alienarena-7.66/data1/scripts/maps/
H A Dctf-purgatory.rscript6 colormap 1 1 1
16 colormap 1 1 1
26 colormap .5 .1 .1
35 colormap 0 .5 .5
83 colormap 1 1 1
99 colormap 1 1 1
109 colormap 1 1 1

12345678910>>...437