Home
last modified time | relevance | path

Searched refs:window_state (Results 1 – 5 of 5) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
DSDL_riscosmouse.c228 int window_state[9]; in WIMP_WarpWMCursor() local
232 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() local
284 *((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 …]
DSDL_riscossprite.c215 int window_state[9]; in WIMP_ModeChanged() local
224 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()
DSDL_riscosevents.c284 int window_state[9]; in RISCOS_PollMouseHelper() local
287 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()
/external/zlib/src/contrib/inflate86/
Dinffast.S155 #define window_state 44 /* state->window */ macro
303 movl window_state(state_r), %edx
/external/zlib/src/contrib/masmx86/
Dinffas32.asm139 window_state equ (40+4+zlib1222sup) ;/* state->window */ define
227 mov edx, [edi+window_state]