OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VDI_w
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/gem/
SDL_gemvideo.c
345
VDI_w
= work_out[0] + 1;
414
VDI_pitch =
VDI_w
* VDI_pixelsize;
431
this->info.current_w =
VDI_w
;
458
SDL_modelist[0]->w =
VDI_w
;
522
pxy[2] =
VDI_w
- 1;
553
form_dial( FMD_START, 0,0,0,0, 0,0,
VDI_w
,VDI_h);
609
form_dial( FMD_FINISH, 0,0,0,0, 0,0,
VDI_w
,VDI_h);
636
if ((
VDI_w
< width) || (VDI_h < height)) {
SDL_gemvideo.h
99
#define
VDI_w
(this->hidden->full_w)
SDL_gemevents.c
310
w2 =
VDI_w
;
Completed in 129 milliseconds