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

/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
H A DSDL_fbvideo.c1350 int width, height, FBPitch, left, i, j, SRCPitch, phase; local
1362 SRCPitch = screen->pitch >> 2;
1373 src = (Uint32*)screen->pixels + (rects->y * SRCPitch) + (left >> 2);
1504 src += SRCPitch;

Completed in 62 milliseconds