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

12 3 4 5

  /external/qemu/distrib/jpeg-6b/
jquant2.c 57 * This allowed the color conversion math to be done only once per colormap
61 * externally-supplied colormap. We have therefore abandoned that approach.
127 #define MAXNUMCOLORS (MAXJSAMPLE+1) /* maximum size of colormap */
196 /* Space for the eventually created colormap is stashed here */
197 JSAMPARRAY sv_colormap; /* colormap allocated at init time */
198 int desired; /* desired # of colors = size of colormap */
252 * Next we have the really interesting routines: selection of a colormap
500 /* Compute representative color for a box, put it in colormap[icolor] */
532 cinfo->colormap[0][icolor] = (JSAMPLE) ((c0total + (total>>1)) / total);
533 cinfo->colormap[1][icolor] = (JSAMPLE) ((c1total + (total>>1)) / total)
    [all...]
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 */
jquant1.c 27 * In 1-pass quantization the colormap must be chosen in advance of seeing the
33 * Since the colormap is orthogonal, the representative value for each color
35 * then these indexes can be combined into a colormap index by a standard
41 * index of the colormap entry closest to a given pixel value is just
145 /* Initially allocated colormap is saved here */
151 * premultiplied as described above. Since colormap indexes must fit into
172 * These routines determine the colormap to be used. The rest of the module
173 * only assumes that the colormap is orthogonal.
269 * Create the colormap.
276 JSAMPARRAY colormap; /* Created colormap * local
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_gtk.cc 211 GdkColormap* colormap = gdk_screen_get_rgba_colormap(screen); local
214 if (!colormap)
215 colormap = gdk_screen_get_rgb_colormap(screen);
217 gtk_widget_set_colormap(container_, colormap);
  /external/quake/quake/src/QW/client/
protocol.h 261 int colormap; member in struct:__anon14206
render.h 44 byte *colormap; member in struct:entity_s
cl_ents.c 190 to->colormap = MSG_ReadByte();
458 // set colormap
459 if (s1->colormap && (s1->colormap < MAX_CLIENTS)
462 ent->colormap = cl.players[s1->colormap-1].translations;
463 ent->scoreboard = &cl.players[s1->colormap-1];
467 ent->colormap = vid.colormap;
637 ent->colormap = vid.colormap;
    [all...]
r_surf.c 354 prowdest[b] = ((unsigned char *)vid.colormap)
404 prowdest[b] = ((unsigned char *)vid.colormap)
454 prowdest[b] = ((unsigned char *)vid.colormap)
504 prowdest[b] = ((unsigned char *)vid.colormap)
surf16.s 157 movl C(colormap),%eax
cl_tent.c 340 ent->colormap = vid.colormap;
  /external/quake/quake/src/WinQuake/
render.h 56 byte *colormap; member in struct:entity_s
r_surf.cpp 371 prowdest[b] = ((unsigned char *)vid.colormap)
421 prowdest[b] = ((unsigned char *)vid.colormap)
471 prowdest[b] = ((unsigned char *)vid.colormap)
521 prowdest[b] = ((unsigned char *)vid.colormap)
surf16.s 157 movl C(colormap),%eax
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));
  /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);
progdefs.h 131 float colormap; member in struct:__anon14363
  /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/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 */
jquant1.c 27 * In 1-pass quantization the colormap must be chosen in advance of seeing the
33 * Since the colormap is orthogonal, the representative value for each color
35 * then these indexes can be combined into a colormap index by a standard
41 * index of the colormap entry closest to a given pixel value is just
145 /* Initially allocated colormap is saved here */
151 * premultiplied as described above. Since colormap indexes must fit into
172 * These routines determine the colormap to be used. The rest of the module
173 * only assumes that the colormap is orthogonal.
269 * Create the colormap.
276 JSAMPARRAY colormap; /* Created colormap * local
    [all...]
  /external/quake/quake/src/QW/progs/
progdefs.h 112 float colormap; member in struct:__anon14315
  /external/webkit/Source/WebCore/plugins/gtk/
gtk2xtbin.h 85 Colormap xtcolormap;
145 Colormap colormap; /* colormap */ member in struct:_CorePart
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-linux.c 150 swa.colormap = XCreateColormap(sDisplay,
  /sdk/emulator/opengl/tests/ut_renderer/
X11Windowing.cpp 102 Colormap x11Colormap = XCreateColormap(dpy, rootWindow, visualInfo->visual, AllocNone);
104 sWA.colormap = x11Colormap;

Completed in 1083 milliseconds

12 3 4 5