HomeSort by relevance Sort by last modified time
    Searched full:colormap (Results 126 - 150 of 258) sorted by null

1 2 3 4 56 7 8 91011

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xutil.h 315 Colormap colormap; member in struct:__anon47708
711 XStandardColormap* /* colormap */,
  /external/chromium_org/third_party/libjpeg_turbo/
jpeglib.h 512 int desired_number_of_colors; /* max # colors to use in created colormap */
515 boolean enable_external_quant;/* enable future use of external colormap */
528 /* output_components is 1 (a colormap index) when quantizing colors;
537 /* When quantizing colors, the output colormap is described by these fields.
538 * The application can supply a colormap by setting colormap non-NULL before
539 * calling jpeg_start_decompress; otherwise a colormap is created during
544 JSAMPARRAY colormap; /* The color map as a 2-D pixel array */ member in struct:jpeg_decompress_struct
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xmesaP.h 198 XMesaColormap cmap; /* the X colormap */
222 * because they depend on the window's colormap.
realglx.h 52 Pixmap pixmap, Colormap cmap );
  /external/jpeg/
jpeglib.h 454 int desired_number_of_colors; /* max # colors to use in created colormap */
457 boolean enable_external_quant;/* enable future use of external colormap */
470 /* output_components is 1 (a colormap index) when quantizing colors;
479 /* When quantizing colors, the output colormap is described by these fields.
480 * The application can supply a colormap by setting colormap non-NULL before
481 * calling jpeg_start_decompress; otherwise a colormap is created during
486 JSAMPARRAY colormap; /* The color map as a 2-D pixel array */ member in struct:jpeg_decompress_struct
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
xmesaP.h 198 XMesaColormap cmap; /* the X colormap */
222 * because they depend on the window's colormap.
realglx.h 52 Pixmap pixmap, Colormap cmap );
  /external/pdfium/core/include/thirdparties/libjpeg/
jpeglib.h 514 int desired_number_of_colors; /* max # colors to use in created colormap */
517 boolean enable_external_quant;/* enable future use of external colormap */
530 /* output_components is 1 (a colormap index) when quantizing colors;
539 /* When quantizing colors, the output colormap is described by these fields.
540 * The application can supply a colormap by setting colormap non-NULL before
541 * calling jpeg_start_decompress; otherwise a colormap is created during
546 JSAMPARRAY colormap; /* The color map as a 2-D pixel array */ member in struct:jpeg_decompress_struct
    [all...]
  /external/pdfium/core/src/fxcodec/libjpeg/
jpeglib.h 514 int desired_number_of_colors; /* max # colors to use in created colormap */
517 boolean enable_external_quant;/* enable future use of external colormap */
530 /* output_components is 1 (a colormap index) when quantizing colors;
539 /* When quantizing colors, the output colormap is described by these fields.
540 * The application can supply a colormap by setting colormap non-NULL before
541 * calling jpeg_start_decompress; otherwise a colormap is created during
546 JSAMPARRAY colormap; /* The color map as a 2-D pixel array */ member in struct:jpeg_decompress_struct
    [all...]
  /external/qemu/distrib/jpeg-6b/
jpeglib.h 454 int desired_number_of_colors; /* max # colors to use in created colormap */
457 boolean enable_external_quant;/* enable future use of external colormap */
470 /* output_components is 1 (a colormap index) when quantizing colors;
479 /* When quantizing colors, the output colormap is described by these fields.
480 * The application can supply a colormap by setting colormap non-NULL before
481 * calling jpeg_start_decompress; otherwise a colormap is created during
486 JSAMPARRAY colormap; /* The color map as a 2-D pixel array */ member in struct:jpeg_decompress_struct
    [all...]
  /external/qemu/distrib/sdl-1.2.15/test/
testwin.c 74 " (colormap fading will suffer - try the -warp option)\n"
141 /* Fade the colormap */
testbitmap.c 106 /* Set a gray colormap, reverse order from white to black */
  /frameworks/ex/framesequence/jni/
FrameSequence_gif.cpp 315 if (frame.ImageDesc.ColorMap) {
316 cmap = frame.ImageDesc.ColorMap;
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-linux.c 150 swa.colormap = XCreateColormap(sDisplay,
  /external/chromium_org/ui/display/chromeos/x11/
native_display_delegate_x11.cc 633 Colormap colormap = DefaultColormap(display_, 0); local
639 XAllocColor(display_, colormap, &color);
648 XFreeColors(display_, colormap, &color.pixel, 1, 0);
  /external/deqp/framework/platform/X11/
tcuX11.cpp 146 swa.colormap = m_colormap;
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusColorMatrix.h 57 struct ColorMap
  /external/chromium_org/tools/telemetry/third_party/png/
png.py 334 colormap=None,
459 # Ditto for `colormap`.
583 # colormap, interlace) are converted to bool because Iverson's
592 self.colormap = bool(palette)
599 self.color_type = 4*self.alpha + 2*(not greyscale) + 1*self.colormap
602 self.color_planes = (3,1)[self.greyscale or self.colormap]
    [all...]
  /external/libpng/contrib/libtests/
pngstest.c 562 png_uint_16 colormap[256*4]; member in struct:__anon29224
    [all...]
  /external/libpng/
pngread.c 1415 png_voidp colormap; member in struct:__anon29239
2916 png_const_colorp colormap = png_ptr->palette; local
    [all...]
example.c 86 * The final argument is a pointer to a buffer for the colormap;
88 * you choose what format to make the colormap by setting
89 * image.format). A colormap is only returned if
96 * to find the maximum size of the colormap in bytes.
100 0/*row_stride*/, NULL/*colormap*/))
108 buffer, 0/*row_stride*/, NULL/*colormap*/))
    [all...]
  /external/chromium_org/third_party/skia/src/images/
SkMovie_gif.cpp 236 if (frame->ImageDesc.ColorMap != NULL) {
238 cmap = frame->ImageDesc.ColorMap;
  /external/skia/src/images/
SkMovie_gif.cpp 236 if (frame->ImageDesc.ColorMap != NULL) {
238 cmap = frame->ImageDesc.ColorMap;
  /frameworks/av/media/img_utils/include/img_utils/
TagDefinitions.h 405 { // ColorMap
406 "ColorMap",
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
X.h 104 typedef XID Colormap;
370 #define BadColor 12 /* no such colormap */

Completed in 619 milliseconds

1 2 3 4 56 7 8 91011