Home
last modified time | relevance | path

Searched refs:scr_x1 (Results 1 – 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/wscons/
DSDL_wsconsvideo.c478 int scr_x1, scr_y1, scr_x2, scr_y2; in WSCONS_UpdateRects() local
516 sha_x1 = scr_x1 = x1; in WSCONS_UpdateRects()
524 scr_x1 = y1; in WSCONS_UpdateRects()
534 scr_x1 = width - x2; in WSCONS_UpdateRects()
544 scr_x1 = height - y2; in WSCONS_UpdateRects()
560 scr_x1 * bytesPerPixel; in WSCONS_UpdateRects()
567 scr_x2 - scr_x1, in WSCONS_UpdateRects()
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
DSDL_fbvideo.c1515 int scr_x1, scr_y1, scr_x2, scr_y2; in FB_DirectUpdate() local
1553 sha_x1 = scr_x1 = x1; in FB_DirectUpdate()
1561 scr_x1 = y1; in FB_DirectUpdate()
1571 scr_x1 = width - x2; in FB_DirectUpdate()
1581 scr_x1 = height - y2; in FB_DirectUpdate()
1598 scr_x1 * bytes_per_pixel; in FB_DirectUpdate()
1605 scr_x2 - scr_x1, in FB_DirectUpdate()