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

  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_bmp.c 422 SDL_WriteLE32(dst, bfSize);
425 SDL_WriteLE32(dst, bfOffBits);
445 SDL_WriteLE32(dst, biSize);
446 SDL_WriteLE32(dst, biWidth);
447 SDL_WriteLE32(dst, biHeight);
450 SDL_WriteLE32(dst, biCompression);
451 SDL_WriteLE32(dst, biSizeImage);
452 SDL_WriteLE32(dst, biXPelsPerMeter);
453 SDL_WriteLE32(dst, biYPelsPerMeter);
454 SDL_WriteLE32(dst, biClrUsed)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_rwops.h 132 extern DECLSPEC int SDLCALL SDL_WriteLE32(SDL_RWops *dst, Uint32 value);
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_rwops.h 132 extern DECLSPEC int SDLCALL SDL_WriteLE32(SDL_RWops *dst, Uint32 value);
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_rwops.h 132 extern DECLSPEC int SDLCALL SDL_WriteLE32(SDL_RWops *dst, Uint32 value);
  /prebuilt/windows/sdl/include/SDL/
SDL_rwops.h 132 extern DECLSPEC int SDLCALL SDL_WriteLE32(SDL_RWops *dst, Uint32 value);
  /external/qemu/distrib/sdl-1.2.12/src/main/macos/exports/
SDL.x 117 SDL_WriteLE32
  /prebuilt/windows/sdl/host/include/SDL/
SDL_endian.h 200 extern DECLSPEC int SDLCALL SDL_WriteLE32(SDL_RWops *dst, Uint32 value);
  /external/qemu/distrib/sdl-1.2.12/src/file/
SDL_rwops.c 593 int SDL_WriteLE32 (SDL_RWops *dst, Uint32 value)

Completed in 479 milliseconds