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

/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
H A DSDL_riscosvideo.h43 int yeig; member in struct:SDL_PrivateVideoData
H A DSDL_wimpvideo.c216 this->hidden->yeig = vals[1];
255 int yeig = this->hidden->yeig; local
264 window_block[1] = y << yeig;
266 window_block[3] = window_block[1] + (surface->h << yeig);
281 window_block[11] = -surface->h << yeig;
330 int yeig = this->hidden->yeig; local
337 update_block[4] = -(rects[j].y << yeig);
339 update_block[2] = update_block[4] - (rects[j].h << yeig);
[all...]
H A DSDL_riscossprite.c204 int oldYeig = this->hidden->yeig;
208 if (oldXeig == this->hidden->xeig && oldYeig == this->hidden->yeig)
232 newHeight = (currHeight >> oldYeig) << this->hidden->yeig;
H A DSDL_riscosFullScreenVideo.c502 _kernel_oswrch(((y - rects->h) << this->hidden->yeig) & 0xFF); /* bottom */
503 _kernel_oswrch((((y - rects->h) << this->hidden->yeig)>> 8) & 0xFF);
506 _kernel_oswrch(((y-1) << this->hidden->yeig) & 0xFF); /* top */
507 _kernel_oswrch((((y-1) << this->hidden->yeig) >> 8) & 0xFF);
527 _kernel_oswrch(((this->screen->h-1) << this->hidden->yeig) & 0xFF); /* top */
528 _kernel_oswrch((((this->screen->h-1) << this->hidden->yeig) >> 8) & 0xFF);
742 this->hidden->yeig = block[3];
H A DSDL_riscosevents.c281 topLeftY = (this->hidden->height << this->hidden->yeig) - 1;
301 y >>= this->hidden->yeig;
314 last_y = topLeftY - (centre_y << this->hidden->yeig);
H A DSDL_riscosmouse.c237 osY = window_state[4] - (y << this->hidden->yeig);
273 int t = (this->hidden->screen_height << this->hidden->yeig) - 1;
H A DSDL_wimppoll.c169 message[4] = message[2] + (this->screen->h << this->hidden->yeig);

Completed in 70 milliseconds