Searched refs:SDL_RWtell (Results 1 – 2 of 2) sorted by relevance
91 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()
115 #define SDL_RWtell(ctx) (ctx)->seek(ctx, 0, RW_SEEK_CUR) macro