OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:desktop_mode
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_video.c
256
if (
desktop_mode
.width>w)
258
pos.x = (
desktop_mode
.width - w)/2;
260
if (
desktop_mode
.height>h)
262
pos.y = (
desktop_mode
.height - h)/2;
275
if ((x<
desktop_mode
.width) && (y<
desktop_mode
.height))
396
if (PgGetVideoModeInfo(hwcaps.current_video_mode, &
desktop_mode
) < 0)
404
this->info.current_w =
desktop_mode
.width;
405
this->info.current_h =
desktop_mode
.height;
408
vformat->BitsPerPixel =
desktop_mode
.bits_per_pixel
[
all
...]
SDL_ph_video.h
108
PgVideoModeInfo_t
desktop_mode
; /* Current desktop video mode information */
member in struct:SDL_PrivateVideoData
145
#define
desktop_mode
(this->hidden->
desktop_mode
)
macro
Completed in 47 milliseconds