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

  /external/qemu/distrib/sdl-1.2.12/include/
SDL_rwops.h 130 extern DECLSPEC int SDLCALL SDL_WriteLE16(SDL_RWops *dst, Uint16 value);
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_bmp.c 423 SDL_WriteLE16(dst, bfReserved1);
424 SDL_WriteLE16(dst, bfReserved2);
448 SDL_WriteLE16(dst, biPlanes);
449 SDL_WriteLE16(dst, biBitCount);
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_rwops.h 130 extern DECLSPEC int SDLCALL SDL_WriteLE16(SDL_RWops *dst, Uint16 value);
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_rwops.h 130 extern DECLSPEC int SDLCALL SDL_WriteLE16(SDL_RWops *dst, Uint16 value);
  /prebuilt/windows/sdl/include/SDL/
SDL_rwops.h 130 extern DECLSPEC int SDLCALL SDL_WriteLE16(SDL_RWops *dst, Uint16 value);
  /external/qemu/distrib/sdl-1.2.12/src/main/macos/exports/
SDL.x 115 SDL_WriteLE16
  /prebuilt/windows/sdl/host/include/SDL/
SDL_endian.h 198 extern DECLSPEC int SDLCALL SDL_WriteLE16(SDL_RWops *dst, Uint16 value);
  /external/qemu/distrib/sdl-1.2.12/src/file/
SDL_rwops.c 583 int SDL_WriteLE16 (SDL_RWops *dst, Uint16 value)

Completed in 94 milliseconds