phantomuserland icon indicating copy to clipboard operation
phantomuserland copied to clipboard

impl/use 2D accel funcs: rect copy, rect fill

Open dzavalishin opened this issue 5 years ago • 1 comments

struct drv_video_screen_t has

    // Screen to screen copy
    void 	(*copy) (int src_xpos, int src_ypos, int dst_xpos, int dst_ypos, int xsize, int ysize );

    // Screen rect clear
    void 	(*clear) (int xpos, int ypos, int xsize, int ysize );

dzavalishin avatar Oct 06 '19 20:10 dzavalishin

Use copy in move_xy

dzavalishin avatar Oct 09 '19 18:10 dzavalishin