Searched refs:scr_x2 (Results 1 - 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/wscons/
H A DSDL_wsconsvideo.c478 int scr_x1, scr_y1, scr_x2, scr_y2; local
518 scr_x2 = x2;
526 scr_x2 = y2;
536 scr_x2 = width - x1;
546 scr_x2 = height - y1;
567 scr_x2 - scr_x1,
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A DSDL_fbvideo.c1515 int scr_x1, scr_y1, scr_x2, scr_y2; local
1555 scr_x2 = x2;
1563 scr_x2 = y2;
1573 scr_x2 = width - x1;
1583 scr_x2 = height - y1;
1605 scr_x2 - scr_x1,

Completed in 118 milliseconds