HomeSort by relevance Sort by last modified time
    Searched refs:yeig (Results 1 - 7 of 7) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosvideo.h 43 int yeig; member in struct:SDL_PrivateVideoData
SDL_wimpvideo.c 206 vars[1] = 5; /* YEig */
216 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);
    [all...]
SDL_riscossprite.c 204 int oldYeig = this->hidden->yeig;
208 if (oldXeig == this->hidden->xeig && oldYeig == this->hidden->yeig)
232 newHeight = (currHeight >> oldYeig) << this->hidden->yeig;
SDL_riscosFullScreenVideo.c 502 _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];
SDL_riscosevents.c 281 topLeftY = (this->hidden->height << this->hidden->yeig) - 1;
301 y >>= this->hidden->yeig;
314 last_y = topLeftY - (centre_y << this->hidden->yeig);
SDL_riscosmouse.c 237 osY = window_state[4] - (y << this->hidden->yeig);
273 int t = (this->hidden->screen_height << this->hidden->yeig) - 1;
SDL_wimppoll.c 169 message[4] = message[2] + (this->screen->h << this->hidden->yeig);

Completed in 69 milliseconds