Searched refs:window_state (Results 1 – 5 of 5) sorted by relevance
228 int window_state[9]; in WIMP_WarpWMCursor() local232 window_state[0] = this->hidden->window_handle; in WIMP_WarpWMCursor()233 regs.r[1] = (unsigned int)window_state; in WIMP_WarpWMCursor()236 osX = (x << this->hidden->xeig) + window_state[1]; in WIMP_WarpWMCursor()237 osY = window_state[4] - (y << this->hidden->yeig); in WIMP_WarpWMCursor()282 unsigned char window_state[36]; in RISCOS_GrabInput() local284 *((int *)window_state) = this->hidden->window_handle; in RISCOS_GrabInput()285 regs.r[1] = (unsigned int)window_state; in RISCOS_GrabInput()288 block[1] = window_state[4]; in RISCOS_GrabInput()289 block[2] = window_state[5]; in RISCOS_GrabInput()[all …]
215 int window_state[9]; in WIMP_ModeChanged() local224 window_state[0] = this->hidden->window_handle; in WIMP_ModeChanged()225 regs.r[1] = (unsigned int)window_state; in WIMP_ModeChanged()228 currWidth = window_state[3] - window_state[1]; in WIMP_ModeChanged()229 currHeight = window_state[4] - window_state[2]; in WIMP_ModeChanged()
284 int window_state[9]; in RISCOS_PollMouseHelper() local287 window_state[0] = this->hidden->window_handle; in RISCOS_PollMouseHelper()288 regs.r[1] = (unsigned int)window_state; in RISCOS_PollMouseHelper()291 topLeftX = window_state[1]; in RISCOS_PollMouseHelper()292 topLeftY = window_state[4]; in RISCOS_PollMouseHelper()
155 #define window_state 44 /* state->window */ macro303 movl window_state(state_r), %edx
139 window_state equ (40+4+zlib1222sup) ;/* state->window */ define227 mov edx, [edi+window_state]