HomeSort by relevance Sort by last modified time
    Searched refs:SDL_Color (Results 26 - 46 of 46) sorted by null

12

  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysvideo.cc 50 static int BE_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors);
776 int BE_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors)
  /external/qemu/distrib/sdl-1.2.12/src/video/macrom/
SDL_romvideo.c 60 SDL_Color *colors);
671 static int ROM_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors)
  /external/qemu/distrib/sdl-1.2.12/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)
  /external/qemu/distrib/sdl-1.2.12/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)
  /external/qemu/distrib/sdl-1.2.12/src/video/vgl/
SDL_vglvideo.c 52 SDL_Color *colors);
446 int VGL_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors)
  /external/qemu/distrib/sdl-1.2.12/src/video/xbios/
SDL_xbios.c 72 static int XBIOS_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors);
817 static int XBIOS_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors)
  /external/qemu/distrib/sdl-1.2.12/src/video/directfb/
SDL_DirectFB_video.c 58 SDL_Color *colors);
294 SDL_Color *colors;
303 colors = SDL_calloc (size, sizeof(SDL_Color));
1054 int DirectFB_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors)
  /external/qemu/distrib/sdl-1.2.12/src/video/gapi/
SDL_gapivideo.c 83 static int GAPI_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors);
460 static void GAPI_CreatePalette(int ncolors, SDL_Color *colors)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5video.c 410 SDL_Color *colors);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_bmp.c 459 SDL_Color *colors;
SDL_surface.c 835 format->palette->ncolors*sizeof(SDL_Color));
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.c 50 static int CGX_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors);
1235 static int CGX_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/dga/
SDL_dgavideo.c 56 SDL_Color *colors);
990 static int DGA_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors)
  /external/qemu/distrib/sdl-1.2.12/src/video/epoc/
SDL_epocvideo.cpp 86 SDL_Color *colors);
326 int EPOC_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors)
  /external/qemu/distrib/sdl-1.2.12/src/video/gem/
SDL_gemvideo.c 82 static int GEM_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors);
1051 static int GEM_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors)
  /external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
SDL_dspvideo.c 157 SDL_Color *colors);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11wm.c 85 SDL_Color want[256], got[256];
  /external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_dibvideo.c 75 SDL_Color *colors);
937 int DIB_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbvideo.c 137 static int FB_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzVideo.m 64 int num_colors, SDL_Color *colors);
917 SDL_Color *colors) {
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
SDL_os2fslib.c     [all...]

Completed in 4164 milliseconds

12