Searched refs:screen (Results 101 - 125 of 211) sorted by relevance

123456789

/external/bzip2/
H A Dbzip.css67 div.literallayout, pre.programlisting, pre.screen {
/external/chromium/chrome/browser/ui/gtk/
H A Dtheme_install_bubble_view_gtk.cc106 GdkScreen* screen = gtk_widget_get_screen(widget_); local
107 GdkColormap* colormap = gdk_screen_get_rgba_colormap(screen);
/external/libpng/contrib/gregbook/
H A Drpng-x.c28 - 2.01: fixed improper display of usage screen on PNG error(s)
273 /* print usage screen if any errors up to this point */
433 int screen, pad; local
448 screen = DefaultScreen(display);
449 depth = DisplayPlanes(display, screen);
450 root = RootWindow(display, screen);
460 "screen depth %d not supported (only 16-, 24- or 32-bit TrueColor)\n",
465 XMatchVisualInfo(display, screen, depth,
476 visual_info.screen = screen;
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
H A DpanoramiXproto.h121 CARD32 screen B32;
133 CARD32 screen B32;
/external/qemu/distrib/sdl-1.2.15/src/video/gem/
H A DSDL_gemvideo.h44 #define B2S_C2P_1TOS (1<<1) /* C2P convert buffer 1 to screen */
45 #define B2S_VROCPYFM_1TOS (1<<2) /* vro_cpyfm() buffer 1 to screen */
46 #define B2S_VROCPYFM_2TOS (1<<3) /* vro_cpyfm() buffer 2 to screen */
51 Uint16 buf2scr_ops; /* Operations to get buffer to screen */
63 void *screen; /* Screen address */ member in struct:SDL_PrivateVideoData
109 #define VDI_screen (this->hidden->screen)
153 Possible buffer to screen operations:
157 FB: screen framebuffer address available
161 - draw to screen
164 - C2P from buffer 1 to screen
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
H A DSDL_wimppoll.c168 message[3] = message[1] + (this->screen->w << this->hidden->xeig);
169 message[4] = message[2] + (this->screen->h << this->hidden->yeig);
/external/valgrind/main/docs/lib/
H A Dvg_basic.css33 pre.screen {
/external/webkit/Source/WebCore/platform/graphics/filters/
H A DFEBlend.cpp79 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};
/external/libvpx/examples/includes/geshi/geshi/
H A Dxorg_conf.php64 // screen position
/external/webkit/Source/WebKit2/PluginProcess/mac/
H A DPluginProcessMac.mm58 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.
/external/chromium/chrome/browser/chromeos/login/
H A Dupdate_screen.cc165 UpdateScreen* screen = static_cast<UpdateScreen*>(user_data); local
166 if (UpdateScreen::HasInstance(screen))
167 screen->ExitUpdate(UpdateScreen::REASON_UPDATE_INIT_FAILED);
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/
H A DXinerama.c212 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/webkit/Source/WebKit2/Shared/mac/
H A DWebEventFactory.mm115 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;
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/
H A DSDL_ps3video.c246 * 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
[all...]
/external/quake/quake/src/WinQuake/
H A Dsys_dos.cpp567 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);
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
H A DSDL_gsvideo.c309 /* Determine the current screen size */
313 /* Determine the current screen depth */
409 /* Various screen update functions available */
422 /* Set the video mode and get the final screen format */
424 SDL_SetError("Couldn't get console screen info");
460 SDL_SetError("Couldn't set console screen info");
501 /* Set up the entire screen for DMA transfer */
510 /* Put image offscreen and scale to screen height */
516 /* get screen image data size (qword aligned) */
531 /* Set up the memory for screen updat
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_surface.c43 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
[all...]
H A DSDL_sysvideo.h96 changes are reflected in the logical palette of the screen
226 /* determine if the window is fully visible on screen */
278 SDL_Surface *screen; member in struct:SDL_VideoDevice
435 #define SDL_VideoSurface (current_video->screen)
/external/webkit/Source/WebCore/platform/chromium/
H A DPopupMenuChromium.cpp249 // 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
[all...]
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Ddragged_tab_gtk.cc210 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/
H A DSDL_aavideo.c179 /* 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;
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
H A DSDL_sysvideo.cc47 /* Name of the environment variable used to invert the screen rotation or not:
217 /* Determine the screen depth */
229 /* Determine the current screen size */
253 _this->screen->format->BitsPerPixel ) {
260 /* Various screen update functions available */
264 static int QT_SetFullScreen(_THIS, SDL_Surface *screen, int fullscreen) argument
306 SDL_SetError("Couldn't create screen bitmap");
381 _this->screen->pixels = NULL;
/external/qemu/android/
H A Dcmdline-options.h114 OPT_PARAM( onion, "<image>", "use overlay PNG image over screen" )
164 OPT_PARAM( screen, "<mode>", "set emulated screen mode" )
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestoverlay2.c283 SDL_Surface* screen; local
415 if ( (screen=SDL_SetVideoMode(MOOSEPIC_W*scale, MOOSEPIC_H*scale, 0, SDL_RESIZABLE | SDL_SWSURFACE)) == NULL )
478 overlay=SDL_CreateYUVOverlay(MOOSEPIC_W, MOOSEPIC_H, overlay_format, screen);
521 screen=SDL_SetVideoMode(event.resize.w, event.resize.h, 0, SDL_RESIZABLE | SDL_SWSURFACE);
/external/webkit/Source/WebCore/plugins/gtk/
H A Dgtk2xtbin.h144 Screen *screen; /* window's screen */ member in struct:_CorePart

Completed in 580 milliseconds

123456789