Searched refs:SDL_RWseek (Results 1 – 4 of 4) sorted by relevance
/external/qemu/distrib/sdl-1.2.15/src/video/ |
D | SDL_bmp.c | 256 if ( SDL_RWseek(src, fp_offset+bfOffBits, RW_SEEK_SET) < 0 ) { in SDL_LoadBMP_RW() 347 SDL_RWseek(src, fp_offset, RW_SEEK_SET); in SDL_LoadBMP_RW() 503 if ( SDL_RWseek(dst, fp_offset+10, RW_SEEK_SET) < 0 ) { in SDL_SaveBMP_RW() 507 if ( SDL_RWseek(dst, fp_offset+bfOffBits, RW_SEEK_SET) < 0 ) { in SDL_SaveBMP_RW() 530 if ( SDL_RWseek(dst, fp_offset+2, RW_SEEK_SET) < 0 ) { in SDL_SaveBMP_RW() 534 if ( SDL_RWseek(dst, fp_offset+bfSize, RW_SEEK_SET) < 0 ) { in SDL_SaveBMP_RW()
|
/external/qemu/distrib/sdl-1.2.15/include/ |
D | SDL_rwops.h | 122 #define SDL_RWseek(ctx, offset, whence) (ctx)->seek(ctx, offset, whence) macro
|
/external/qemu/distrib/sdl-1.2.15/src/audio/ |
D | SDL_wave.c | 561 SDL_RWseek(src, wavelen - chunk.length - headerDiff, RW_SEEK_CUR); in SDL_LoadWAV_RW()
|
/external/qemu/distrib/sdl-1.2.15/ |
D | WhatsNew | 579 SDL_RWseek(), SDL_RWread(), SDL_RWwrite(), SDL_RWclose() 605 Note that these functions use SDL_RWseek() extensively, and should
|