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

1 2 3 4 56 7 8 91011>>

  /external/webkit/Source/WebCore/platform/graphics/filters/
FEBlend.cpp 79 static unsigned char screen(unsigned char colorA, unsigned char colorB, unsigned char, unsigned char) function in namespace:WebCore
119 static const BlendType callEffect[] = {unknown, normal, multiply, screen, darken, lighten};
155 ts << "SCREEN";
  /external/webkit/Source/WebKit2/PluginProcess/mac/
PluginProcessMac.mm 58 for (NSScreen *screen in [NSScreen screens]) {
59 if (NSContainsRect(rect, [screen frame]))
71 // Convert to Cocoa-style screen coordinates that use a Y offset relative to the zeroth screen's origin.
90 // If the window is not full-screen then we're not interested in it.
98 // If this is the first full screen window to be shown, notify the UI process.
112 // If this was the last full screen window that was visible, notify the UI process.
  /frameworks/base/core/java/android/preference/
PreferenceManager.java 735 void addPreferencesScreen(DialogInterface screen) {
742 mPreferencesScreens.add(screen);
746 void removePreferencesScreen(DialogInterface screen) {
753 mPreferencesScreens.remove(screen);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
Xcupstr.h 68 CARD32 screen B32;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
Xcupstr.h 68 CARD32 screen B32;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
Xcupstr.h 68 CARD32 screen B32;
  /external/chromium/chrome/browser/chromeos/login/
update_screen.cc 165 UpdateScreen* screen = static_cast<UpdateScreen*>(user_data); local
166 if (UpdateScreen::HasInstance(screen))
167 screen->ExitUpdate(UpdateScreen::REASON_UPDATE_INIT_FAILED);
193 // Screen has longer lifetime than it's view.
194 // View is deleted after wizard proceeds to the next screen.
229 // Noncritical update, just exit screen as if there is no update.
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xinerama/
Xinerama.c 212 req->screen = screen_num; /* need to define */
221 panoramiX_info->screen = rep.screen;
229 namely, the omission of the screen origin. The new interface is
  /external/skia/tests/
ClipCacheTest.cpp 63 SkRect screen = SkRect::MakeWH(SkIntToScalar(kXSize), local
65 SkRect clipRect(screen);
69 // is larger than the screen
81 REPORTER_ASSERT(reporter, screen == devStackBounds);
  /external/webkit/Source/WebKit2/Shared/mac/
WebEventFactory.mm 115 NSScreen *screen = [window screen]; // nil if the window is off-screen
116 if (screen)
117 return screen;
121 return [screens objectAtIndex:0]; // screen containing the menubar
126 static NSPoint flipScreenPoint(const NSPoint& screenPoint, NSScreen *screen)
129 flippedPoint.y = NSMaxY([screen frame]) - flippedPoint.y;
770 // VK_SNAPSHOT (2C) PRINT SCREEN key
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationTest.java 26 import com.android.sdklib.devices.Screen;
102 Screen screen = configuration.getDevice().getDefaultHardware().getScreen(); local
103 assertEquals(145.0f, screen.getXdpi(), 0.001);
104 assertEquals(145.0f, screen.getYdpi(), 0.001);
  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3video.c 246 * kernel will no longer flip the screen itself
250 /* Unblank screen */
328 /* Blank screen */
358 /* Copy screen to framebuffer and flip */
391 PS3_FlipDoubleBuffer(this, this->screen);
430 /* Blit/Flip buffer to the screen. Must be called after each frame! */
611 if (this->screen) {
612 if (double_buffering && this->screen->pixels) {
613 free(this->screen->pixels);
615 this->screen->pixels = NULL
    [all...]
  /external/quake/quake/src/WinQuake/
sys_dos.cpp 567 byte screen[80*25*2]; local
573 // load the sell screen before shuting everything down
579 memcpy (screen, d, sizeof(screen));
581 // write the version number directly to the end screen
584 screen[0*80*2 + 72*2 + i*2] = ver[i];
588 // do the text mode sell screen
591 memcpy ((void *)real2ptr(0xb8000), screen,80*25*2);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
glx.h 190 extern XVisualInfo* glXChooseVisual( Display *dpy, int screen,
233 extern const char *glXQueryExtensionsString( Display *dpy, int screen );
235 extern const char *glXQueryServerString( Display *dpy, int screen, int name );
245 extern GLXFBConfig *glXChooseFBConfig( Display *dpy, int screen,
251 extern GLXFBConfig *glXGetFBConfigs( Display *dpy, int screen,
glxext.h 441 typedef GLXFBConfig * ( * PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements);
442 typedef GLXFBConfig * ( * PFNGLXCHOOSEFBCONFIGPROC) (Display *dpy, int screen, const int *attrib_list, int *nelements);
528 typedef GLXVideoSourceSGIX ( * PFNGLXCREATEGLXVIDEOSOURCESGIXPROC) (Display *display, int screen, VLServer server, VLPath path, int nodeClass, VLNode drainNode);
564 typedef GLXFBConfigSGIX * ( * PFNGLXCHOOSEFBCONFIGSGIXPROC) (Display *dpy, int screen, int *attrib_list, int *nelements);
604 typedef int ( * PFNGLXBINDCHANNELTOWINDOWSGIXPROC) (Display *display, int screen, int channel, Window window);
605 typedef int ( * PFNGLXCHANNELRECTSGIXPROC) (Display *display, int screen, int channel, int x, int y, int w, int h);
606 typedef int ( * PFNGLXQUERYCHANNELRECTSGIXPROC) (Display *display, int screen, int channel, int *dx, int *dy, int *dw, int *dh);
607 typedef int ( * PFNGLXQUERYCHANNELDELTASSGIXPROC) (Display *display, int screen, int channel, int *x, int *y, int *w, int *h);
608 typedef int ( * PFNGLXCHANNELRECTSYNCSGIXPROC) (Display *display, int screen, int channel, GLenum synctype);
636 typedef Bool ( * PFNGLXQUERYMAXSWAPBARRIERSSGIXPROC) (Display *dpy, int screen, int *max)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/
glx.h 190 extern XVisualInfo* glXChooseVisual( Display *dpy, int screen,
233 extern const char *glXQueryExtensionsString( Display *dpy, int screen );
235 extern const char *glXQueryServerString( Display *dpy, int screen, int name );
245 extern GLXFBConfig *glXChooseFBConfig( Display *dpy, int screen,
251 extern GLXFBConfig *glXGetFBConfigs( Display *dpy, int screen,
glxext.h 441 typedef GLXFBConfig * ( * PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements);
442 typedef GLXFBConfig * ( * PFNGLXCHOOSEFBCONFIGPROC) (Display *dpy, int screen, const int *attrib_list, int *nelements);
528 typedef GLXVideoSourceSGIX ( * PFNGLXCREATEGLXVIDEOSOURCESGIXPROC) (Display *display, int screen, VLServer server, VLPath path, int nodeClass, VLNode drainNode);
564 typedef GLXFBConfigSGIX * ( * PFNGLXCHOOSEFBCONFIGSGIXPROC) (Display *dpy, int screen, int *attrib_list, int *nelements);
604 typedef int ( * PFNGLXBINDCHANNELTOWINDOWSGIXPROC) (Display *display, int screen, int channel, Window window);
605 typedef int ( * PFNGLXCHANNELRECTSGIXPROC) (Display *display, int screen, int channel, int x, int y, int w, int h);
606 typedef int ( * PFNGLXQUERYCHANNELRECTSGIXPROC) (Display *display, int screen, int channel, int *dx, int *dy, int *dw, int *dh);
607 typedef int ( * PFNGLXQUERYCHANNELDELTASSGIXPROC) (Display *display, int screen, int channel, int *x, int *y, int *w, int *h);
608 typedef int ( * PFNGLXCHANNELRECTSYNCSGIXPROC) (Display *display, int screen, int channel, GLenum synctype);
636 typedef Bool ( * PFNGLXQUERYMAXSWAPBARRIERSSGIXPROC) (Display *dpy, int screen, int *max)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/
glx.h 190 extern XVisualInfo* glXChooseVisual( Display *dpy, int screen,
233 extern const char *glXQueryExtensionsString( Display *dpy, int screen );
235 extern const char *glXQueryServerString( Display *dpy, int screen, int name );
245 extern GLXFBConfig *glXChooseFBConfig( Display *dpy, int screen,
251 extern GLXFBConfig *glXGetFBConfigs( Display *dpy, int screen,
glxext.h 441 typedef GLXFBConfig * ( * PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements);
442 typedef GLXFBConfig * ( * PFNGLXCHOOSEFBCONFIGPROC) (Display *dpy, int screen, const int *attrib_list, int *nelements);
528 typedef GLXVideoSourceSGIX ( * PFNGLXCREATEGLXVIDEOSOURCESGIXPROC) (Display *display, int screen, VLServer server, VLPath path, int nodeClass, VLNode drainNode);
564 typedef GLXFBConfigSGIX * ( * PFNGLXCHOOSEFBCONFIGSGIXPROC) (Display *dpy, int screen, int *attrib_list, int *nelements);
604 typedef int ( * PFNGLXBINDCHANNELTOWINDOWSGIXPROC) (Display *display, int screen, int channel, Window window);
605 typedef int ( * PFNGLXCHANNELRECTSGIXPROC) (Display *display, int screen, int channel, int x, int y, int w, int h);
606 typedef int ( * PFNGLXQUERYCHANNELRECTSGIXPROC) (Display *display, int screen, int channel, int *dx, int *dy, int *dw, int *dh);
607 typedef int ( * PFNGLXQUERYCHANNELDELTASSGIXPROC) (Display *display, int screen, int channel, int *x, int *y, int *w, int *h);
608 typedef int ( * PFNGLXCHANNELRECTSYNCSGIXPROC) (Display *display, int screen, int channel, GLenum synctype);
636 typedef Bool ( * PFNGLXQUERYMAXSWAPBARRIERSSGIXPROC) (Display *dpy, int screen, int *max)
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java 282 // Determines how long to wait after a rotation before restoring the screen orientation to
332 int screen; field in class:Launcher.PendingAddArguments
429 // On large interfaces, we want the screen to auto-rotate based on the current orientation
582 static void setScreen(int screen) {
584 sScreen = screen;
596 completeAddApplication(args.intent, args.container, args.screen, args.cellX,
603 completeAddShortcut(args.intent, args.container, args.screen, args.cellX,
609 completeAddAppWidget(appWidgetId, args.container, args.screen, null, null);
616 // Before adding this resetAddInfo(), after a shortcut was added to a workspace screen,
617 // if you turned the screen off and then back while in All Apps, Launcher would no
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_surface.c 43 SDL_Surface *screen; local
55 screen = SDL_PublicSurface;
57 screen = NULL;
59 if ( screen && ((screen->flags&SDL_HWSURFACE) == SDL_HWSURFACE) ) {
95 depth = screen->format->BitsPerPixel;
96 Rmask = screen->format->Rmask;
97 Gmask = screen->format->Gmask;
98 Bmask = screen->format->Bmask;
99 Amask = screen->format->Amask
    [all...]
  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.cpp 249 // The maximum height we can be without being off-screen.
348 // If the popup would extend past the bottom of the screen, open upwards
350 FloatRect screen = screenAvailableRect(m_frameView.get()); local
355 // If we have multiple screens and the browser rect is in one screen, we have
356 // to clip the window width to the screen width.
358 if (windowRect.x() >= screen.x() && windowRect.maxX() <= screen.maxX()) {
359 if (m_listBox->m_popupClient->menuStyle().textDirection() == RTL && widgetRect.x() < screen.x()) {
360 widgetRect.setWidth(widgetRect.maxX() - screen.x());
361 widgetRect.setX(screen.x())
    [all...]
  /sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
ConfigGenerator.java 120 public static final String NODE_SCREEN_RATIO = "screen-ratio";
131 public static final String NODE_SCREEN_ORIENTATION = "screen-orientation";
133 public static final String NODE_SCREEN_SIZE = "screen-size";
136 public static final String NODE_SCREEN = "screen";
139 public static final String NODE_SCREEN_TYPE = "screen-type";
193 Element screen = doc.createElement(PREFIX + NODE_SCREEN); local
194 hardware.appendChild(screen);
197 screen.appendChild(screenSize);
219 screen.appendChild(diagonalLength);
227 screen.appendChild(pixelDensity)
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_gtk.cc 210 GdkScreen* screen = gtk_widget_get_screen(container_); local
211 GdkColormap* colormap = gdk_screen_get_rgba_colormap(screen);
215 colormap = gdk_screen_get_rgb_colormap(screen);
  /external/qemu/distrib/sdl-1.2.15/src/video/aalib/
SDL_aavideo.c 179 /* Determine the screen depth (use default 8-bit depth) */
242 /* Various screen update functions available */
265 /* Allocate the new pixel format for the screen */
290 local_this->hidden->x_ratio = ((double)aa_imgwidth(context)) / ((double)local_this->screen->w);
291 local_this->hidden->y_ratio = ((double)aa_imgheight(context)) / ((double)local_this->screen->h);
387 this->screen->pixels = NULL;

Completed in 777 milliseconds

1 2 3 4 56 7 8 91011>>