Home
last modified time | relevance | path

Searched refs:SDL_RWtell (Results 1 – 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/
DSDL_bmp.c91 fp_offset = SDL_RWtell(src); in SDL_LoadBMP_RW()
419 fp_offset = SDL_RWtell(dst); in SDL_SaveBMP_RW()
473 bfOffBits = SDL_RWtell(dst)-fp_offset; in SDL_SaveBMP_RW()
500 bfSize = SDL_RWtell(dst)-fp_offset; in SDL_SaveBMP_RW()
/external/qemu/distrib/sdl-1.2.12/include/
DSDL_rwops.h115 #define SDL_RWtell(ctx) (ctx)->seek(ctx, 0, RW_SEEK_CUR) macro