Searched refs:screen (Results 151 - 175 of 211) sorted by relevance

123456789

/external/quake/quake/src/WinQuake/
H A Dvid_sunx.cpp541 // VID_FullScreen - open the window in full screen mode
613 Con_Printf( "Using screen %d: %dx%d\n", x_screen, x_screen_width, x_screen_height );
618 // we never run full-screen, so no auto-repeat nukage
658 int screen; local
659 screen = XDefaultScreen(x_disp);
661 XVisualIDFromVisual(XDefaultVisual(x_disp, screen));
685 printf(" screen %d\n", x_visinfo->screen);
703 x_visinfo->screen), x_vis, AllocNone);
711 XRootWindow(x_disp, x_visinfo->screen),
[all...]
H A Dvid_x.cpp530 int screen; local
531 screen = XDefaultScreen(x_disp);
533 XVisualIDFromVisual(XDefaultVisual(x_disp, screen));
556 printf(" screen %d\n", x_visinfo->screen);
573 x_visinfo->screen), x_vis, AllocNone);
583 XRootWindow(x_disp, x_visinfo->screen),
955 // flushes the given rectangles from the view buffer to the screen
H A DMakefile.Solaris104 $(BUILDDIR)/screen.o \
312 $(BUILDDIR)/screen.o : $(MOUNT_DIR)/screen.c
/external/webkit/Source/WebCore/plugins/gtk/
H A Dgtk2xtbin.c336 GdkScreen *screen; local
353 screen = gtk_widget_get_screen(parent_widget);
354 visual = gdk_screen_get_system_visual(screen);
355 colormap = XCreateColormap(GDK_DISPLAY_XDISPLAY(gdk_screen_get_display(screen)),
356 GDK_WINDOW_XWINDOW(gdk_screen_get_root_window(screen)),
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_ph_video.c403 /* Determine the current screen size */
600 updaterect.w = this->screen->w;
601 updaterect.h = this->screen->h;
627 if ((this->screen->flags & SDL_FULLSCREEN) != SDL_FULLSCREEN)
/external/qemu/distrib/sdl-1.2.15/src/video/vgl/
H A DSDL_vglvideo.c259 /* Determine the current screen size */
265 /* Determine the screen depth */
307 /* Various screen update functions available */
485 if ( this->screen && (this->screen->flags & SDL_HWSURFACE) ) {
486 /* Direct screen access, not a memory buffer */
487 this->screen->pixels = NULL;
/external/qemu/slirp/
H A Dmisc.c41 redir_x(inaddr, start_port, display, screen)
45 int screen;
58 x_screen = screen;
/external/webkit/Source/WebCore/platform/gtk/
H A DRenderThemeGtk.cpp417 // FIXME: Really this should be the widget's screen.
418 GdkScreen* screen = gdk_screen_get_default(); local
419 if (!screen)
422 float dpi = gdk_screen_get_resolution(screen);
/external/mesa3d/docs/OLD/
H A DMESA_sprite_point.spec121 When SPRITE_POINT_MESA is enabled points are rasterized as screen-
/external/chromium/chrome/browser/chromeos/login/
H A Dscreen_locker.cc55 #include "views/screen.h"
70 // A idle time to show the screen saver in seconds.
73 // Observer to start ScreenLocker when the screen lock
87 // Register Screen Lock after login screen to make sure
88 // we don't show the screen lock on top of the login screen by accident.
131 // keyboard on the screen locker.
197 // A ScreenLock window that covers entire screen to keep the keyboard
233 // widget. In screen locker, gdk input is grabbed in GrabWidget,
529 gfx::Rect screen local
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
H A DSDL_atarigl.c277 surface = this->screen;
331 surface = this->screen;
366 gl_copyshadow(this, this->screen);
367 gl_convert(this, this->screen);
674 /*--- Conversions routines from shadow buffer to the screen ---*/
1003 /*--- Conversions routines in the screen ---*/
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
H A DSDL_sysmouse.c191 if ( !this->screen ) {
212 leave physical cursor at center of screen if
H A DSDL_sysevents.c645 if ( current_video->screen &&
646 !(current_video->screen->flags & SDL_OPENGL) ) {
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11modes.c543 /* Find out which screen is the desired one */
620 /* save the screen configuration since we must reference it
704 /* Check to see if we should add the screen size (Xinerama) */
923 /* Free the Xrandr screen configuration */
1013 /* Map the fullscreen window to blank the screen */
1070 /* We may need to refresh the screen at this point (no backing store)
1072 if ( this->screen ) {
1073 if ( this->screen->flags & SDL_OPENGL ) {
1132 /* We may need to refresh the screen at this point (no backing store)
1134 if ( this->screen ) {
[all...]
/external/valgrind/main/exp-bbv/tests/ppc32-linux/
H A Dll.S185 bl center_and_print # write it to screen
398 li 4,80 # 80 column screen
/external/libpng/contrib/gregbook/
H A Drpng2-x.c40 - 2.02: fixed improper display of usage screen on PNG error(s); fixed
464 /* print usage screen if any errors up to this point */
829 int screen, pad; local
845 screen = DefaultScreen(display);
846 depth = DisplayPlanes(display, screen);
847 root = RootWindow(display, screen);
860 visual_info.screen = screen;
866 fprintf(stderr, "default screen depth %d not supported, and no"
882 XMatchVisualInfo(display, screen, dept
[all...]
/external/openssh/
H A Dsession.c356 "X11 screen flag missing");
357 s->screen = packet_get_int();
359 s->screen = 0;
2133 s->screen = packet_get_int();
2652 s->display_number, s->screen);
2654 s->display_number, s->screen);
2670 s->display_number, s->screen);
2673 s->display_number, s->screen);
/external/quake/quake/src/QW/server/
H A Dqwsv.mak1519 "..\client\screen.h"\
1589 "..\client\screen.h"\
1659 "..\client\screen.h"\
1730 "..\client\screen.h"\
1800 "..\client\screen.h"\
1870 "..\client\screen.h"\
1941 "..\client\screen.h"\
2011 "..\client\screen.h"\
2082 "..\client\screen.h"\
2152 "..\client\screen
[all...]
/external/chromium/chrome/browser/ui/gtk/
H A Dbrowser_window_gtk.cc247 // EWMH for full screen mode.
249 GdkScreen* screen = gtk_window_get_screen(window); local
250 gint num_monitors = gdk_screen_get_n_monitors(screen);
256 gdk_screen_get_monitor_geometry(screen, i, &monitor_size);
303 // are partially off-screen causes them to get snapped back on screen, not
1423 // as the size of the screen, so unmaximizing it merely remaximizes it due to
2124 // Ignore drag requests if the window is the size of the screen.
2304 // A screen can be composed of multiple monitors.
2305 GdkScreen* screen local
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
H A DSDL_macevents.c119 if ( this->screen && (this->screen->flags & SDL_FULLSCREEN) ) {
/external/qemu/distrib/sdl-1.2.15/src/video/wscons/
H A DSDL_wsconsvideo.c224 printf("Rotating screen clockwise\n");
228 printf("Rotating screen counter clockwise\n");
232 printf("Rotating screen upside down\n");
590 if (this->screen != NULL) {
591 this->screen->pixels = NULL;
/external/valgrind/main/none/tests/
H A Dcmdline1.stdout.exp23 and follow the on-screen directions
/external/webkit/Source/WebCore/page/
H A DDOMWindow.h107 static void adjustWindowRect(const FloatRect& screen, FloatRect& window, const FloatRect& pendingChanges);
119 Screen* screen() const;
/external/libvpx/examples/includes/geshi/geshi/
H A Dabap.php123 'loop at screen',
131 'at selection-screen',
141 'call screen',
142 'call selection-screen',
183 'leave screen',
187 'modify screen',
218 'set screen',
242 'and return to screen',
244 'and skip first screen',
273 'begin of screen',
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A Driva_mmio.h128 * 2D screen-screen BLT.
416 U032 screen; member in struct:_riva_hw_state

Completed in 734 milliseconds

123456789