HomeSort by relevance Sort by last modified time
    Searched full:colormap (Results 1 - 25 of 376) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/docs/
MESA_pixmap_colormap.spec 33 StaticColor, GrayScale and StaticGray visuals, Mesa needs a colormap
36 The colormap associated with a window can be queried with normal
37 Xlib functions but there is no colormap associated with pixmaps.
40 which allows specification of a colormap.
53 Pixmap pixmap, Colormap cmap );
65 to compute pixel values from RGB values Mesa requires a colormap.
70 Pixmap pixmap, Colormap cmap );
72 allows one to create a GLXPixmap with a specific colormap. The image
74 same colormap and visual) with the expected results.
  /external/opencv3/modules/imgproc/src/
colormap.cpp 134 namespace colormap namespace in namespace:cv
137 class ColorMap {
143 virtual ~ColorMap() {}
145 // Applies the colormap on a given image.
158 // Interpolates from a base colormap.
165 // Interpolates from a base colormap.
172 // Interpolates from a base colormap.
178 // Equals the GNU Octave colormap "autumn".
179 class Autumn : public ColorMap {
181 Autumn() : ColorMap() {
    [all...]
  /external/ImageMagick/Magick++/tests/
color.cpp 40 struct colorStr colorMap [] =
53 for ( int i = 0; colorMap[i].color != NULL; i++ )
56 Color color( colorMap[i].color );
57 ColorRGB colorMatch( colorMap[i].red,
58 colorMap[i].green,
59 colorMap[i].blue );
64 << colorMap[i].color << "\") is "
  /external/ImageMagick/MagickCore/
colormap.c 13 % MagickCore Colormap Methods %
52 #include "MagickCore/colormap.h"
87 % AcquireImageColormap() allocates an image colormap and initializes
88 % it to a linear gray colorspace. If the image already has a colormap,
101 % o colors: the number of colors in the image colormap.
113 Allocate image colormap.
120 if (image->colormap == (PixelInfo *) NULL)
121 image->colormap=(PixelInfo *) AcquireQuantumMemory(image->colors,
122 sizeof(*image->colormap));
124 image->colormap=(PixelInfo *) ResizeQuantumMemory(image->colormap
    [all...]
colormap.h 16 MagickCore image colormap methods.
  /external/ImageMagick/config/
colors.xml 2 <!DOCTYPE colormap [
3 <!ELEMENT colormap (color)+>
18 <colormap>
28 </colormap>
  /external/ImageMagick/www/source/
colors.xml 2 <!DOCTYPE colormap [
3 <!ELEMENT colormap (color)+>
18 <colormap>
28 </colormap>
  /external/ImageMagick/coders/
map.c 50 #include "MagickCore/colormap.h"
51 #include "MagickCore/colormap-private.h"
88 % ReadMAPImage() reads an image of raw RGB colormap and colormap index
136 *colormap,
171 colormap=(unsigned char *) AcquireQuantumMemory(image->colors,packet_size*
172 sizeof(*colormap));
174 (colormap == (unsigned char *) NULL))
177 Read image colormap.
179 count=ReadBlob(image,packet_size*image->colors,colormap);
133 *colormap, local
362 *colormap, local
    [all...]
rle.c 47 #include "MagickCore/colormap.h"
48 #include "MagickCore/colormap-private.h"
190 *colormap,
264 colormap=(unsigned char *) NULL;
270 colormap=(unsigned char *) AcquireQuantumMemory(number_colormaps,
271 3*map_length*sizeof(*colormap));
272 if (colormap == (unsigned char *) NULL)
274 p=colormap;
399 colormap=(unsigned char *) RelinquishMagickMemory(colormap);
187 *colormap, local
    [all...]
  /external/libjpeg-turbo/
rdbmp.c 61 JSAMPARRAY colormap; /* BMP colormap (converted to my format) */ member in struct:_bmp_source_struct
86 /* Read the colormap from a BMP file */
94 sinfo->colormap[2][i] = (JSAMPLE) read_byte(sinfo);
95 sinfo->colormap[1][i] = (JSAMPLE) read_byte(sinfo);
96 sinfo->colormap[0][i] = (JSAMPLE) read_byte(sinfo);
102 sinfo->colormap[2][i] = (JSAMPLE) read_byte(sinfo);
103 sinfo->colormap[1][i] = (JSAMPLE) read_byte(sinfo);
104 sinfo->colormap[0][i] = (JSAMPLE) read_byte(sinfo);
124 /* This version is for reading 8-bit colormap indexes *
127 register JSAMPARRAY colormap = source->colormap; local
    [all...]
wrbmp.c 190 /* Write a Windows-style BMP file header, including colormap if needed */
205 /* Compute colormap size and total file size */
220 /* Grayscale output. We need to fake a 256-entry colormap. */
225 headersize = 14 + 40 + cmap_entries * 4; /* Header and colormap */
266 /* Write an OS2-style BMP file header, including colormap if needed */
273 /* Compute colormap size and total file size */
288 /* Grayscale output. We need to fake a 256-entry colormap. */
293 headersize = 14 + 12 + cmap_entries * 3; /* Header and colormap */
325 * Write the colormap.
333 JSAMPARRAY colormap = cinfo->colormap local
    [all...]
wrtarga.c 143 register JSAMPROW color_map0 = cinfo->colormap[0];
168 /* demap quantized gray output. Never emit a colormap. */
176 /* We only support 8-bit colormap indexes, so only 256 colors */
181 /* Write the colormap. Note Targa uses BGR byte order */
184 putc(GETJSAMPLE(cinfo->colormap[2][i]), outfile);
185 putc(GETJSAMPLE(cinfo->colormap[1][i]), outfile);
186 putc(GETJSAMPLE(cinfo->colormap[0][i]), outfile);
wrrle.c 59 rle_map *colormap; /* RLE-style color map, or NULL if none */ member in struct:__anon15264
112 /* Convert colormap, if any, to RLE format. */
114 dest->colormap = NULL;
119 dest->colormap = (rle_map *) (*cinfo->mem->alloc_small)
121 MEMZERO(dest->colormap, cmapsize);
127 dest->colormap[ci * CMAPLENGTH + i] =
128 GETJSAMPLE(cinfo->colormap[ci][i]) << 8;
202 header.cmap = dest->colormap;
203 /* Add a comment to the output image with the true colormap length. */
rdrle.c 44 * GRAYSCALE - 8 bits, no colormap
46 * PSEUDOCOLOR - 8 bits, 3 channel colormap
47 * TRUECOLOR - 24 bits, 3 channel colormap
48 * DIRECTCOLOR - 24 bits, no colormap
212 rle_map *colormap; local
215 colormap = source->header.cmap;
223 *dest_row++ = (JSAMPLE) (colormap[val ] >> 8);
224 *dest_row++ = (JSAMPLE) (colormap[val + 256] >> 8);
225 *dest_row++ = (JSAMPLE) (colormap[val + 512] >> 8);
249 rle_map *colormap; local
    [all...]
  /external/ImageMagick/ImageMagick/api/
colormap.html 9 <title>ImageMagick: MagickCore, C API for ImageMagick: Colormap Methods</title>
15 <meta name="keywords" content="magickcore, c, api, for, imagemagick:, colormap, methods, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert"/>
55 <p class="text-center"><a href="colormap.php#AcquireImageColormap">AcquireImageColormap</a> &bull; <a href="colormap.php#CycleColormap">CycleColormap</a></p>
59 <p>AcquireImageColormap() allocates an image colormap and initializes it to a linear gray colorspace. If the image already has a colormap, it is replaced. AcquireImageColormap() returns MagickTrue if successful, otherwise MagickFalse if there is not enough memory.</p>
80 <dd>the number of colors in the image colormap. </dd>
90 <p>CycleColormap() displaces an image's colormap by a given number of positions. If you cycle the colormap a number of times you can produce a psychodelic effect.</p>
92 <p>WARNING: this assumes an images colormap is in a well know and defined order. Currently Imagemagick has no way of setting that order.</p
    [all...]
  /external/ImageMagick/www/api/
colormap.html 8 <title>ImageMagick: MagickCore, C API for ImageMagick: Colormap Methods</title>
17 <meta name="keywords" content="magickcore, c, api, for, imagemagick:, colormap, methods, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert"/>
59 <p class="text-center"><a href="colormap.html#AcquireImageColormap">AcquireImageColormap</a> &#8226; <a href="colormap.html#CycleColormap">CycleColormap</a></p>
63 <p>AcquireImageColormap() allocates an image colormap and initializes it to a linear gray colorspace. If the image already has a colormap, it is replaced. AcquireImageColormap() returns MagickTrue if successful, otherwise MagickFalse if there is not enough memory.</p>
84 <dd>the number of colors in the image colormap. </dd>
94 <p>CycleColormap() displaces an image's colormap by a given number of positions. If you cycle the colormap a number of times you can produce a psychodelic effect.</p>
96 <p>WARNING: this assumes an images colormap is in a well know and defined order. Currently Imagemagick has no way of setting that order.</p
    [all...]
colormap.php 9 <title>ImageMagick: MagickCore, C API for ImageMagick: Colormap Methods</title>
15 <meta name="keywords" content="magickcore, c, api, for, imagemagick:, colormap, methods, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert"/>
55 <p class="text-center"><a href="colormap.php#AcquireImageColormap">AcquireImageColormap</a> &bull; <a href="colormap.php#CycleColormap">CycleColormap</a></p>
59 <p>AcquireImageColormap() allocates an image colormap and initializes it to a linear gray colorspace. If the image already has a colormap, it is replaced. AcquireImageColormap() returns MagickTrue if successful, otherwise MagickFalse if there is not enough memory.</p>
80 <dd>the number of colors in the image colormap. </dd>
90 <p>CycleColormap() displaces an image's colormap by a given number of positions. If you cycle the colormap a number of times you can produce a psychodelic effect.</p>
92 <p>WARNING: this assumes an images colormap is in a well know and defined order. Currently Imagemagick has no way of setting that order.</p
    [all...]
  /external/giflib/
gifalloc.c 37 * ColorMap if that pointer is non-NULL.
40 GifMakeMapObject(int ColorCount, const GifColorType *ColorMap)
65 if (ColorMap != NULL) {
67 (char *)ColorMap, ColorCount * sizeof(GifColorType));
298 /* Deallocate its Colormap */
299 if (sp->ImageDesc.ColorMap != NULL) {
300 GifFreeMapObject(sp->ImageDesc.ColorMap);
301 sp->ImageDesc.ColorMap = NULL;
347 if (sp->ImageDesc.ColorMap != NULL) {
348 sp->ImageDesc.ColorMap = GifMakeMapObject
    [all...]
egif_lib.c 266 const ColorMapObject *ColorMap)
296 if (ColorMap) {
297 GifFile->SColorMap = GifMakeMapObject(ColorMap->ColorCount,
298 ColorMap->Colors);
318 Buf[0] = (ColorMap ? 0x80 : 0x00) | /* Yes/no global colormap */
320 (ColorMap ? ColorMap->BitsPerPixel - 1 : 0x07 ); /* Actual size of the
322 if (ColorMap != NULL && ColorMap->SortFlag
    [all...]
  /external/libpng/contrib/examples/
pngtopng.c 42 /* Change this to try different formats! If you set a colormap format
43 * then you must also supply a colormap below.
52 0/*row_stride*/, NULL/*colormap for PNG_FORMAT_FLAG_COLORMAP */))
56 NULL/*colormap*/))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
Xcup.h 50 Colormap /* colormap */,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluscolormatrix.h 56 typedef struct ColorMap {
59 } ColorMap;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xcms.h 349 Colormap /* colormap */,
356 Colormap /* colormap */,
365 Colormap /* colormap */
602 Colormap /* colormap */,
627 Colormap /* colormap */,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xcms.h 347 Colormap /* colormap */,
354 Colormap /* colormap */,
363 Colormap /* colormap */
600 Colormap /* colormap */,
625 Colormap /* colormap */,
    [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/jni-headers/linux/
jawt_md.h 28 Colormap colormapID;

Completed in 1066 milliseconds

1 2 3 4 5 6 7 8 91011>>