Home
last modified time | relevance | path

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

/dports/games/libretro-o2em/libretro-o2em-f874a75/src/
H A Dvpp.h10 void vpp_finish_bmp(uint8_t *vmem, int offx, int offy, int w, int h, int totw, int toth);
H A Dvpp.c369 void vpp_finish_bmp(uint8_t *vmem, int offx, int offy, int w, int h, int totw, int toth){ in vpp_finish_bmp() function
H A Dvdc.c493 vpp_finish_bmp(vscreen, 9, 5, BMPW-9, BMPH-5, bmp->w, bmp->h); in finish_display()
/dports/emulators/o2em/o2em117src/
H A Dvpp.h8 void vpp_finish_bmp(Byte *vmem, int offx, int offy, int w, int h, int totw, int toth);
H A Dvpp.c241 void vpp_finish_bmp(Byte *vmem, int offx, int offy, int w, int h, int totw, int toth){ in vpp_finish_bmp() function
H A Dvdc.c302 vpp_finish_bmp(vscreen, 9, 5, BMPW-9, BMPH-5, bmp->w, bmp->h); in finish_display()
/dports/emulators/o2em/o2em117src/src/
H A Dvpp.h8 void vpp_finish_bmp(Byte *vmem, int offx, int offy, int w, int h, int totw, int toth);
H A Dvpp.c242 void vpp_finish_bmp(Byte *vmem, int offx, int offy, int w, int h, int totw, int toth){ in vpp_finish_bmp() function
H A Dvdc.c330 vpp_finish_bmp(vscreen, 9, 5, BMPW-9, BMPH-5, bmp->w, bmp->h); in finish_display()