Home
last modified time | relevance | path

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

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