HomeSort by relevance Sort by last modified time
    Searched defs:ncolors (Results 1 - 15 of 15) sorted by null

  /external/jpeg/
rdcolmap.c 51 int ncolors = cinfo->actual_number_of_colors; local
55 for (index = 0; index < ncolors; index++) {
63 if (ncolors >= (MAXJSAMPLE+1))
67 colormap0[ncolors] = (JSAMPLE) R;
68 colormap1[ncolors] = (JSAMPLE) G;
69 colormap2[ncolors] = (JSAMPLE) B;
jquant2.c 660 int i, x, ncolors; local
765 ncolors = 0;
768 colorlist[ncolors++] = (JSAMPLE) i;
770 return ncolors;
    [all...]
  /external/qemu/distrib/jpeg-6b/
rdcolmap.c 51 int ncolors = cinfo->actual_number_of_colors; local
55 for (index = 0; index < ncolors; index++) {
63 if (ncolors >= (MAXJSAMPLE+1))
67 colormap0[ncolors] = (JSAMPLE) R;
68 colormap1[ncolors] = (JSAMPLE) G;
69 colormap2[ncolors] = (JSAMPLE) B;
jquant2.c 660 int i, x, ncolors; local
765 ncolors = 0;
768 colorlist[ncolors++] = (JSAMPLE) i;
770 return ncolors;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/test/
testwin.c 27 int ncolors; local
44 ncolors = picture->format->palette->ncolors;
45 colors = (SDL_Color *)malloc(ncolors*sizeof(SDL_Color));
46 cmap = (SDL_Color *)malloc(ncolors*sizeof(SDL_Color));
48 ncolors*sizeof(SDL_Color));
53 ncolors = 256;
54 colors = (SDL_Color *)malloc(ncolors*sizeof(SDL_Color));
55 cmap = (SDL_Color *)malloc(ncolors*sizeof(SDL_Color));
70 if ( ! SDL_SetColors(screen, colors, 0, ncolors) &
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_bmp.c 252 palette->ncolors = biClrUsed;
467 biClrUsed = surface->format->palette->ncolors;
489 int ncolors; local
492 ncolors = surface->format->palette->ncolors;
493 for ( i=0; i<ncolors; ++i ) {
SDL_pixels.c 122 int ncolors = 1<<bpp; local
124 fprintf(stderr,"bpp=%d ncolors=%d\n",bpp,ncolors);
132 (format->palette)->ncolors = ncolors;
134 (format->palette)->ncolors*sizeof(SDL_Color));
186 for(i=0; i < ncolors; ++i) {
208 } else if ( ncolors == 2 ) {
219 (format->palette)->ncolors*sizeof(SDL_Color));
323 for ( i=0; i<pal->ncolors; ++i )
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/dga/
SDL_dgavideo.c 50 static int DGA_SetColors(_THIS, int firstcolor, int ncolors,
994 static int DGA_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors)
1003 xcmap = SDL_stack_alloc(XColor, ncolors);
1004 for ( i=0; i<ncolors; ++i ) {
1012 XStoreColors(DGA_Display, DGA_colormap, xcmap, ncolors);
1023 int i, ncolors; local
1034 ncolors = 64; /* Is this right? */
1036 ncolors = 256;
1038 for ( i=0; i<ncolors; ++i ) {
1039 Uint8 c = (256 * i / ncolors);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.c 66 static int X11_SetColors(_THIS, int firstcolor, int ncolors,
987 int ncolors; local
990 ncolors = SDL_Visual->map_entries;
991 SDL_XPixels = SDL_malloc(ncolors * sizeof(int));
996 SDL_memset(SDL_XPixels, 0, ncolors * sizeof(*SDL_XPixels));
1469 int i, ncolors; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_video.h 64 int ncolors; member in struct:SDL_Palette
467 SDL_Color *colors, int firstcolor, int ncolors);
487 int ncolors);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibvideo.c 95 static int DIB_SetColors(_THIS, int firstcolor, int ncolors,
308 int ncolors; local
310 ncolors = (1 << bpp);
312 ncolors*sizeof(PALETTEENTRY));
314 palette->palNumEntries = ncolors;
316 GetSystemPaletteEntries(hdc, 0, ncolors, palette->palPalEntry);
859 binfo_size += video->format->palette->ncolors *
892 video->format->palette->ncolors*sizeof(RGBQUAD));
1014 int DIB_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors)
1030 for ( i=0; i<ncolors; ++i )
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 64 int ncolors; member in struct:SDL_Palette
467 SDL_Color *colors, int firstcolor, int ncolors);
487 int ncolors);
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h 64 int ncolors; member in struct:SDL_Palette
467 SDL_Color *colors, int firstcolor, int ncolors);
487 int ncolors);
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 64 int ncolors; member in struct:SDL_Palette
467 SDL_Color *colors, int firstcolor, int ncolors);
487 int ncolors);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 1385 milliseconds