Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/
A DIMG_xxx.c36 start = SDL_RWtell(src); in IMG_isXXX()
56 start = SDL_RWtell(src); in IMG_LoadXXX_RW()
A DIMG_WIC.c96 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()
A DIMG_tif.c127 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()
A DIMG_xv.c90 start = SDL_RWtell(src); in IMG_isXV()
112 start = SDL_RWtell(src); in IMG_LoadXV_RW()
A DIMG_UIImage.m233 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);
A DIMG_pnm.c43 start = SDL_RWtell(src); in IMG_isPNM()
127 start = SDL_RWtell(src); in IMG_LoadPNM_RW()
A DIMG_xcf.c214 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()
A DIMG_bmp.c46 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()
A DIMG_webp.c111 start = SDL_RWtell(src); in webp_getinfo()
168 start = SDL_RWtell(src); in IMG_LoadWEBP_RW()
A DIMG_pcx.c72 start = SDL_RWtell(src); in IMG_isPCX()
108 start = SDL_RWtell(src); in IMG_LoadPCX_RW()
A DIMG_svg.c85 start = SDL_RWtell(src); in IMG_isSVG()
A DIMG_jpg.c136 start = SDL_RWtell(src); in IMG_isJPG()
165 innerStart = SDL_RWtell(src); in IMG_isJPG()
332 start = SDL_RWtell(src); in IMG_LoadJPG_RW()
A DIMG_lbm.c66 start = SDL_RWtell(src); in IMG_isLBM()
102 start = SDL_RWtell(src); in IMG_LoadLBM_RW()
A DIMG_xpm.c58 start = SDL_RWtell(src); in IMG_isXPM()
1020 start = SDL_RWtell(src); in load_xpm()
A DIMG_ImageIO.m60 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);
A DIMG_gif.c39 start = SDL_RWtell(src); in IMG_isGIF()
186 start = SDL_RWtell(src); in IMG_LoadGIF_RW()
A DIMG_tga.c108 start = SDL_RWtell(src); in IMG_LoadTGA_RW()
A DIMG_png.c227 start = SDL_RWtell(src); in IMG_isPNG()
272 start = SDL_RWtell(src); in IMG_LoadPNG_RW()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_bmp.c222 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()
/AliOS-Things-master/components/SDL2/include/
A DSDL_rwops.h195 extern DECLSPEC Sint64 SDLCALL SDL_RWtell(SDL_RWops *context);
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h723 #define SDL_RWtell SDL_RWtell_REAL macro
A DSDL_dynapi_procs.h779 SDL_DYNAPI_PROC(Sint64,SDL_RWtell,(SDL_RWops *a),(a),return)
/AliOS-Things-master/components/SDL2/src/file/
A DSDL_rwops.c796 SDL_RWtell(SDL_RWops *context) in SDL_RWtell() function
/AliOS-Things-master/components/SDL2/src/audio/
A DSDL_wave.c1813 RIFFstart = SDL_RWtell(src); in WaveLoad()
/AliOS-Things-master/components/SDL2/src/ttf/
A DSDL_ttf.c394 position = SDL_RWtell(src); in TTF_OpenFontIndexRW()

Completed in 61 milliseconds