/external/qemu/distrib/sdl-1.2.15/src/video/photon/ |
SDL_ph_video.c | 47 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) 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].r, colors[i-firstcolor].g, colors[i-firstcolor].b) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/ |
SDL_epocvideo.cpp | 118 static int EPOC_SetColors(_THIS, int firstcolor, int ncolors, 290 int EPOC_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors) 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/docs/man3/ |
SDL_SetColors.3 | 8 \fBint \fBSDL_SetColors\fP\fR(\fBSDL_Surface *surface, SDL_Color *colors, int firstcolor, int ncolors\fR);
|
SDL_SetPalette.3 | 8 \fBint \fBSDL_SetPalette\fP\fR(\fBSDL_Surface *surface, int flags, SDL_Color *colors, int firstcolor, int ncolors\fR);
|
/external/qemu/distrib/sdl-1.2.15/src/video/dummy/ |
SDL_nullvideo.c | 55 static int DUMMY_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors); 223 int DUMMY_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/dvb/ |
osd.h | 56 OSD_SetPalette, // (firstcolor{color},lastcolor{x0},data) 58 // sets the entries "firstcolor" through "lastcolor" from the array "data"
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/ |
osd.h | 56 OSD_SetPalette, // (firstcolor{color},lastcolor{x0},data) 58 // sets the entries "firstcolor" through "lastcolor" from the array "data"
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/ |
osd.h | 56 OSD_SetPalette, // (firstcolor{color},lastcolor{x0},data) 58 // sets the entries "firstcolor" through "lastcolor" from the array "data"
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
SDL_sysvideo.h | 93 /* Sets the color entries { firstcolor .. (firstcolor+ncolors-1) } 101 int (*SetColors)(_THIS, int firstcolor, int ncolors,
|
SDL_video.c | 1157 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, [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/aalib/ |
SDL_aavideo.c | 47 static int AA_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors); 352 int AA_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors) 357 aa_setpalette(AA_palette, firstcolor + i,
|
/external/qemu/distrib/sdl-1.2.15/src/video/ggi/ |
SDL_ggivideo.c | 55 static int GGI_SetColors(_THIS, int firstcolor, int ncolors, 355 int GGI_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors) 368 ggiSetPalette(VIS, firstcolor, ncolors, pal);
|
/external/qemu/distrib/sdl-1.2.15/src/video/nds/ |
SDL_ndsvideo.c | 44 static int NDS_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors); 472 int NDS_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors) 483 int i,j=firstcolor+ncolors; 484 for(i=firstcolor;i<j;i++)
|
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/ |
SDL_xbios.c | 77 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) 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/chromium_org/third_party/WebKit/Source/core/accessibility/ |
AXTable.cpp | 276 Color firstColor = alternatingRowColors[0]; 279 if (k % 2 == 1 && alternatingRowColors[k] == firstColor) 282 if (!(k % 2) && alternatingRowColors[k] != firstColor)
|
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/ |
SDL_nxvideo.c | 45 static int NX_SetColors (_THIS, int firstcolor, int ncolors, SDL_Color * colors) ; 398 int NX_SetColors (_THIS, int firstcolor, int ncolors, SDL_Color * colors) 413 GrSetSystemPalette (firstcolor, & pal) ;
|
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/ |
SDL_wimpvideo.c | 48 int WIMP_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors); 355 int WIMP_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors) 361 pal += firstcolor*2;
|
/external/qemu/distrib/sdl-1.2.15/src/video/svga/ |
SDL_svgavideo.c | 57 static int SVGA_SetColors(_THIS, int firstcolor, int ncolors, 538 int SVGA_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors) 543 vga_setpalette(firstcolor + i,
|
/external/qemu/distrib/sdl-1.2.15/src/video/vgl/ |
SDL_vglvideo.c | 51 static int VGL_SetColors(_THIS, int firstcolor, int ncolors, 438 int VGL_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors) 443 VGLSetPaletteIndex(firstcolor + i,
|
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/ |
SDL_DirectFB_video.c | 57 static int DirectFB_SetColors(_THIS, int firstcolor, int ncolors, 1054 int DirectFB_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors) 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/dc/ |
SDL_dcvideo.c | 42 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)
|
/external/qemu/distrib/sdl-1.2.15/src/video/picogui/ |
SDL_pgvideo.c | 42 static int PG_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors); 316 int PG_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors)
|
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/ |
SDL_sysvideo.cc | 58 static int QT_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors); 367 int QT_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors)
|
/external/qemu/distrib/sdl-1.2.15/docs/html/ |
sdlsetcolors.html | 109 >(SDL_Surface *surface, SDL_Color *colors, int firstcolor, int ncolors);</CODE
|
sdlsetpalette.html | 109 >(SDL_Surface *surface, int flags, SDL_Color *colors, int firstcolor, int ncolors);</CODE
|