Lines Matching refs:src
95 extern DECLSPEC SDL_Surface * SDLCALL IMG_LoadTyped_RW(SDL_RWops *src, int freesrc, const char *typ…
98 extern DECLSPEC SDL_Surface * SDLCALL IMG_Load_RW(SDL_RWops *src, int freesrc);
104 extern DECLSPEC SDL_Texture * SDLCALL IMG_LoadTexture_RW(SDL_Renderer *renderer, SDL_RWops *src, in…
105 …xture * SDLCALL IMG_LoadTextureTyped_RW(SDL_Renderer *renderer, SDL_RWops *src, int freesrc, const…
109 extern DECLSPEC int SDLCALL IMG_isICO(SDL_RWops *src);
110 extern DECLSPEC int SDLCALL IMG_isCUR(SDL_RWops *src);
111 extern DECLSPEC int SDLCALL IMG_isBMP(SDL_RWops *src);
112 extern DECLSPEC int SDLCALL IMG_isGIF(SDL_RWops *src);
113 extern DECLSPEC int SDLCALL IMG_isJPG(SDL_RWops *src);
114 extern DECLSPEC int SDLCALL IMG_isLBM(SDL_RWops *src);
115 extern DECLSPEC int SDLCALL IMG_isPCX(SDL_RWops *src);
116 extern DECLSPEC int SDLCALL IMG_isPNG(SDL_RWops *src);
117 extern DECLSPEC int SDLCALL IMG_isPNM(SDL_RWops *src);
118 extern DECLSPEC int SDLCALL IMG_isSVG(SDL_RWops *src);
119 extern DECLSPEC int SDLCALL IMG_isTIF(SDL_RWops *src);
120 extern DECLSPEC int SDLCALL IMG_isXCF(SDL_RWops *src);
121 extern DECLSPEC int SDLCALL IMG_isXPM(SDL_RWops *src);
122 extern DECLSPEC int SDLCALL IMG_isXV(SDL_RWops *src);
123 extern DECLSPEC int SDLCALL IMG_isWEBP(SDL_RWops *src);
126 extern DECLSPEC SDL_Surface * SDLCALL IMG_LoadICO_RW(SDL_RWops *src);
127 extern DECLSPEC SDL_Surface * SDLCALL IMG_LoadCUR_RW(SDL_RWops *src);
128 extern DECLSPEC SDL_Surface * SDLCALL IMG_LoadBMP_RW(SDL_RWops *src);
129 extern DECLSPEC SDL_Surface * SDLCALL IMG_LoadGIF_RW(SDL_RWops *src);
130 extern DECLSPEC SDL_Surface * SDLCALL IMG_LoadJPG_RW(SDL_RWops *src);
131 extern DECLSPEC SDL_Surface * SDLCALL IMG_LoadLBM_RW(SDL_RWops *src);
132 extern DECLSPEC SDL_Surface * SDLCALL IMG_LoadPCX_RW(SDL_RWops *src);
133 extern DECLSPEC SDL_Surface * SDLCALL IMG_LoadPNG_RW(SDL_RWops *src);
134 extern DECLSPEC SDL_Surface * SDLCALL IMG_LoadPNM_RW(SDL_RWops *src);
135 extern DECLSPEC SDL_Surface * SDLCALL IMG_LoadSVG_RW(SDL_RWops *src);
136 extern DECLSPEC SDL_Surface * SDLCALL IMG_LoadTGA_RW(SDL_RWops *src);
137 extern DECLSPEC SDL_Surface * SDLCALL IMG_LoadTIF_RW(SDL_RWops *src);
138 extern DECLSPEC SDL_Surface * SDLCALL IMG_LoadXCF_RW(SDL_RWops *src);
139 extern DECLSPEC SDL_Surface * SDLCALL IMG_LoadXPM_RW(SDL_RWops *src);
140 extern DECLSPEC SDL_Surface * SDLCALL IMG_LoadXV_RW(SDL_RWops *src);
141 extern DECLSPEC SDL_Surface * SDLCALL IMG_LoadWEBP_RW(SDL_RWops *src);