Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/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()