Searched refs:SDL_LoadBMP_RW (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_surface.h | 193 extern DECLSPEC SDL_Surface *SDLCALL SDL_LoadBMP_RW(SDL_RWops * src, 201 #define SDL_LoadBMP(file) SDL_LoadBMP_RW(SDL_RWFromFile(file, "rb"), 1)
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_bmp.c | 173 SDL_LoadBMP_RW(SDL_RWops * src, int freesrc) in SDL_LoadBMP_RW() function
|
/AliOS-Things-master/components/SDL2/src/dynapi/ |
A D | SDL_dynapi_overrides.h | 450 #define SDL_LoadBMP_RW SDL_LoadBMP_RW_REAL macro
|
A D | SDL_dynapi_procs.h | 479 SDL_DYNAPI_PROC(SDL_Surface*,SDL_LoadBMP_RW,(SDL_RWops *a, int b),(a,b),return)
|
Completed in 19 milliseconds