Searched refs:SDL_RWtell (Results 1 – 25 of 25) sorted by relevance
36 start = SDL_RWtell(src); in IMG_isXXX()56 start = SDL_RWtell(src); in IMG_LoadXXX_RW()
96 start = SDL_RWtell(src); in IMG_isPNG()123 start = SDL_RWtell(src); in IMG_isJPG()159 innerStart = SDL_RWtell(src); in IMG_isJPG()189 start = SDL_RWtell(src); in IMG_isTIF()
127 save_pos = SDL_RWtell((SDL_RWops*)fd); in tiff_size()129 size = SDL_RWtell((SDL_RWops*)fd); in tiff_size()142 start = SDL_RWtell(src); in IMG_isTIF()172 start = SDL_RWtell(src); in IMG_LoadTIF_RW()
90 start = SDL_RWtell(src); in IMG_isXV()112 start = SDL_RWtell(src); in IMG_LoadXV_RW()
233 start = SDL_RWtell(src);263 start = SDL_RWtell(src);282 start = SDL_RWtell(src);308 start = SDL_RWtell(src);337 start = SDL_RWtell(src);367 start = SDL_RWtell(src);389 start = SDL_RWtell(src);
43 start = SDL_RWtell(src); in IMG_isPNM()127 start = SDL_RWtell(src); in IMG_LoadPNM_RW()
214 start = SDL_RWtell(src); in IMG_isXCF()231 remaining = SDL_RWsize(src) - SDL_RWtell(src); in read_string()267 …printf ("%.8X: %s(%u): %u\n", SDL_RWtell (src), prop->id < 25 ? prop_names [prop->id] : "unknown",… in xcf_read_property()808 start = SDL_RWtell(src); in IMG_LoadXCF_RW()847 fp = SDL_RWtell (src); in IMG_LoadXCF_RW()889 fp = SDL_RWtell (src); in IMG_LoadXCF_RW()
46 start = SDL_RWtell(src); in IMG_isBMP()69 start = SDL_RWtell(src); in IMG_isICOCUR()267 fp_offset = SDL_RWtell(src); in LoadBMP_RW()349 headerSize = (Uint32) (SDL_RWtell(src) - (fp_offset + 14)); in LoadBMP_RW()659 fp_offset = SDL_RWtell(src); in LoadICOCUR_RW()
111 start = SDL_RWtell(src); in webp_getinfo()168 start = SDL_RWtell(src); in IMG_LoadWEBP_RW()
72 start = SDL_RWtell(src); in IMG_isPCX()108 start = SDL_RWtell(src); in IMG_LoadPCX_RW()
85 start = SDL_RWtell(src); in IMG_isSVG()
136 start = SDL_RWtell(src); in IMG_isJPG()165 innerStart = SDL_RWtell(src); in IMG_isJPG()332 start = SDL_RWtell(src); in IMG_LoadJPG_RW()
66 start = SDL_RWtell(src); in IMG_isLBM()102 start = SDL_RWtell(src); in IMG_LoadLBM_RW()
58 start = SDL_RWtell(src); in IMG_isXPM()1020 start = SDL_RWtell(src); in load_xpm()
60 off_t start_position = SDL_RWtell((struct SDL_RWops *)rwops_userdata);62 off_t end_position = SDL_RWtell((struct SDL_RWops *)rwops_userdata);392 Sint64 start = SDL_RWtell(rw_ops);459 start = SDL_RWtell(rw_ops);518 Sint64 start = SDL_RWtell(rw_ops);
39 start = SDL_RWtell(src); in IMG_isGIF()186 start = SDL_RWtell(src); in IMG_LoadGIF_RW()
108 start = SDL_RWtell(src); in IMG_LoadTGA_RW()
227 start = SDL_RWtell(src); in IMG_isPNG()272 start = SDL_RWtell(src); in IMG_LoadPNG_RW()
222 fp_offset = SDL_RWtell(src); in SDL_LoadBMP_RW()304 headerSize = (Uint32) (SDL_RWtell(src) - (fp_offset + 14)); in SDL_LoadBMP_RW()674 fp_offset = SDL_RWtell(dst); in SDL_SaveBMP_RW()758 bfOffBits = (Uint32)(SDL_RWtell(dst) - fp_offset); in SDL_SaveBMP_RW()785 bfSize = (Uint32)(SDL_RWtell(dst) - fp_offset); in SDL_SaveBMP_RW()
195 extern DECLSPEC Sint64 SDLCALL SDL_RWtell(SDL_RWops *context);
723 #define SDL_RWtell SDL_RWtell_REAL macro
779 SDL_DYNAPI_PROC(Sint64,SDL_RWtell,(SDL_RWops *a),(a),return)
796 SDL_RWtell(SDL_RWops *context) in SDL_RWtell() function
1813 RIFFstart = SDL_RWtell(src); in WaveLoad()
394 position = SDL_RWtell(src); in TTF_OpenFontIndexRW()
Completed in 61 milliseconds