OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:screen_h
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11modes.c
499
int
screen_h
;
local
506
screen_h
= DisplayHeight(SDL_Display, SDL_Screen);
550
if ( screen_w > w ||
screen_h
> h) {
556
SDL_modelist[n]->h =
screen_h
;
672
if ( (screen_w *
screen_h
) >= (w * h) ) {
673
if ( (screen_w != w) || (
screen_h
!= h) ) {
679
SDL_modelist[n]->h =
screen_h
;
684
screen_h
= 0;
818
SDL_modelist[n]->h =
screen_h
;
900
int
screen_h
;
local
958
int
screen_h
;
local
[
all
...]
SDL_x11wm.c
405
is_window_visible(_THIS, int screen_x, int screen_y, int screen_w, int
screen_h
)
415
y >= screen_y && y + attr.height <= screen_y +
screen_h
);
422
int screen_w,
screen_h
;
local
427
screen_h
= attr.height;
454
if ( is_window_visible( this, 0, 0, screen_w,
screen_h
) ) {
461
(
screen_h
- this->screen->h)/2 );
Completed in 15 milliseconds