/external/qemu/distrib/sdl-1.2.15/src/video/macrom/ |
SDL_romvideo.c | 59 static int ROM_SetColors(_THIS, int firstcolor, int ncolors, 671 static int ROM_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors) 684 if ( (firstcolor+ncolors) > ((**cTab).ctSize+1) ) { 690 int j = firstcolor + i;
|
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/ |
SDL_riscosFullScreenVideo.c | 65 static int FULLSCREEN_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors); 533 int FULLSCREEN_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors) 547 palette[firstcolor] = ((colors->b) << 24) | ((colors->g) << 16) | ((colors->r) << 8); 548 firstcolor++;
|
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/ |
SDL_epocvideo.cpp | 125 static int EPOC_SetColors(_THIS, int firstcolor, int ncolors, 465 int EPOC_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors) 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++) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
SDL_x11video.c | 66 static int X11_SetColors(_THIS, int firstcolor, int ncolors, [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/wscons/ |
SDL_wsconsvideo.c | 56 static int WSCONS_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors); 572 int WSCONS_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors)
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
StyleRareInheritedData.cpp | 36 Color firstColor;
|
/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) 1005 xcmap[i].pixel = firstcolor + i;
|
/external/qemu/distrib/sdl-1.2.15/src/video/gem/ |
SDL_gemvideo.c | 82 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) 1076 vs_color(VDI_handle, vdi_index[firstcolor+i], rgb);
|
/external/qemu/distrib/sdl-1.2.15/src/video/macdsp/ |
SDL_dspvideo.c | 156 static int DSp_SetColors(_THIS, int firstcolor, 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, 1014 int DIB_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors) 1031 entry = &screen_logpal->palPalEntry[firstcolor+i]; 1073 SetDIBColorTable(mdc, firstcolor, ncolors, pal); [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/ |
SDL_sysvideo.cc | 50 static int BE_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors); 788 int BE_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors)
|
/external/qemu/distrib/sdl-1.2.15/src/video/ipod/ |
SDL_ipodvideo.c | 51 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)
|
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/ |
SDL_gsvideo.c | 48 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)
|
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/ |
SDL_dx5video.c | 425 static int DX5_SetColors(_THIS, int firstcolor, int ncolors, [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/ |
SDL_fbvideo.c | 145 static int FB_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors); [all...] |
/external/qemu/distrib/sdl-1.2.15/include/ |
SDL_video.h | 467 SDL_Color *colors, int firstcolor, int ncolors); 486 SDL_Color *colors, int firstcolor, [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/gapi/ |
SDL_gapivideo.c | 94 static int GAPI_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors); [all...] |
/prebuilts/tools/darwin-x86/sdl/include/SDL/ |
SDL_video.h | 467 SDL_Color *colors, int firstcolor, int ncolors); 486 SDL_Color *colors, int firstcolor, [all...] |
/prebuilts/tools/linux-x86/sdl/include/SDL/ |
SDL_video.h | 467 SDL_Color *colors, int firstcolor, int ncolors); 486 SDL_Color *colors, int firstcolor, [all...] |
/prebuilts/tools/windows/sdl/include/SDL/ |
SDL_video.h | 467 SDL_Color *colors, int firstcolor, int ncolors); 486 SDL_Color *colors, int firstcolor, [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/ |
SDL_os2fslib.c | [all...] |
/frameworks/base/services/java/com/android/server/wm/ |
WindowManagerService.java | [all...] |