Searched refs:SDL_SaveBMP_RW (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_surface.h | 216 extern DECLSPEC int SDLCALL SDL_SaveBMP_RW 225 SDL_SaveBMP_RW(surface, SDL_RWFromFile(file, "wb"), 1)
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_bmp.c | 568 SDL_SaveBMP_RW(SDL_Surface * saveme, SDL_RWops * dst, int freedst) in SDL_SaveBMP_RW() function
|
/AliOS-Things-master/components/SDL2/src/dynapi/ |
A D | SDL_dynapi_overrides.h | 451 #define SDL_SaveBMP_RW SDL_SaveBMP_RW_REAL macro
|
A D | SDL_dynapi_procs.h | 480 SDL_DYNAPI_PROC(int,SDL_SaveBMP_RW,(SDL_Surface *a, SDL_RWops *b, int c),(a,b,c),return)
|
Completed in 18 milliseconds