OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:screen_w
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11modes.c
498
int
screen_w
;
local
505
screen_w
= DisplayWidth(SDL_Display, SDL_Screen);
550
if (
screen_w
> w || screen_h > h) {
555
SDL_modelist[n]->w =
screen_w
;
672
if ( (
screen_w
* screen_h) >= (w * h) ) {
673
if ( (
screen_w
!= w) || (screen_h != h) ) {
678
SDL_modelist[n]->w =
screen_w
;
683
screen_w
= 0;
817
SDL_modelist[n]->w =
screen_w
;
899
int
screen_w
;
local
957
int
screen_w
;
local
[
all
...]
SDL_x11wm.c
403
is_window_visible(_THIS, int screen_x, int screen_y, int
screen_w
, int screen_h )
412
return ( x >= screen_x && x + attr.width <= screen_x +
screen_w
&&
420
int
screen_w
, screen_h;
local
424
screen_w
= attr.width;
452
if ( is_window_visible( this, 0, 0,
screen_w
, screen_h ) ) {
458
(
screen_w
- this->screen->w)/2,
/external/qemu/android/skin/
window.c
1196
int
screen_w
, screen_h;
local
[
all
...]
Completed in 44 milliseconds