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

/external/qemu/distrib/sdl-1.2.15/src/video/wscons/
H A DSDL_wsconsvideo.c479 int sha_x1, sha_y1; local
516 sha_x1 = scr_x1 = x1;
528 sha_x1 = x2 - 1;
538 sha_x1 = x2 - 1;
548 sha_x1 = x1;
558 src_start = private->shadowmem + (sha_y1 * width + sha_x1) * bytesPerPixel;
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A DSDL_fbvideo.c1516 int sha_x1, sha_y1; local
1553 sha_x1 = scr_x1 = x1;
1565 sha_x1 = x2 - 1;
1575 sha_x1 = x2 - 1;
1585 sha_x1 = x1;
1596 (sha_y1 * width + sha_x1) * bytes_per_pixel;

Completed in 119 milliseconds