Lines Matching defs:src
38 int IMG_isBMP(SDL_RWops *src) in IMG_isBMP()
57 static int IMG_isICOCUR(SDL_RWops *src, int type) in IMG_isICOCUR()
81 int IMG_isICO(SDL_RWops *src) in IMG_isICO()
86 int IMG_isCUR(SDL_RWops *src) in IMG_isCUR()
103 static int readRlePixels(SDL_Surface * surface, SDL_RWops * src, int isRle8) in readRlePixels()
218 static SDL_Surface *LoadBMP_RW (SDL_RWops *src, int freesrc) in LoadBMP_RW()
607 SDL_Read8(SDL_RWops * src) in SDL_Read8()
616 LoadICOCUR_RW(SDL_RWops * src, int type, int freesrc) in LoadICOCUR_RW()
902 SDL_Surface *IMG_LoadBMP_RW(SDL_RWops *src) in IMG_LoadBMP_RW()
908 SDL_Surface *IMG_LoadICO_RW(SDL_RWops *src) in IMG_LoadICO_RW()
914 SDL_Surface *IMG_LoadCUR_RW(SDL_RWops *src) in IMG_LoadCUR_RW()
922 int IMG_isBMP(SDL_RWops *src) in IMG_isBMP()
927 int IMG_isICO(SDL_RWops *src) in IMG_isICO()
932 int IMG_isCUR(SDL_RWops *src) in IMG_isCUR()
938 SDL_Surface *IMG_LoadBMP_RW(SDL_RWops *src) in IMG_LoadBMP_RW()
944 SDL_Surface *IMG_LoadCUR_RW(SDL_RWops *src) in IMG_LoadCUR_RW()
950 SDL_Surface *IMG_LoadICO_RW(SDL_RWops *src) in IMG_LoadICO_RW()