HomeSort by relevance Sort by last modified time
    Searched refs:xconfigure (Results 1 - 10 of 10) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11events.c 826 printf("ConfigureNotify! (resize: %dx%d)\n", xevent.xconfigure.width, xevent.xconfigure.height);
830 if ((xevent.xconfigure.width != X11_PendingConfigureNotifyWidth) &&
831 (xevent.xconfigure.height != X11_PendingConfigureNotifyHeight)) {
839 if ((xevent.xconfigure.width != SDL_VideoSurface->w) ||
840 (xevent.xconfigure.height != SDL_VideoSurface->h)) {
842 if ( ! ((xevent.xconfigure.width == 32) &&
843 (xevent.xconfigure.height == 32)) ) {
844 SDL_PrivateResize(xevent.xconfigure.width,
845 xevent.xconfigure.height)
    [all...]
  /external/skia/legacy/src/utils/unix/
SkOSWindow_Unix.cpp 112 this->resize(evt.xconfigure.width, evt.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/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;
  /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 175 milliseconds