Home
last modified time | relevance | path

Searched refs:ScreenSnapShot_SavePNG_ToFile (Results 1 – 6 of 6) sorted by relevance

/dports/games/libretro-hatari/hatari-561c07e/src/includes/
H A DscreenSnapShot.h14 extern int ScreenSnapShot_SavePNG_ToFile(SDL_Surface *surface, FILE *fp, int png_compression_level,…
/dports/emulators/hatari/hatari-2.2.1/src/includes/
H A DscreenSnapShot.h13 extern int ScreenSnapShot_SavePNG_ToFile(SDL_Surface *surface, int destw,
/dports/games/libretro-hatari/hatari-561c07e/src/
H A DscreenSnapShot.c92 ret = ScreenSnapShot_SavePNG_ToFile(surface, fp, -1, -1, 0, 0, 0, bottom); in ScreenSnapShot_SavePNG()
104 int ScreenSnapShot_SavePNG_ToFile(SDL_Surface *surface, FILE *fp, int png_compression_level, int pn… in ScreenSnapShot_SavePNG_ToFile() function
H A Davi_record.c448 SizeImage = ScreenSnapShot_SavePNG_ToFile ( pAviParams->Surface , pAviParams->FileOut , in Avi_RecordVideoStream_PNG()
/dports/emulators/hatari/hatari-2.2.1/src/
H A DscreenSnapShot.c92 ret = ScreenSnapShot_SavePNG_ToFile(surface, 0, 0, fp, -1, -1, 0, 0, 0, bottom); in ScreenSnapShot_SavePNG()
104 int ScreenSnapShot_SavePNG_ToFile(SDL_Surface *surface, int dw, int dh, in ScreenSnapShot_SavePNG_ToFile() function
H A Davi_record.c962 SizeImage = ScreenSnapShot_SavePNG_ToFile(pAviParams->Surface, in Avi_RecordVideoStream_PNG()