OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xeig
(Results
1 - 7
of
7
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_wimpvideo.c
205
vars[0] = 4; /*
XEig
*/
215
this->hidden->
xeig
= vals[0];
254
int
xeig
= this->hidden->
xeig
;
local
263
window_block[0] = x <<
xeig
;
265
window_block[2] = window_block[0] + (surface->w <<
xeig
);
282
window_block[12] = surface->w <<
xeig
; /* Work area maximum */
329
int
xeig
= this->hidden->
xeig
;
local
336
update_block[1] = rects[j].x <<
xeig
; /* Min X *
[
all
...]
SDL_riscosvideo.h
42
int
xeig
;
member in struct:SDL_PrivateVideoData
SDL_riscossprite.c
203
int oldXeig = this->hidden->
xeig
;
208
if (oldXeig == this->hidden->
xeig
&& oldYeig == this->hidden->yeig)
231
newWidth = (currWidth >> oldXeig) << this->hidden->
xeig
;
SDL_riscosFullScreenVideo.c
500
_kernel_oswrch((rects->x << this->hidden->
xeig
) & 0xFF); /* left */
501
_kernel_oswrch(((rects->x << this->hidden->
xeig
) >> 8) & 0xFF);
504
_kernel_oswrch(((rects->x + rects->w - 1) << this->hidden->
xeig
) & 0xFF); /* right */
505
_kernel_oswrch((((rects->x + rects->w - 1)<< this->hidden->
xeig
) >> 8) & 0xFF);
525
_kernel_oswrch(((this->screen->w-1) << this->hidden->
xeig
) & 0xFF); /* right */
526
_kernel_oswrch((((this->screen->w-1) << this->hidden->
xeig
) >> 8) & 0xFF);
741
this->hidden->
xeig
= block[2];
SDL_riscosmouse.c
236
osX = (x << this->hidden->
xeig
) + window_state[1];
272
int r = (this->hidden->screen_width << this->hidden->
xeig
) - 1;
SDL_riscosevents.c
300
x >>= this->hidden->
xeig
;
313
last_x = topLeftX + (centre_x << this->hidden->
xeig
);
SDL_wimppoll.c
168
message[3] = message[1] + (this->screen->w << this->hidden->
xeig
);
Completed in 402 milliseconds