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

1 2 3

  /external/qemu/distrib/sdl-1.2.15/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)
423 void SDL_ApplyGamma(Uint16 *gamma, SDL_Color *colors, SDL_Color *output,
445 sizeof(SDL_Color)) == 0 ) {
493 SDL_Color colors[256];
SDL_sysvideo.h 102 SDL_Color *colors);
282 SDL_Color *gammacols; /* gamma-corrected colours, or NULL */
SDL_video.c 546 sizeof(SDL_Color));
1050 SDL_Color *saved_colors = NULL;
1112 SDL_Color *saved_colors = NULL;
1156 static void SetPalette_logical(SDL_Surface *screen, SDL_Color *colors,
1184 SDL_Color *colors, int firstcolor, int ncolors)
    [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.15/test/
testwin.c 28 SDL_Color *colors, *cmap;
45 colors = (SDL_Color *)malloc(ncolors*sizeof(SDL_Color));
46 cmap = (SDL_Color *)malloc(ncolors*sizeof(SDL_Color));
48 ncolors*sizeof(SDL_Color));
54 colors = (SDL_Color *)malloc(ncolors*sizeof(SDL_Color));
55 cmap = (SDL_Color *)malloc(ncolors*sizeof(SDL_Color));
    [all...]
testpalette.c 38 static SDL_Color wavemap[] = {
133 SDL_Color cmap[256];
210 memcpy(cmap, screen->format->palette->colors, 256 * sizeof(SDL_Color));
313 boatcols * sizeof(SDL_Color));
testbitmap.c 65 SDL_Color palette[256];
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_video.h 55 typedef struct SDL_Color {
60 } SDL_Color;
61 #define SDL_Colour SDL_Color
65 SDL_Color *colors;
467 SDL_Color *colors, int firstcolor, int ncolors);
486 SDL_Color *colors, int firstcolor,
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 55 typedef struct SDL_Color {
60 } SDL_Color;
61 #define SDL_Colour SDL_Color
65 SDL_Color *colors;
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 55 typedef struct SDL_Color {
60 } SDL_Color;
61 #define SDL_Colour SDL_Color
65 SDL_Color *colors;
467 SDL_Color *colors, int firstcolor, int ncolors);
486 SDL_Color *colors, int firstcolor,
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 55 typedef struct SDL_Color {
60 } SDL_Color;
61 #define SDL_Colour SDL_Color
65 SDL_Color *colors;
467 SDL_Color *colors, int firstcolor, int ncolors);
486 SDL_Color *colors, int firstcolor,
    [all...]
  /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)
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.c 67 SDL_Color *colors);
    [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)
  /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/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.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/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)
  /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/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.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/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)

Completed in 272 milliseconds

1 2 3