Home
last modified time | relevance | path

Searched refs:SDL_LoadBMP_RW (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/SDL2/include/
A DSDL_surface.h193 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 DSDL_bmp.c173 SDL_LoadBMP_RW(SDL_RWops * src, int freesrc) in SDL_LoadBMP_RW() function
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h450 #define SDL_LoadBMP_RW SDL_LoadBMP_RW_REAL macro
A DSDL_dynapi_procs.h479 SDL_DYNAPI_PROC(SDL_Surface*,SDL_LoadBMP_RW,(SDL_RWops *a, int b),(a,b),return)

Completed in 19 milliseconds