Searched defs:starty (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
H A DSDL_QWin.cc134 int startx, starty; local
138 starty = rect.top() >> 1;
145 if((starty+height) > 160) {
146 height = 160 - starty; // avoid vertical overflow
152 sp1 = (ulong*)bits + startx + starty*240;
154 dp1 = (ulong *)fb + (159 - starty) + startx*320;
190 int startx, starty; local
194 starty = rect.top() >> 1;
201 if((starty+height) > 160) {
202 height = 160 - starty; // avoi
[all...]

Completed in 107 milliseconds