OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xconfigure
(Results
1 - 11
of
11
) sorted by null
/external/skia/src/utils/unix/
SkOSWindow_Unix.cpp
112
this->resize(evt.
xconfigure
.width, evt.
xconfigure
.height);
/external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11events.c
821
printf("ConfigureNotify! (resize: %dx%d)\n", xevent.
xconfigure
.width, xevent.
xconfigure
.height);
824
if ((xevent.
xconfigure
.width != SDL_VideoSurface->w) ||
825
(xevent.
xconfigure
.height != SDL_VideoSurface->h)) {
827
if ( ! ((xevent.
xconfigure
.width == 32) &&
828
(xevent.
xconfigure
.height == 32)) ) {
829
SDL_PrivateResize(xevent.
xconfigure
.width,
830
xevent.
xconfigure
.height);
[
all
...]
/external/quake/quake/src/WinQuake/
gl_vidlinuxglx.cpp
404
win_x = event.
xconfigure
.x;
405
win_y = event.
xconfigure
.y;
vid_sunx.cpp
970
config_notify_width = x_event.
xconfigure
.width;
971
config_notify_height = x_event.
xconfigure
.height;
vid_sunxil.cpp
888
config_notify_width = x_event.
xconfigure
.width;
889
config_notify_height = x_event.
xconfigure
.height;
vid_x.cpp
931
config_notify_width = x_event.
xconfigure
.width;
932
config_notify_height = x_event.
xconfigure
.height;
/external/quake/quake/src/QW/client/
vid_x.c
856
config_notify_width = x_event.
xconfigure
.width;
857
config_notify_height = x_event.
xconfigure
.height;
/external/chromium/build/
install-build-deps.sh
445
{ echo "#!/bin/sh"; echo "[ \"x\$1\" =
xconfigure
]&&ldconfig||:"; } \
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlib.h
996
XConfigureEvent
xconfigure
;
member in union:_XEvent
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h
996
XConfigureEvent
xconfigure
;
member in union:_XEvent
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h
996
XConfigureEvent
xconfigure
;
member in union:_XEvent
[
all
...]
Completed in 6766 milliseconds