Home
last modified time | relevance | path

Searched refs:colormap (Results 251 – 275 of 11171) sorted by relevance

1...<<11121314151617181920>>...447

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageAffine.c152 const void *colormap) in mlib_ImageAffine_alltypes() argument
216 if (colormap != NULL && filter != MLIB_NEAREST) { in mlib_ImageAffine_alltypes()
220 if (mlib_ImageGetLutType(colormap) == MLIB_SHORT) in mlib_ImageAffine_alltypes()
224 if (mlib_ImageGetLutChannels(colormap) == 4) in mlib_ImageAffine_alltypes()
256 if (colormap != NULL) { in mlib_ImageAffine_alltypes()
257 res = mlib_AffineFunArr_bl_i[t_ind] (param, colormap); in mlib_ImageAffine_alltypes()
268 if (colormap != NULL) { in mlib_ImageAffine_alltypes()
269 res = mlib_AffineFunArr_bc_i[t_ind] (param, colormap); in mlib_ImageAffine_alltypes()
306 mlib_ImageAffineEdgeZero(param, param_e, colormap); in mlib_ImageAffine_alltypes()
316 res = mlib_ImageAffineEdgeExtend_BL(param, param_e, colormap); in mlib_ImageAffine_alltypes()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageAffine.c152 const void *colormap) in mlib_ImageAffine_alltypes() argument
216 if (colormap != NULL && filter != MLIB_NEAREST) { in mlib_ImageAffine_alltypes()
220 if (mlib_ImageGetLutType(colormap) == MLIB_SHORT) in mlib_ImageAffine_alltypes()
224 if (mlib_ImageGetLutChannels(colormap) == 4) in mlib_ImageAffine_alltypes()
256 if (colormap != NULL) { in mlib_ImageAffine_alltypes()
257 res = mlib_AffineFunArr_bl_i[t_ind] (param, colormap); in mlib_ImageAffine_alltypes()
268 if (colormap != NULL) { in mlib_ImageAffine_alltypes()
269 res = mlib_AffineFunArr_bc_i[t_ind] (param, colormap); in mlib_ImageAffine_alltypes()
306 mlib_ImageAffineEdgeZero(param, param_e, colormap); in mlib_ImageAffine_alltypes()
316 res = mlib_ImageAffineEdgeExtend_BL(param, param_e, colormap); in mlib_ImageAffine_alltypes()
[all …]
/dports/www/wt/wt-4.6.1/examples/chart3D/
H A DColorMapTest.h20 std::vector<Wt::Chart::WStandardColorMap::Pair> colormap; in ColorMapTest() local
21colormap.push_back(Wt::Chart::WStandardColorMap::Pair(0, Wt::WColor(Wt::StandardColor::DarkRed))); in ColorMapTest()
22 colormap.push_back(Wt::Chart::WStandardColorMap::Pair(1, Wt::WColor(Wt::StandardColor::Red))); in ColorMapTest()
23 colormap.push_back(Wt::Chart::WStandardColorMap::Pair(2, Wt::WColor(Wt::StandardColor::Gray))); in ColorMapTest()
24 colormap_ = std::make_unique<Wt::Chart::WStandardColorMap>(0,3,colormap, false); in ColorMapTest()
25 colormap2_ = std::make_unique<Wt::Chart::WStandardColorMap>(0,2,colormap, true); in ColorMapTest()
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/xs/
H A DGdkPixmap.xs130 =for arg drawable may be undef if I<$colormap> is given
131 =for arg colormap GdkColormap to use for the new image; may be undef if I<$drawable> is given.
135 gdk_pixmap_colormap_create_from_xpm (class, drawable, colormap, transparent_color, filename)
137 GdkColormap_ornull *colormap
144 pixmap = gdk_pixmap_colormap_create_from_xpm (drawable, colormap,
153 =for arg drawable used to determine the colormap and visual of the image.
186 =for arg drawable may be undef if I<$colormap> is given
187 =for arg colormap GdkColormap to use for the new image; may be undef if I<$drawable> is given.
192 Create a pixmap from the provided xpm data, using a specific colormap.
198 GdkColormap_ornull *colormap
[all …]
/dports/irc/insub/insub-16.0/old/dist/
H A Dgay-2.8.pl280 my @colormap;
283 @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);
286 @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);
289 while (scalar(@colormap) < 24) {
292 push(@colormap, $color);
299 @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);
302 @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);
305 @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);
311 @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);
314 @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/games/dxx-rebirth/dxx-rebirth_20211220-src/common/2d/
H A Dbitmap.cpp145 return used[mapped] = true, colormap[mapped]; in decode_data()
155 …build_colormap_good(const palette_array_t &palette, std::array<color_palette_index, 256> &colormap) in build_colormap_good() argument
160 std::transform(palette.begin(), palette.end(), colormap.begin(), a); in build_colormap_good()
165 std::array<color_palette_index, 256> colormap; in gr_remap_bitmap_good() local
166 build_colormap_good(palette, colormap); in gr_remap_bitmap_good()
168 if (super_transparent_color < colormap.size()) in gr_remap_bitmap_good()
169 colormap[super_transparent_color] = color_palette_index{254}; in gr_remap_bitmap_good()
171 if (transparent_color < colormap.size()) in gr_remap_bitmap_good()
172 colormap[transparent_color] = TRANSPARENCY_COLOR; in gr_remap_bitmap_good()
176 decode_data(bmp.get_bitmap_data(), bmp.bm_w * bmp.bm_h, colormap, freq ); in gr_remap_bitmap_good()
[all …]
/dports/games/odamex/odamex-src-0.7.0/client/src/
H A Dr_drawt_sse2.cpp96 rt_mapcolor<argb_t>(dcol.colormap, source[0]), in rtv_lucent4cols_SSE2()
97 rt_mapcolor<argb_t>(dcol.colormap, source[1]), in rtv_lucent4cols_SSE2()
98 rt_mapcolor<argb_t>(dcol.colormap, source[2]), in rtv_lucent4cols_SSE2()
99 rt_mapcolor<argb_t>(dcol.colormap, source[3]) in rtv_lucent4cols_SSE2()
181 *dest = dspan.colormap.shade(dspan.source[spot]); in R_DrawSpanD_SSE2()
204 dspan.colormap.shade(dspan.source[spot0]), in R_DrawSpanD_SSE2()
205 dspan.colormap.shade(dspan.source[spot1]), in R_DrawSpanD_SSE2()
206 dspan.colormap.shade(dspan.source[spot2]), in R_DrawSpanD_SSE2()
207 dspan.colormap.shade(dspan.source[spot3]) in R_DrawSpanD_SSE2()
228 *dest = dspan.colormap.shade(dspan.source[spot]); in R_DrawSpanD_SSE2()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/painting/
H A Dqcolormap.qdoc58 -1, this function returns the colormap for the default screen.
62 \fn QColormap::QColormap(const QColormap &colormap)
64 Constructs a copy of another \a colormap.
70 Destroys the colormap.
79 \sa colormap()
101 Returns the mode of this colormap.
115 \fn const QVector<QColor> QColormap::colormap() const
117 Returns a vector of colors which represents the devices colormap
128 Returns an handle to the HPALETTE used by this colormap. If no
134 \fn QColormap &QColormap::operator=(const QColormap &colormap)
[all …]
/dports/x11/libXpm/libXpm-3.5.13/src/
H A Damigax.c190 Colormap colormap, in AllocBestPen() argument
209 QueryColor (colormap, screen_in_out); in AllocBestPen()
217 num_cells = colormap->Count; in AllocBestPen()
219 QueryColor (colormap, &nearest); in AllocBestPen()
232 QueryColor (colormap, &trial); in AllocBestPen()
259 Colormap colormap, in FreePens() argument
268 ReleasePen (colormap, pixels[i]); in FreePens()
347 Colormap colormap, in QueryColor() argument
363 rgb = GetRGB4 (colormap, def_in_out->pixel); in QueryColor()
375 Colormap colormap, in QueryColors() argument
[all …]
/dports/x11-toolkits/gtkdatabox/gtkdatabox-0.9.3.1/gtk/
H A Dgtkdatabox_graph.c132 GdkColormap *colormap = NULL; in gtk_databox_graph_delete_gc() local
134 colormap = gdk_gc_get_colormap (priv->gc); in gtk_databox_graph_delete_gc()
135 gdk_colormap_free_colors (colormap, &priv->color, 1); in gtk_databox_graph_delete_gc()
167 GdkColormap *colormap = NULL; in gtk_databox_graph_real_create_gc() local
177 colormap = style->colormap; in gtk_databox_graph_real_create_gc()
178 g_return_val_if_fail (colormap, NULL); in gtk_databox_graph_real_create_gc()
179 g_return_val_if_fail (gdk_colormap_alloc_color (colormap, in gtk_databox_graph_real_create_gc()
340 GdkColormap *colormap = NULL; in gtk_databox_graph_set_color() local
346 colormap = gdk_gc_get_colormap (priv->gc); in gtk_databox_graph_set_color()
347 gdk_colormap_free_colors (colormap, &priv->color, 1); in gtk_databox_graph_set_color()
[all …]
/dports/sysutils/mxkill/mxkill1.2/
H A Dalncolor.c58 colormap; local
61 colormap = DefaultColormap (display, screen);
63 if (XParseColor (display, colormap, name, &def ))
65 status = XAllocColor (display, colormap, &def);
72 (void) BestPixel (display, colormap, (XColor *) NULL,
/dports/x11-toolkits/lesstif/lesstif-0.95.2/clients/Motif-2.1/mwm/
H A Dcolormaps.c62 if (scr->last_cmap != attributes.colormap) in COLOR_InstallWindowColorMap()
64 scr->last_cmap = attributes.colormap; in COLOR_InstallWindowColorMap()
65 XInstallColormap(dpy, attributes.colormap); in COLOR_InstallWindowColorMap()
72 if (scr->last_cmap != tmp->attr.colormap) in COLOR_InstallWindowColorMap()
74 scr->last_cmap = tmp->attr.colormap; in COLOR_InstallWindowColorMap()
75 XInstallColormap(dpy, tmp->attr.colormap); in COLOR_InstallWindowColorMap()
/dports/math/octave/octave-6.4.0/scripts/image/
H A Dviridis.m29 ## Create color colormap. This colormap ranges from dark purplish-blue through
33 ## If unspecified, the length of the current colormap, or 64, is used.
34 ## @seealso{colormap}
37 ## This is a port to Octave of the default matplotlib colormap "viridis"
53 n = rows (get (hf, "colormap"));
58 ## FIXME: Is there no algorithmic definition of the viridis colormap?
322 ## A better demo of this colormap would be to plot the CIECAM02 values.
324 %! ## Show the 'viridis' colormap profile and as an image
/dports/games/alienarena-data/alienarena-7.66/data1/scripts/maps/
H A Dtca-extermination.rscript42 colormap 1 1 1
52 colormap 1 1 1
64 colormap 1 .8 .7
74 colormap 1 1 1
83 colormap 1 1 1
95 colormap 1 1 1
115 colormap 1 1 1
131 colormap 1 1 1
141 colormap 1 1 1
H A Dctf-extermination.rscript42 colormap 1 1 1
52 colormap 1 1 1
64 colormap 1 .8 .7
74 colormap 1 1 1
83 colormap 1 1 1
95 colormap 1 1 1
115 colormap 1 1 1
131 colormap 1 1 1
141 colormap 1 1 1
H A Ddm-extermination.rscript42 colormap 1 1 1
52 colormap 1 .7 1
62 colormap 1 .8 .7
72 colormap 1 1 1
81 colormap 1 1 1
93 colormap 1 1 1
113 colormap 1 1 1
129 colormap 1 1 1
139 colormap 1 1 1
H A Dtac-extermination.rscript42 colormap 1 1 1
52 colormap 1 1 1
64 colormap 1 .8 .7
74 colormap 1 1 1
83 colormap 1 1 1
95 colormap 1 1 1
115 colormap 1 1 1
131 colormap 1 1 1
141 colormap 1 1 1
/dports/math/py-pandas/pandas-1.2.5/pandas/plotting/
H A D_misc.py143 def radviz(frame, class_column, ax=None, color=None, colormap=None, **kwds): argument
218 colormap=colormap,
224 frame, class_column, ax=None, samples=200, color=None, colormap=None, **kwargs argument
277 colormap=colormap,
343 colormap=None, argument
405 colormap=colormap,
/dports/graphics/netpbm/netpbm-10.91.01/converter/ppm/
H A Dppmtoilbm.c350 writeCmap(pixel * const colormap, in writeCmap() argument
876 pixel * const colormap, in doHamBody() argument
1057 pixel * colormap; in ppmToHam() local
1150 ppm_freerow(colormap); in ppmToHam()
1151 colormap = newcmap; in ppmToHam()
1544 pixel * colormap; in ppmToStd() local
1580 colormap = newcmap; in ppmToStd()
1876 pixel * colormap; in main() local
2247 colormap = in main()
2250 if (colormap) { in main()
[all …]
/dports/misc/gimp-help-en/gimp-help-2.10.0/po/sv/menus/colors/
H A Dmap.po14 #: src/menus/colors/map/set-colormap.xml:25(None)
21 #: src/menus/colors/map/set-colormap.xml:39(None)
27 #: src/menus/colors/map/set-colormap.xml:11(title)
28 #: src/menus/colors/map/set-colormap.xml:18(primary)
41 #: src/menus/colors/map/set-colormap.xml:22(title)
45 #: src/menus/colors/map/set-colormap.xml:29(para)
53 #: src/menus/colors/map/set-colormap.xml:36(title)
57 #: src/menus/colors/map/set-colormap.xml:43(para)
61 "colormap."
64 #: src/menus/colors/map/set-colormap.xml:50(title)
[all …]
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/coders/
H A Drle.c194 MagickFreeResourceLimitedMemory(colormap); \
245 *colormap = (unsigned char *) NULL, in ReadRLEImage() local
370 if (colormap == (unsigned char *) NULL) in ReadRLEImage()
373 p=colormap; /* unsigned char * */ in ReadRLEImage()
618 *p=colormap[index]; in ReadRLEImage()
628 *p=colormap[index]; in ReadRLEImage()
676 p=colormap; in ReadRLEImage()
696 image->colormap[i].blue=0U; in ReadRLEImage()
758 MagickFreeMemory(image->colormap); in ReadRLEImage()
759 image->colormap=(PixelPacket *) NULL; in ReadRLEImage()
[all …]
H A Dgif.c320 *q=image->colormap[index]; in DecodeImage()
1118 *colormap; in ReadGIFImage() local
1133 MagickFreeMemory(colormap); in ReadGIFImage()
1136 p=colormap; in ReadGIFImage()
1145 MagickFreeMemory(colormap); in ReadGIFImage()
1320 *colormap, in WriteGIFImage() local
1368 if (colormap == (unsigned char *) NULL) in WriteGIFImage()
1374 colormap[i]=0; in WriteGIFImage()
1482 q=colormap; in WriteGIFImage()
1614 MagickFreeMemory(colormap); in WriteGIFImage()
[all …]
/dports/graphics/gdk-pixbuf2/gdk-pixbuf-2.40.0/contrib/gdk-pixbuf-xlib/
H A Dgdk-pixbuf-xlib-drawable.c77 Colormap colormap; member
89 xc->colormap = id; in xlib_get_colormap()
222 | colormap->colors[xx].blue << 16 in rgb1a()
223 | colormap->colors[xx].green << 8 in rgb1a()
224 | colormap->colors[xx].red; in rgb1a()
227 | colormap->colors[xx].red << 24 in rgb1a()
229 | colormap->colors[xx].blue << 8; in rgb1a()
311 | colormap->colors[xx].blue << 16 in rgb8a()
313 | colormap->colors[xx].red; in rgb8a()
316 | colormap->colors[xx].red << 24 in rgb8a()
[all …]
/dports/x11-toolkits/fox16/fox-1.6.57/src/
H A Dfxfsquantize.cpp55 FXbool fxfsquantize(FXuchar* dst,const FXColor* src,FXColor* colormap,FXint& actualcolors,FXint w,F… in fxfsquantize() argument
63 ((FXuchar*)(colormap+i))[0]=(r1*255+3)/7; in fxfsquantize()
64 ((FXuchar*)(colormap+i))[1]=(g1*255+3)/7; in fxfsquantize()
65 ((FXuchar*)(colormap+i))[2]=(b1*255+1)/3; in fxfsquantize()
66 ((FXuchar*)(colormap+i))[3]=255; in fxfsquantize()
118 r1-=((FXuchar*)(colormap+val))[0]; in fxfsquantize()
119 g1-=((FXuchar*)(colormap+val))[1]; in fxfsquantize()
120 b1-=((FXuchar*)(colormap+val))[2]; in fxfsquantize()
/dports/x11-toolkits/fox14/fox-1.4.35/src/
H A Dfxfsquantize.cpp55 FXbool fxfsquantize(FXuchar* dst,const FXColor* src,FXColor* colormap,FXint& actualcolors,FXint w,F… in fxfsquantize() argument
63 ((FXuchar*)(colormap+i))[0]=(r1*255+3)/7; in fxfsquantize()
64 ((FXuchar*)(colormap+i))[1]=(g1*255+3)/7; in fxfsquantize()
65 ((FXuchar*)(colormap+i))[2]=(b1*255+1)/3; in fxfsquantize()
66 ((FXuchar*)(colormap+i))[3]=255; in fxfsquantize()
118 r1-=((FXuchar*)(colormap+val))[0]; in fxfsquantize()
119 g1-=((FXuchar*)(colormap+val))[1]; in fxfsquantize()
120 b1-=((FXuchar*)(colormap+val))[2]; in fxfsquantize()

1...<<11121314151617181920>>...447