HomeSort by relevance Sort by last modified time
    Searched full:colormap (Results 51 - 75 of 171) sorted by null

1 23 4 5 6 7

  /external/quake/quake/src/QW/server/
sv_ents.c 180 if ( to->colormap != from->colormap )
223 MSG_WriteByte (msg, to->colormap);
505 state->colormap = ent->v.colormap;
sv_init.c 106 svent->baseline.colormap = entnum;
111 svent->baseline.colormap = 0;
130 MSG_WriteByte (&sv.signon, svent->baseline.colormap);
  /external/jpeg/
jdmaster.c 349 cinfo->colormap = NULL;
350 } else if (cinfo->colormap != NULL) {
476 if (cinfo->quantize_colors && cinfo->colormap == NULL) {
534 * Switch to a new external colormap between output passes.
547 cinfo->colormap != NULL) {
548 /* Select 2-pass quantizer for external colormap use */
550 /* Notify quantizer of colormap change */
filelist.doc 98 jquant1.c One-pass color quantization using a fixed-spacing colormap.
99 jquant2.c Two-pass color quantization using a custom-generated colormap.
147 rdcolmap.c Code to read a colormap file for djpeg's "-map" switch.
libjpeg.doc 240 that is, colormap[i][j] is the value of the i'th color component for pixel
241 value (map index) j. Note that since the colormap indexes are stored in
629 scaling, are available in the JPEG object; so is the selected colormap, if
636 colormap the selected colormap, if any
637 actual_number_of_colors number of entries in colormap
639 output_components is 1 (a colormap index) when quantizing colors; otherwise it
    [all...]
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/webkit/Source/WebCore/platform/image-decoders/gif/
GIFImageReader.cpp 398 // Or if we are filling the colormaps, first complete the colormap
425 // Point 'q' to complete block in hold (or in colormap)
430 // 'q' is start of current to be processed block (hold, colormap or buf)
525 // Get the global colormap
533 // Use 'hold' pattern to get the global colormap
818 if (q[8] & 0x80) /* has a local colormap? */
838 // Use 'hold' pattern to get the image colormap
  /external/webkit/Source/WebCore/plugins/gtk/
PluginViewGtk.cpp 729 static void getVisualAndColormap(int depth, Visual** visual, Colormap* colormap)
732 *colormap = 0;
763 *colormap = XCreateColormap(display, GDK_ROOT_WINDOW(), *visual, AllocNone);
849 ws->colormap = XCreateColormap(ws->display, GDK_ROOT_WINDOW(), ws->visual, AllocNone);
855 ws->colormap = GTK_XTBIN(platformPluginWidget())->xtclient.xtcolormap;
881 ws->colormap = m_colormap;
gtk2xtbin.c 82 Colormap xtcolormap,
338 Colormap colormap; local
355 colormap = XCreateColormap(GDK_DISPLAY_XDISPLAY(gdk_screen_get_display(screen)),
361 colormap,
540 Colormap xtcolormap,
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.c 616 /* Free the colormap entries */
633 ReleasePen(GFX_Display->ViewPort.ColorMap,SDL_XPixels[pixel]);
748 /* Create the appropriate colormap */
776 /* always allocate a private colormap on non-default visuals */
1239 /* Check to make sure we have a colormap allocated */
1241 /* It's easy if we have a hidden colormap */
1263 D(bug("SetColors without colormap!"));
1275 ReleasePen(GFX_Display->ViewPort.ColorMap,SDL_XPixels[pixel]);
1280 SDL_XPixels[i]=ObtainBestPenA(GFX_Display->ViewPort.ColorMap,colors[i].r<<24,colors[i].g<<24,colors[i].b<<24,NULL);
    [all...]
  /external/quake/quake/src/QW/progs/
world.qc 27 precache_file ("gfx/colormap.lmp");
397 bodyque_head.colormap = ent.colormap;
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
xf86dga1str.h 49 CARD32 id B32; /* colormap. */
  /external/qemu/distrib/sdl-1.2.12/src/video/dga/
SDL_dgavideo.h 66 Colormap DGA_colormap;
  /external/giflib/
gif_lib.h 81 ColorMapObject *ColorMap; /* The local color map */
268 const GifColorType * ColorMap);
  /external/libpng/contrib/gregbook/
rpng-x.c 148 static Colormap colormap; variable
509 colormap = XCreateColormap(display, root, visual, AllocNone);
510 if (!colormap) {
545 attr.colormap = colormap;
561 XSetWindowColormap(display, window, colormap);
884 XFreeColormap(display, colormap);
  /external/skia/src/images/
SkImageDecoder_libgif.cpp 116 const ColorMapObject* cmap = gif->Image.ColorMap;
122 // no colormap found
  /external/webkit/Source/WebCore/plugins/qt/
PluginViewQt.cpp 871 static void getVisualAndColormap(int depth, Visual **visual, Colormap *colormap)
874 *colormap = 0;
911 *colormap = XCreateColormap(QX11Info::display(), QX11Info::appRootWindow(), *visual, AllocNone);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11wm.c 63 /* The icon must use the default visual, depth and colormap of the
84 the default colormap */
87 Colormap dcmap;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xutil.h 315 Colormap colormap; member in struct:__anon20339
711 XStandardColormap* /* colormap */,
  /external/chromium/chrome/browser/ui/gtk/
gtk_theme_service.h 146 typedef std::map<int, SkColor> ColorMap;
266 ColorMap colors_;
  /external/quake/quake/src/QW/client/
cl_tent.c 340 ent->colormap = vid.colormap;
r_alias.c 739 if (!currententity->colormap)
740 Sys_Error ("R_AliasDrawModel: !currententity->colormap");
752 D_Aff8Patch (currententity->colormap);
756 acolormap = currententity->colormap;
  /external/quake/quake/src/WinQuake/
cl_tent.cpp 315 ent->colormap = vid.colormap;
vid_vga.cpp 376 lvid->colormap = host_colormap;
377 lvid->fullbright = 256 - LittleLong (*((int *)lvid->colormap + 2048));
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-linux.c 150 swa.colormap = XCreateColormap(sDisplay,

Completed in 588 milliseconds

1 23 4 5 6 7