OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_real_resolution
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11modes.c
116
static void
get_real_resolution
(_THIS, int* w, int* h);
182
get_real_resolution
(this, &w, &h);
224
get_real_resolution
(this, &w, &h);
250
static void
get_real_resolution
(_THIS, int* w, int* h)
function
263
fprintf(stderr, "XME:
get_real_resolution
: w = %d h = %d\n", *w, *h);
299
fprintf(stderr, "XRANDR:
get_real_resolution
: w = %d h = %d\n", *w, *h);
955
get_real_resolution
(this, &real_w, &real_h);
1016
get_real_resolution
(this, &real_w, &real_h);
[
all
...]
/prebuilts/tools/linux-x86/sdl/libs/
libSDL.a
[
all
...]
/prebuilts/tools/windows/sdl/libs/
libSDL.a
[
all
...]
Completed in 561 milliseconds