Searched refs:yeig (Results 1 – 7 of 7) sorted by relevance
216 this->hidden->yeig = vals[1]; in WIMP_ReadModeInfo()255 int yeig = this->hidden->yeig; in WIMP_SetupWindow() local264 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() local337 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()
204 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()
502 _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()
281 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()
43 int yeig; member
237 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()
169 message[4] = message[2] + (this->screen->h << this->hidden->yeig); in WIMP_Poll()