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

/external/qemu/distrib/sdl-1.2.12/src/video/riscos/
H A DSDL_riscosvideo.h42 int xeig; member in struct:SDL_PrivateVideoData
H A DSDL_wimpvideo.c215 this->hidden->xeig = vals[0];
254 int xeig = this->hidden->xeig; local
263 window_block[0] = x << xeig;
265 window_block[2] = window_block[0] + (surface->w << xeig);
282 window_block[12] = surface->w << xeig; /* Work area maximum */
329 int xeig = this->hidden->xeig; local
336 update_block[1] = rects[j].x << xeig; /* Min X */
338 update_block[3] = update_block[1] + (rects[j].w << xeig);
[all...]
H A DSDL_riscossprite.c203 int oldXeig = this->hidden->xeig;
208 if (oldXeig == this->hidden->xeig && oldYeig == this->hidden->yeig)
231 newWidth = (currWidth >> oldXeig) << this->hidden->xeig;
H A DSDL_riscosFullScreenVideo.c500 _kernel_oswrch((rects->x << this->hidden->xeig) & 0xFF); /* left */
501 _kernel_oswrch(((rects->x << this->hidden->xeig) >> 8) & 0xFF);
504 _kernel_oswrch(((rects->x + rects->w - 1) << this->hidden->xeig) & 0xFF); /* right */
505 _kernel_oswrch((((rects->x + rects->w - 1)<< this->hidden->xeig) >> 8) & 0xFF);
525 _kernel_oswrch(((this->screen->w-1) << this->hidden->xeig) & 0xFF); /* right */
526 _kernel_oswrch((((this->screen->w-1) << this->hidden->xeig) >> 8) & 0xFF);
741 this->hidden->xeig = block[2];
H A DSDL_riscosmouse.c236 osX = (x << this->hidden->xeig) + window_state[1];
272 int r = (this->hidden->screen_width << this->hidden->xeig) - 1;
H A DSDL_wimppoll.c168 message[3] = message[1] + (this->screen->w << this->hidden->xeig);
H A DSDL_riscosevents.c300 x >>= this->hidden->xeig;
313 last_x = topLeftX + (centre_x << this->hidden->xeig);

Completed in 65 milliseconds