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

12 3 4 5 6 7 8 91011

  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.h 59 Display *GFX_Display; /* Used for graphics and colormap stuff */
146 /* Colormap handling */
147 Colormap DisplayColormap; /* The default display colormap */
148 Colormap XColorMap; /* The current window colormap */
  /external/jpeg/
rdtarga.c 53 JSAMPARRAY colormap; /* Targa colormap (converted to my format) */ member in struct:_tga_source_struct
102 /* Read the colormap from a Targa file */
111 sinfo->colormap[2][i] = (JSAMPLE) read_byte(sinfo);
112 sinfo->colormap[1][i] = (JSAMPLE) read_byte(sinfo);
113 sinfo->colormap[0][i] = (JSAMPLE) read_byte(sinfo);
191 /* This version is for reading 8-bit colormap indexes */
197 register JSAMPARRAY colormap = source->colormap; local
203 *ptr++ = colormap[0][t]
    [all...]
rdcolmap.c 9 * and constructs a colormap to be supplied to the JPEG decompressor.
12 * GIF: the contents of the GIF's global colormap are used.
48 JSAMPROW colormap0 = cinfo->colormap[0];
49 JSAMPROW colormap1 = cinfo->colormap[1];
50 JSAMPROW colormap2 = cinfo->colormap[2];
227 * Output: colormap and actual_number_of_colors fields are set in cinfo.
234 cinfo->colormap = (*cinfo->mem->alloc_sarray)
wrtarga.c 150 register JSAMPROW color_map0 = cinfo->colormap[0];
175 /* demap quantized gray output. Never emit a colormap. */
183 /* We only support 8-bit colormap indexes, so only 256 colors */
188 /* Write the colormap. Note Targa uses BGR byte order */
191 putc(GETJSAMPLE(cinfo->colormap[2][i]), outfile);
192 putc(GETJSAMPLE(cinfo->colormap[1][i]), outfile);
193 putc(GETJSAMPLE(cinfo->colormap[0][i]), outfile);
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...]
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/qemu/distrib/jpeg-6b/
rdtarga.c 53 JSAMPARRAY colormap; /* Targa colormap (converted to my format) */ member in struct:_tga_source_struct
102 /* Read the colormap from a Targa file */
111 sinfo->colormap[2][i] = (JSAMPLE) read_byte(sinfo);
112 sinfo->colormap[1][i] = (JSAMPLE) read_byte(sinfo);
113 sinfo->colormap[0][i] = (JSAMPLE) read_byte(sinfo);
191 /* This version is for reading 8-bit colormap indexes */
197 register JSAMPARRAY colormap = source->colormap; local
203 *ptr++ = colormap[0][t]
    [all...]
rdcolmap.c 9 * and constructs a colormap to be supplied to the JPEG decompressor.
12 * GIF: the contents of the GIF's global colormap are used.
48 JSAMPROW colormap0 = cinfo->colormap[0];
49 JSAMPROW colormap1 = cinfo->colormap[1];
50 JSAMPROW colormap2 = cinfo->colormap[2];
227 * Output: colormap and actual_number_of_colors fields are set in cinfo.
234 cinfo->colormap = (*cinfo->mem->alloc_sarray)
wrtarga.c 150 register JSAMPROW color_map0 = cinfo->colormap[0];
175 /* demap quantized gray output. Never emit a colormap. */
183 /* We only support 8-bit colormap indexes, so only 256 colors */
188 /* Write the colormap. Note Targa uses BGR byte order */
191 putc(GETJSAMPLE(cinfo->colormap[2][i]), outfile);
192 putc(GETJSAMPLE(cinfo->colormap[1][i]), outfile);
193 putc(GETJSAMPLE(cinfo->colormap[0][i]), outfile);
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...]
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_org/third_party/mesa/src/docs/
README.CYGWIN 127 to create a window with an appropriate colormap. The aux, tk, and GLUT
128 toolkits try to minimize colormap "flashing" by sharing colormaps when
130 that of the root window, the root window's colormap will be shared by
131 the Mesa window. Otherwise, a new, private colormap will be allocated.
133 When sharing the root colormap, Mesa may be unable to allocate the colors
135 large number of colorcells in the root colormap are already allocated.
136 To prevent colormap sharing in aux, tk and GLUT, define the environment
204 Pixmap pixmap, Colormap cmap )
208 Color or DirectColor, Mesa needs colormap information to convert RGB
210 pixmap does not. This function associates a colormap to a GLX pixmap
    [all...]
xlibdriver.html 102 writer to create a window with an appropriate colormap. The GLUT
103 toolkit tris to minimize colormap <em>flashing</em> by sharing
105 window matches that of the root window, the root window's colormap
106 will be shared by the Mesa window. Otherwise, a new, private colormap
111 When sharing the root colormap, Mesa may be unable to allocate the colors
113 large number of colorcells in the root colormap are already allocated.
114 To prevent colormap sharing in GLUT, set the
205 Pixmap pixmap, Colormap cmap )
210 Color or DirectColor, Mesa needs colormap information to convert RGB
212 pixmap does not. This function associates a colormap to a GLX pixmap
    [all...]
  /external/mesa3d/docs/
README.CYGWIN 127 to create a window with an appropriate colormap. The aux, tk, and GLUT
128 toolkits try to minimize colormap "flashing" by sharing colormaps when
130 that of the root window, the root window's colormap will be shared by
131 the Mesa window. Otherwise, a new, private colormap will be allocated.
133 When sharing the root colormap, Mesa may be unable to allocate the colors
135 large number of colorcells in the root colormap are already allocated.
136 To prevent colormap sharing in aux, tk and GLUT, define the environment
204 Pixmap pixmap, Colormap cmap )
208 Color or DirectColor, Mesa needs colormap information to convert RGB
210 pixmap does not. This function associates a colormap to a GLX pixmap
    [all...]
xlibdriver.html 102 writer to create a window with an appropriate colormap. The GLUT
103 toolkit tris to minimize colormap <em>flashing</em> by sharing
105 window matches that of the root window, the root window's colormap
106 will be shared by the Mesa window. Otherwise, a new, private colormap
111 When sharing the root colormap, Mesa may be unable to allocate the colors
113 large number of colorcells in the root colormap are already allocated.
114 To prevent colormap sharing in GLUT, set the
205 Pixmap pixmap, Colormap cmap )
210 Color or DirectColor, Mesa needs colormap information to convert RGB
212 pixmap does not. This function associates a colormap to a GLX pixmap
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
xm_api.h 29 In addition to the usual X calls to select a visual, create a colormap
167 Colormap cmap );
251 extern XMesaBuffer XMesaCreatePBuffer(XMesaVisual v, Colormap cmap,
270 Colormap cmap,
332 Colormap cmap; /* the X colormap */
363 xmesa_find_buffer(Display *dpy, Colormap cmap, XMesaBuffer notThis);
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_api.h 29 In addition to the usual X calls to select a visual, create a colormap
167 Colormap cmap );
251 extern XMesaBuffer XMesaCreatePBuffer(XMesaVisual v, Colormap cmap,
270 Colormap cmap,
332 Colormap cmap; /* the X colormap */
363 xmesa_find_buffer(Display *dpy, Colormap cmap, XMesaBuffer notThis);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlib.h 300 Colormap cmap; /* default color map */
336 Colormap colormap; /* color map to be associated with window */ member in struct:__anon36631
358 Colormap colormap; /* color map to be associated with window */ member in struct:__anon36632
920 Colormap colormap; /* COLORMAP or None */ member in struct:__anon36671
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 300 Colormap cmap; /* default color map */
336 Colormap colormap; /* color map to be associated with window */ member in struct:__anon38221
358 Colormap colormap; /* color map to be associated with window */ member in struct:__anon38222
920 Colormap colormap; /* COLORMAP or None */ member in struct:__anon38261
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 300 Colormap cmap; /* default color map */
336 Colormap colormap; /* color map to be associated with window */ member in struct:__anon39736
358 Colormap colormap; /* color map to be associated with window */ member in struct:__anon39737
920 Colormap colormap; /* COLORMAP or None */ member in struct:__anon39776
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11x11main.cpp 24 Colormap cmap = XCreateColormap(dpy, RootWindow(dpy, DefaultScreen(dpy)), visual, AllocNone);
26 swa.colormap = cmap;
  /external/chromium_org/third_party/npapi/bindings/
npapi_x11.h 56 Colormap colormap; member in struct:_NPSetWindowCallbackStruct
  /external/chromium_org/ui/gfx/
canvas_paint_gtk.h 28 // is honored. This is only useful if you've enabled an RGBA colormap on the
70 // is honored. This is only useful if you've enabled an RGBA colormap on the
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11x11main.cpp 24 Colormap cmap = XCreateColormap(dpy, RootWindow(dpy, DefaultScreen(dpy)), visual, AllocNone);
26 swa.colormap = cmap;
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_SetPalette.3 17 When \fBsurface\fR is the surface associated with the current display, the display colormap will be updated with the requested colors\&. If \fBSDL_HWPALETTE\fP was set in \fISDL_SetVideoMode\fR flags, \fBSDL_SetPalette\fP will always return \fB1\fR, and the palette is guaranteed to be set the way you desire, even if the window colormap has to be warped or run under emulation\&.

Completed in 1645 milliseconds

12 3 4 5 6 7 8 91011