Home
last modified time | relevance | path

Searched refs:SDL_SaveBMP (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/SDL2/src/test/
A DSDL_test_compare.c108 SDL_SaveBMP(surface, imageFilename); in SDLTest_CompareSurfaces()
110 SDL_SaveBMP(referenceSurface, referenceFilename); in SDLTest_CompareSurfaces()
A DSDL_test_common.c1551 if (SDL_SaveBMP(surface, "screenshot.bmp") < 0) { in SDLTest_ScreenShot()
/AliOS-Things-master/components/SDL2/src/video/dummy/
A DSDL_nullframebuffer.c74 SDL_SaveBMP(surface, file); in SDL_DUMMY_UpdateWindowFramebuffer()
/AliOS-Things-master/components/SDL2/src/video/offscreen/
A DSDL_offscreenframebuffer.c75 SDL_SaveBMP(surface, file); in SDL_OFFSCREEN_UpdateWindowFramebuffer()
/AliOS-Things-master/components/SDL2/test/
A Dtestoffscreen.c72 SDL_SaveBMP(surface, file); in save_surface_to_bmp()
A Dtestautomation_surface.c236 ret = SDL_SaveBMP(face, sampleFilename); in surface_testSaveLoadBitmap()
/AliOS-Things-master/components/SDL2/src/image/unused/
A Dshowimage.c115 result = SDL_SaveBMP(surface, saveFile); in main()
/AliOS-Things-master/components/SDL2/include/
A DSDL_surface.h224 #define SDL_SaveBMP(surface, file) \ macro
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A DLaplaceRelaxation.c318 if (SDL_SaveBMP(mapped_picture, "result.bmp") <0) { in Draw()

Completed in 13 milliseconds