Lines Matching refs:freesrc
161 SDL_Surface *IMG_Load_RW(SDL_RWops *src, int freesrc) in IMG_Load_RW() argument
163 return IMG_LoadTyped_RW(src, freesrc, NULL); in IMG_Load_RW()
180 SDL_Surface *IMG_LoadTyped_RW(SDL_RWops *src, int freesrc, const char *type) in IMG_LoadTyped_RW() argument
194 if(freesrc) in IMG_LoadTyped_RW()
217 if(freesrc) in IMG_LoadTyped_RW()
245 if(freesrc) in IMG_LoadTyped_RW()
250 if ( freesrc ) { in IMG_LoadTyped_RW()
269 SDL_Texture *IMG_LoadTexture_RW(SDL_Renderer *renderer, SDL_RWops *src, int freesrc) in IMG_LoadTexture_RW() argument
272 SDL_Surface *surface = IMG_Load_RW(src, freesrc); in IMG_LoadTexture_RW()
280 SDL_Texture *IMG_LoadTextureTyped_RW(SDL_Renderer *renderer, SDL_RWops *src, int freesrc, const cha… in IMG_LoadTextureTyped_RW() argument
283 SDL_Surface *surface = IMG_LoadTyped_RW(src, freesrc, type); in IMG_LoadTextureTyped_RW()