HomeSort by relevance Sort by last modified time
    Searched refs:colormap (Results 101 - 125 of 145) sorted by null

1 2 3 45 6

  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_api.c 434 * \param cmap the window's colormap, if known.
439 XMesaVisual vis, Colormap cmap)
483 * Find an XMesaBuffer by matching X display and colormap but NOT matching
487 xmesa_find_buffer(Display *dpy, Colormap cmap, XMesaBuffer notThis)
552 * \param cmap the colormap associated with the window/pixmap
558 Colormap cmap)
956 Colormap cmap;
971 /* Find colormap */
972 if (attr.colormap) {
973 cmap = attr.colormap;
    [all...]
  /external/ImageMagick/MagickCore/
fx.c     [all...]
threshold.c 50 #include "MagickCore/colormap.h"
726 q=image->colormap;
    [all...]
compress.c 618 SetPixelViaPixelInfo(image,image->colormap+(ssize_t) index,q);
    [all...]
widget.c     [all...]
identify.c     [all...]
  /external/ImageMagick/coders/
ps.c     [all...]
tiff.c 55 #include "MagickCore/colormap.h"
    [all...]
json.c     [all...]
  /external/pdfium/third_party/lpng_v163/
png.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlib.h 279 Colormap cmap; /* default color map */
315 Colormap colormap; /* color map to be associated with window */ member in struct:__anon37551
337 Colormap colormap; /* color map to be associated with window */ member in struct:__anon37552
899 Colormap colormap; /* COLORMAP or None */ member in struct:__anon37591
    [all...]
Xproto.h 245 #define Colormap CARD32
333 Colormap defaultColormap B32;
448 Colormap colormap B32;
1164 Colormap colormap B32;
1172 } colormap;
1169 } colormap; member in union:_xEvent::__anon37700
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xlib.h 276 Colormap cmap; /* default color map */
312 Colormap colormap; /* color map to be associated with window */ member in struct:__anon39414
334 Colormap colormap; /* color map to be associated with window */ member in struct:__anon39415
896 Colormap colormap; /* COLORMAP or None */ member in struct:__anon39454
    [all...]
Xproto.h 245 #define Colormap CARD32
333 Colormap defaultColormap B32;
448 Colormap colormap B32;
1164 Colormap colormap B32;
1172 } colormap;
1169 } colormap; member in union:_xEvent::__anon39563
    [all...]
  /external/libjpeg-turbo/
jpeglib.h 507 int desired_number_of_colors; /* max # colors to use in created colormap */
510 boolean enable_external_quant;/* enable future use of external colormap */
523 /* output_components is 1 (a colormap index) when quantizing colors;
532 /* When quantizing colors, the output colormap is described by these fields.
533 * The application can supply a colormap by setting colormap non-NULL before
534 * calling jpeg_start_decompress; otherwise a colormap is created during
539 JSAMPARRAY colormap; /* The color map as a 2-D pixel array */ member in struct:jpeg_decompress_struct
    [all...]
  /external/opencv3/3rdparty/libjpeg/
jpeglib.h 488 int desired_number_of_colors; /* max # colors to use in created colormap */
491 boolean enable_external_quant;/* enable future use of external colormap */
504 /* output_components is 1 (a colormap index) when quantizing colors;
513 /* When quantizing colors, the output colormap is described by these fields.
514 * The application can supply a colormap by setting colormap non-NULL before
515 * calling jpeg_start_decompress; otherwise a colormap is created during
520 JSAMPARRAY colormap; /* The color map as a 2-D pixel array */ member in struct:jpeg_decompress_struct
    [all...]
  /external/webrtc/webrtc/modules/video_render/test/testAPI/
testAPI.cc 185 xswa.colormap = XCreateColormap(_display, DefaultRootWindow(_display), vinfo.visual, AllocNone);
  /external/mesa3d/src/mesa/drivers/x11/
xm_api.c 277 * \param cmap the window's colormap, if known.
357 * Find an XMesaBuffer by matching X display and colormap but NOT matching
554 * \param cmap the colormap associated with the window/pixmap
1013 /* Find colormap */
1014 if (attr.colormap) {
1015 cmap = attr.colormap;
1018 _mesa_warning(NULL, "Window %u has no colormap!\n", (unsigned int) w);
1019 /* this is weird, a window w/out a colormap!? */
1043 * \param cmap the colormap, may be 0 if using a \c GLX_TRUE_COLOR or
    [all...]
  /external/ImageMagick/Magick++/lib/
Image.cpp 510 image()->colormap=(PixelInfo *)RelinquishMagickMemory(image()->colormap);
546 "Colormap entries must not exceed MaxColormapSize");
556 if (!constImage()->colormap)
558 "Image does not contain a colormap");
    [all...]
  /external/ImageMagick/www/api/
pixel-wand.php 669 <p>PixelGetIndex() returns the colormap index from the pixel wand.</p>
    [all...]
quantize.php 75 <p>(1) Initializes data structures for nodes only as they are needed; (2) Chooses a maximum depth for the tree as a function of the desired number of colors in the output image (currently log2(colormap size)).</p>
168 <p>CompressImageColormap() compresses an image colormap by removing any duplicate or unused color entries.</p>
  /external/pdfium/third_party/libjpeg/
jpeglib.h 549 int desired_number_of_colors; /* max # colors to use in created colormap */
552 boolean enable_external_quant;/* enable future use of external colormap */
565 /* output_components is 1 (a colormap index) when quantizing colors;
574 /* When quantizing colors, the output colormap is described by these fields.
575 * The application can supply a colormap by setting colormap non-NULL before
576 * calling jpeg_start_decompress; otherwise a colormap is created during
581 JSAMPARRAY colormap; /* The color map as a 2-D pixel array */ member in struct:jpeg_decompress_struct
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /external/opencv3/modules/imgproc/include/opencv2/
imgproc.hpp 156 In OpenCV you only need applyColorMap to apply a colormap on a given image. The following sample
157 code reads the path to an image from command line, applies a Jet colormap on it and shows the
175 cerr << "We need an image to process here. Please run: colorMap [path_to_image]" << endl;
184 // Holds the colormap version of the image:
186 // Apply the colormap:
189 imshow("colorMap", img_color);
    [all...]
  /external/opencv3/modules/java/src/
imgproc+Imgproc.java     [all...]

Completed in 4873 milliseconds

1 2 3 45 6