HomeSort by relevance Sort by last modified time
    Searched refs:SDL_MapRGB (Results 1 - 13 of 13) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/main/macos/exports/
SDL.x 150 SDL_MapRGB
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_cursor.c 387 pixels8[0] = (Uint8)SDL_MapRGB(screen->format, 255, 255, 255);
388 pixels8[1] = (Uint8)SDL_MapRGB(screen->format, 0, 0, 0);
519 pixels8[0] = (Uint8)SDL_MapRGB(screen->format, 255, 255, 255);
520 pixels8[1] = (Uint8)SDL_MapRGB(screen->format, 0, 0, 0);
SDL_pixels.c 340 Uint32 SDL_MapRGB
SDL_surface.c 879 SDL_MapRGB(convert->format, keyR, keyG, keyB));
SDL_video.c 500 black = SDL_MapRGB(surface->format, 0, 0, 0);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_video.h 449 extern DECLSPEC Uint32 SDLCALL SDL_MapRGB
714 * can be generated by the SDL_MapRGB() function.
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_video.h 449 extern DECLSPEC Uint32 SDLCALL SDL_MapRGB
714 * can be generated by the SDL_MapRGB() function.
    [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_video.h 449 extern DECLSPEC Uint32 SDLCALL SDL_MapRGB
714 * can be generated by the SDL_MapRGB() function.
    [all...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL_video.h 453 extern DECLSPEC Uint32 SDLCALL SDL_MapRGB
716 * can be generated by the SDL_MapRGB() function.
    [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_video.h 449 extern DECLSPEC Uint32 SDLCALL SDL_MapRGB
714 * can be generated by the SDL_MapRGB() function.
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.c 87 xcmap[i].pixel = SDL_MapRGB(this->screen->format, c, c, c);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/dga/
SDL_dgavideo.c 1036 xcmap[i].pixel = SDL_MapRGB(this->screen->format, c, c, c);
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11video.c     [all...]

Completed in 222 milliseconds