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

  /external/qemu/distrib/sdl-1.2.12/src/main/macos/exports/
SDL.x 160 SDL_SaveBMP_RW
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_video.h 552 extern DECLSPEC int SDLCALL SDL_SaveBMP_RW
557 SDL_SaveBMP_RW(surface, SDL_RWFromFile(file, "wb"), 1)
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 552 extern DECLSPEC int SDLCALL SDL_SaveBMP_RW
557 SDL_SaveBMP_RW(surface, SDL_RWFromFile(file, "wb"), 1)
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h 552 extern DECLSPEC int SDLCALL SDL_SaveBMP_RW
557 SDL_SaveBMP_RW(surface, SDL_RWFromFile(file, "wb"), 1)
    [all...]
  /prebuilts/tools/windows/sdl/host/include/SDL/
SDL_video.h 554 extern DECLSPEC int SDLCALL SDL_SaveBMP_RW
559 SDL_SaveBMP_RW(surface, SDL_RWFromFile(file, "wb"), 1)
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 552 extern DECLSPEC int SDLCALL SDL_SaveBMP_RW
557 SDL_SaveBMP_RW(surface, SDL_RWFromFile(file, "wb"), 1)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_bmp.c 331 int SDL_SaveBMP_RW (SDL_Surface *saveme, SDL_RWops *dst, int freedst)

Completed in 621 milliseconds