Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/src/video/wscons/
DSDL_wsconsvideo.c479 int sha_x1, sha_y1; in WSCONS_UpdateRects() local
517 sha_y1 = scr_y1 = y1; in WSCONS_UpdateRects()
529 sha_y1 = y1; in WSCONS_UpdateRects()
539 sha_y1 = y2 - 1; in WSCONS_UpdateRects()
549 sha_y1 = y2 - 1; in WSCONS_UpdateRects()
558 src_start = private->shadowmem + (sha_y1 * width + sha_x1) * bytesPerPixel; in WSCONS_UpdateRects()
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
DSDL_fbvideo.c1516 int sha_x1, sha_y1; in FB_DirectUpdate() local
1554 sha_y1 = scr_y1 = y1; in FB_DirectUpdate()
1566 sha_y1 = y1; in FB_DirectUpdate()
1576 sha_y1 = y2 - 1; in FB_DirectUpdate()
1586 sha_y1 = y2 - 1; in FB_DirectUpdate()
1596 (sha_y1 * width + sha_x1) * bytes_per_pixel; in FB_DirectUpdate()