Searched defs:firstcolor (Results 1 - 25 of 32) sorted by relevance

12

/external/qemu/distrib/sdl-1.2.15/src/video/dummy/
H A DSDL_nullvideo.c55 static int DUMMY_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors);
223 int DUMMY_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors) argument
/external/qemu/distrib/sdl-1.2.15/src/video/aalib/
H A DSDL_aavideo.c47 static int AA_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors);
352 int AA_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors) argument
357 aa_setpalette(AA_palette, firstcolor + i,
/external/qemu/distrib/sdl-1.2.15/src/video/dc/
H A DSDL_dcvideo.c42 static int DC_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors);
309 static int DC_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors) argument
/external/qemu/distrib/sdl-1.2.15/src/video/ggi/
H A DSDL_ggivideo.c55 static int GGI_SetColors(_THIS, int firstcolor, int ncolors,
355 int GGI_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors) argument
368 ggiSetPalette(VIS, firstcolor, ncolors, pal);
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/
H A DSDL_nxvideo.c45 static int NX_SetColors (_THIS, int firstcolor, int ncolors, SDL_Color * colors) ;
398 int NX_SetColors (_THIS, int firstcolor, int ncolors, SDL_Color * colors) argument
413 GrSetSystemPalette (firstcolor, & pal) ;
/external/qemu/distrib/sdl-1.2.15/src/video/nds/
H A DSDL_ndsvideo.c44 static int NDS_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors);
472 int NDS_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors) argument
483 int i,j=firstcolor+ncolors;
484 for(i=firstcolor;i<j;i++)
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_ph_video.c47 static int ph_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors);
594 static int ph_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors) argument
608 for (i=firstcolor; i<firstcolor+ncolors; i++)
610 syspalph[i] = PgRGB(colors[i-firstcolor].r, colors[i-firstcolor].g, colors[i-firstcolor].b);
622 for (i=firstcolor; i<firstcolor+ncolors; i++)
624 syspalph[i] = PgRGB(colors[i-firstcolor]
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/picogui/
H A DSDL_pgvideo.c42 static int PG_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors);
316 int PG_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors) argument
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
H A DSDL_sysvideo.cc58 static int QT_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors);
367 int QT_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors) argument
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
H A DSDL_wimpvideo.c48 int WIMP_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors);
355 int WIMP_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors) argument
361 pal += firstcolor*2;
H A DSDL_riscosFullScreenVideo.c65 static int FULLSCREEN_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors);
533 int FULLSCREEN_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors) argument
547 palette[firstcolor] = ((colors->b) << 24) | ((colors->g) << 16) | ((colors->r) << 8);
548 firstcolor++;
/external/qemu/distrib/sdl-1.2.15/src/video/svga/
H A DSDL_svgavideo.c57 static int SVGA_SetColors(_THIS, int firstcolor, int ncolors,
538 int SVGA_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors) argument
543 vga_setpalette(firstcolor + i,
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
H A DSDL_epocvideo.cpp118 static int EPOC_SetColors(_THIS, int firstcolor, int ncolors,
290 int EPOC_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors) argument
292 if ((firstcolor+ncolors) > 256)
299 for(int i = firstcolor; i < ncolors; i++)
310 for(int i = firstcolor; i < ncolors; i++)
323 for(int i = firstcolor; i < ncolors; i++)
337 if(EpocSdlEnv::SetPalette(firstcolor, ncolors, palette) == KErrNone)
/external/qemu/distrib/sdl-1.2.15/src/video/vgl/
H A DSDL_vglvideo.c51 static int VGL_SetColors(_THIS, int firstcolor, int ncolors,
438 int VGL_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors) argument
443 VGLSetPaletteIndex(firstcolor + i,
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_sysvideo.cc50 static int BE_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors);
788 int BE_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors) argument
/external/qemu/distrib/sdl-1.2.15/src/video/macrom/
H A DSDL_romvideo.c59 static int ROM_SetColors(_THIS, int firstcolor, int ncolors,
671 static int ROM_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors) argument
684 if ( (firstcolor+ncolors) > ((**cTab).ctSize+1) ) {
690 int j = firstcolor + i;
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
H A DSDL_gsvideo.c48 static int GS_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors);
661 static int GS_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors) argument
/external/qemu/distrib/sdl-1.2.15/src/video/wscons/
H A DSDL_wsconsvideo.c56 static int WSCONS_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors);
572 int WSCONS_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors) argument
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/
H A DSDL_xbios.c77 static int XBIOS_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors);
975 static int XBIOS_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors) argument
990 TT_palette[firstcolor+i]=((r*30)+(v*59)+(b*11))/100;
1003 EsetPalette(firstcolor,ncolors,TT_palette);
1015 VsetRGB(firstcolor,ncolors,F30_palette);
/external/qemu/distrib/sdl-1.2.15/src/video/dga/
H A DSDL_dgavideo.c50 static int DGA_SetColors(_THIS, int firstcolor, int ncolors,
994 static int DGA_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors) argument
1005 xcmap[i].pixel = firstcolor + i;
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/
H A DSDL_DirectFB_video.c57 static int DirectFB_SetColors(_THIS, int firstcolor, int ncolors,
1054 int DirectFB_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors) argument
1061 if (firstcolor > 255)
1064 if (firstcolor + ncolors > 256)
1065 ncolors = 256 - firstcolor;
1080 palette->SetEntries (palette, entries, ncolors, firstcolor);
/external/qemu/distrib/sdl-1.2.15/src/video/gem/
H A DSDL_gemvideo.c82 static int GEM_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors);
1048 static int GEM_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors) argument
1076 vs_color(VDI_handle, vdi_index[firstcolor+i], rgb);
/external/qemu/distrib/sdl-1.2.15/src/video/ipod/
H A DSDL_ipodvideo.c51 static int iPod_SetColors (_THIS, int firstcolor, int ncolors, SDL_Color *colors);
382 static int iPod_SetColors (_THIS, int firstcolor, int ncolors, SDL_Color *colors) argument
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
H A DSDL_epocvideo.cpp125 static int EPOC_SetColors(_THIS, int firstcolor, int ncolors,
465 int EPOC_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors) argument
467 if ((firstcolor+ncolors) > 256)
473 for(int i = firstcolor; i < ncolors; i++)
484 for(int i = firstcolor; i < ncolors; i++)
497 for(int i = firstcolor; i < ncolors; i++)
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_video.c1157 int firstcolor, int ncolors)
1162 if ( colors != (pal->colors + firstcolor) ) {
1163 SDL_memcpy(pal->colors + firstcolor, colors,
1176 SDL_memcpy(vidpal->colors + firstcolor, colors,
1184 SDL_Color *colors, int firstcolor, int ncolors)
1193 SDL_memcpy(video->physpal->colors + firstcolor,
1227 + firstcolor,
1242 gotall = video->SetColors(video, firstcolor, ncolors, colors);
1265 SDL_Color *colors, int firstcolor, int ncolors)
1289 if ( ncolors > (palsize - firstcolor) ) {
1156 SetPalette_logical(SDL_Surface *screen, SDL_Color *colors, int firstcolor, int ncolors) argument
1183 SetPalette_physical(SDL_Surface *screen, SDL_Color *colors, int firstcolor, int ncolors) argument
1264 SDL_SetPalette(SDL_Surface *screen, int which, SDL_Color *colors, int firstcolor, int ncolors) argument
1334 SDL_SetColors(SDL_Surface *screen, SDL_Color *colors, int firstcolor, int ncolors) argument
[all...]

Completed in 194 milliseconds

12