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

1 2

  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_pixels_c.h 44 extern void SDL_DitherColors(SDL_Color *colors, int bpp);
46 extern void SDL_ApplyGamma(Uint16 *gamma, SDL_Color *colors, SDL_Color *output, int ncolors);
SDL_pixels.c 133 (format->palette)->colors = (SDL_Color *)SDL_malloc(
134 (format->palette)->ncolors*sizeof(SDL_Color));
219 (format->palette)->ncolors*sizeof(SDL_Color));
266 void SDL_DitherColors(SDL_Color *colors, int bpp)
422 void SDL_ApplyGamma(Uint16 *gamma, SDL_Color *colors, SDL_Color *output,
444 sizeof(SDL_Color)) == 0 ) {
492 SDL_Color colors[256];
SDL_sysvideo.h 102 SDL_Color *colors);
282 SDL_Color *gammacols; /* gamma-corrected colours, or NULL */
SDL_video.c 538 sizeof(SDL_Color));
1028 SDL_Color *saved_colors = NULL;
1090 SDL_Color *saved_colors = NULL;
1134 static void SetPalette_logical(SDL_Surface *screen, SDL_Color *colors,
1162 SDL_Color *colors, int firstcolor, int ncolors)
1197 * sizeof(SDL_Color));
    [all...]
SDL_blit_0.c 351 const SDL_Color *srcpal = info->src->palette->colors;
398 const SDL_Color *srcpal = srcfmt->palette->colors;
SDL_blit_1.c 415 const SDL_Color *srcpal = info->src->palette->colors;
454 const SDL_Color *srcpal = info->src->palette->colors;
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_video.h 48 typedef struct SDL_Color {
53 } SDL_Color;
54 #define SDL_Colour SDL_Color
58 SDL_Color *colors;
424 SDL_Color *colors, int firstcolor, int ncolors);
443 SDL_Color *colors, int firstcolor,
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_video.h 48 typedef struct SDL_Color {
53 } SDL_Color;
54 #define SDL_Colour SDL_Color
58 SDL_Color *colors;
424 SDL_Color *colors, int firstcolor, int ncolors);
443 SDL_Color *colors, int firstcolor,
    [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_video.h 48 typedef struct SDL_Color {
53 } SDL_Color;
54 #define SDL_Colour SDL_Color
58 SDL_Color *colors;
424 SDL_Color *colors, int firstcolor, int ncolors);
443 SDL_Color *colors, int firstcolor,
    [all...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL_video.h 55 typedef struct SDL_Color {
60 } SDL_Color;
61 #define SDL_Colour SDL_Color
65 SDL_Color *colors;
428 SDL_Color *colors, int firstcolor, int ncolors);
447 SDL_Color *colors, int firstcolor,
    [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_video.h 48 typedef struct SDL_Color {
53 } SDL_Color;
54 #define SDL_Colour SDL_Color
58 SDL_Color *colors;
424 SDL_Color *colors, int firstcolor, int ncolors);
443 SDL_Color *colors, int firstcolor,
    [all...]
  /external/qemu/distrib/sdl-1.2.12/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)
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11video.c 67 SDL_Color *colors);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/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)
  /external/qemu/distrib/sdl-1.2.12/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.12/src/video/ggi/
SDL_ggivideo.c 56 SDL_Color *colors);
355 int GGI_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors)
  /external/qemu/distrib/sdl-1.2.12/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.12/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.12/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.12/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)
  /external/qemu/distrib/sdl-1.2.12/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.12/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)
  /external/qemu/distrib/sdl-1.2.12/src/video/svga/
SDL_svgavideo.c 58 SDL_Color *colors);
538 int SVGA_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors)
  /external/qemu/distrib/sdl-1.2.12/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/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_syswm.c 125 pal_256->ncolors*sizeof(SDL_Color));

Completed in 109 milliseconds

1 2