HomeSort by relevance Sort by last modified time
    Searched refs:screen (Results 126 - 150 of 160) sorted by null

1 2 3 4 56 7

  /external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
SDL_macevents.c 119 if ( this->screen && (this->screen->flags & SDL_FULLSCREEN) ) {
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_sysevents.c 722 if ( current_video->screen &&
723 !(current_video->screen->flags & SDL_OPENGL) ) {
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
xf86str.h 424 int screen; /* For multi-CRTC cards */ member in struct:__anon13487
513 confScreenPtr screen; member in struct:_screenlayoutrec
850 * There is one of these for each screen, and it holds all the screen-specific
864 int scrnIndex; /* Number of this screen */
865 Bool configured; /* Is this screen valid */
867 * this screen before
871 /* Display-wide screenInfo values needed by this screen */
910 confScreenPtr confScreen; /* Screen config info */
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
riva_mmio.h 128 * 2D screen-screen BLT.
416 U032 screen; member in struct:_riva_hw_state
  /packages/apps/Camera/src/com/android/camera/
VideoCamera.java 396 // If the camera resumes behind the lock screen, the orientation
454 // When the screen is unlocked, display rotation may change. Always
825 // We're pausing, the screen is off and we already stopped
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/gapi/
SDL_gapivideo.c 532 /* Determine the current screen size */
778 /* Blank screen */
1128 if (this->screen->pixels != NULL)
1130 SDL_free(this->screen->pixels);
1131 this->screen->pixels = NULL;
    [all...]
  /external/quake/quake/src/WinQuake/
Makefile.linuxi386 155 $(BUILDDIR)/squake/screen.o \
360 $(BUILDDIR)/squake/screen.o : $(MOUNT_DIR)/screen.c
529 $(BUILDDIR)/x11/screen.o \
733 $(BUILDDIR)/x11/screen.o : $(MOUNT_DIR)/screen.c
    [all...]
vid_svgalib.cpp 728 return; // can't update screen if it's not active
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5video.c 936 /* Determine the screen depth */
    [all...]
  /external/quake/quake/src/QW/
Makefile.Linux 264 $(BUILDDIR)/client/screen.o \
464 $(BUILDDIR)/client/screen.o : $(CLIENT_DIR)/screen.c
694 $(BUILDDIR)/glclient/screen.o : $(CLIENT_DIR)/screen.c
  /external/v8/benchmarks/
raytrace.js 581 screen: null,
588 this.screen = Flog.RayTracer.Vector.prototype.add(this.position, this.lookAt);
593 this.screen,
  /external/webkit/SunSpider/tests/v8-v4/
v8-raytrace.js 576 screen: null,
583 this.screen = Flog.RayTracer.Vector.prototype.add(this.position, this.lookAt);
588 this.screen,
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11gl.c 112 vi_in.screen = SDL_Screen;
  /frameworks/base/docs/html/resources/
resources_toc.cs 31 <span class="en">Screen Sizes &amp; Densities</span>
62 <li><a href="<?cs var:toroot ?>resources/articles/faster-screen-orientation-change.html">
63 <span class="en">Faster Screen Orientation Change</span>
95 <li><a href="<?cs var:toroot ?>resources/articles/on-screen-inputs.html">
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-216320.js 841 child_width = screen.width-160;
842 child_height = screen.height-200;
  /external/webkit/WebCore/platform/chromium/
PopupMenuChromium.cpp 331 // If the popup would extend past the bottom of the screen, open upwards
333 FloatRect screen = screenAvailableRect(view); local
335 if (widgetRect.bottom() > static_cast<int>(screen.bottom()))
376 // parent, even though external popups have no real on-screen widget but a
    [all...]
  /packages/apps/Phone/src/com/android/phone/
CallFeaturesSetting.java 718 * to a different screen.
1498 PreferenceScreen screen = getPreferenceScreen(); local
    [all...]
  /external/openssl/
e_os.h 428 # include <screen.h>
  /external/quake/quake/src/QW/client/
vid_svgalib.c 711 scantokey[ 99] = K_F12; // print screen, bind to screenshot by default
741 return; // can't update screen if it's not active
  /external/webkit/WebKit/mac/Carbon/
CarbonWindowAdapter.mm 33 // Check to see how this stuff deals with various screen size change scenarious.
357 // Get the Carbon window's bounds, which are expressed in global screen coordinates, with (0,0) at the top-left of the main screen.
621 - (NSRect)constrainFrameRect:(NSRect)actualFrame toScreen:(NSScreen *)screen {
    [all...]
  /development/apps/Term/src/com/android/term/
Term.java 93 * Our main view. Displays the emulated terminal screen.
543 * An abstract screen interface. A terminal screen stores lines of text. (The
547 interface Screen {
551 * wrapped when changing screen size or converting to a transcript.
556 * Store byte b into the screen at location (x, y)
567 * Scroll the screen down one line. To scroll the whole screen of a 24 line
568 * screen, the arguments would be (0, 24).
576 * Block copy characters from one position in the screen to another. The tw
    [all...]
  /external/webkit/WebCore/page/
DOMWindow.idl 47 readonly attribute Screen screen;
    [all...]
  /external/webkit/WebKit/chromium/src/
GraphicsContext3D.cpp 209 GLXFBConfig* chooseFBConfig(int screen, const int *attrib_list, int *nelements)
211 return m_glXChooseFBConfig(m_display, screen, attrib_list, nelements);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
SDL_dspvideo.c 97 I can't create a hardware surface the same size as the screen?! How to fix?
335 /* Use DSp/Display Manager to build mode list for given screen */
350 /* Ask Display Manager for integer id of screen device */
629 /* Various screen update functions available */
    [all...]
  /external/webkit/WebCore/plugins/gtk/
PluginViewGtk.cpp 798 templ.screen = gdk_screen_get_number(gdk_screen_get_default());

Completed in 1222 milliseconds

1 2 3 4 56 7