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

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/freetype/
H A DFontPlatformDataFreeType.cpp106 if (GdkScreen* screen = gdk_screen_get_default()) {
107 const cairo_font_options_t* screenOptions = gdk_screen_get_font_options(screen);
/macosx-10.9.5/WebKit-7537.78.2/qt/WidgetSupport/
H A DPageClientQt.cpp108 return view->x11Info().screen();
232 return graphicsView->x11Info().screen();
/macosx-10.9.5/libpcap-42/libpcap/msdos/
H A Dpkt_rx1.s48 mov es, bx ;; r-mode segment of colour screen
54 stosw ;; write to screen at ES:EDI
/macosx-10.9.5/libxslt-13/libxslt/tests/xmlspec/
H A DW3C-REC.css57 @media screen { /* hide from IE3 */
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/ctext/
H A Dtest.c40 int screen; variable
261 maxWidth = (DisplayWidth (dis, screen) - distance_from_edge - 4);
262 maxHeight = DisplayHeight (dis, screen);
315 int maxWidth = (DisplayWidth (dis, screen) - distance_from_edge - 4);
316 int maxHeight = DisplayHeight (dis, screen);
715 wc.height = DisplayHeight (dis, screen);
867 screen = DefaultScreen (dis);
868 root = RootWindow (dis, screen);
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/
H A DIOHIDSystem.cpp214 if (!DISPLAY_IS_ENABLED) kprintf("IOHIDSystem tickle when screen off for event %d at line %d\n", (int)event, __LINE__); \
1655 // locate next available screen
1692 IOLog("IOHIDSystem::%s: No space found for new screen\n", __func__);
1828 // Put the cursor someplace reasonable if it was on the destroyed screen
1830 // This will jump the cursor back on screen
1895 // Put the cursor someplace reasonable if it was on the moved screen
1897 // This will jump the cursor back on screen
2343 /* Some events affect screen dimming (idle time) */
2759 EvScreen *screen = (EvScreen *)evScreen; local
2761 if (!screen[
2899 EvScreen *screen = (EvScreen *)evScreen; local
5256 EvScreen *screen = (EvScreen *)evScreen; local
5794 EvScreen *screen = (EvScreen *)evScreen; local
[all...]
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A Dtk3d.c86 Tk_Window tkwin, /* Need the screen the border is used on.*/
111 } else if ((Tk_Screen(tkwin) == borderPtr->screen)
129 * the last time this object was accessed. Check the screen and colormap
139 if ((Tk_Screen(tkwin) == borderPtr->screen)
211 if ((Tk_Screen(tkwin) == borderPtr->screen)
234 borderPtr->screen = Tk_Screen(tkwin);
430 Display *display = DisplayOfScreen(borderPtr->screen);
503 * the screen and colormap values. */
955 * Information gets drawn on the screen.
978 * screen fo
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A Dtk3d.c85 Tk_Window tkwin; /* Need the screen the border is used on.*/
110 } else if ((Tk_Screen(tkwin) == borderPtr->screen)
130 * the screen and colormap of the last access, and if they
140 if ((Tk_Screen(tkwin) == borderPtr->screen)
212 if ((Tk_Screen(tkwin) == borderPtr->screen)
235 borderPtr->screen = Tk_Screen(tkwin);
436 Display *display = DisplayOfScreen(borderPtr->screen);
509 * for the screen and colormap values. */
970 * Information gets drawn on the screen.
993 * effects on the screen fo
[all...]
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DDOMWindow.cpp312 // 3) Constrains the window rect to within the top and left boundaries of the available screen rect.
313 // 4) Constrains the window rect to within the bottom and right boundaries of the available screen rect.
314 // 5) Translate the window rect coordinates to be within the coordinate space of the screen.
319 FloatRect screen = screenAvailableRect(page->mainFrame()->view()); local
323 ASSERT(std::isfinite(screen.x()));
324 ASSERT(std::isfinite(screen.y()));
325 ASSERT(std::isfinite(screen.width()));
326 ASSERT(std::isfinite(screen.height()));
343 window.setWidth(min(max(minimumSize.width(), window.width()), screen.width()));
344 window.setHeight(min(max(minimumSize.height(), window.height()), screen
601 Screen* DOMWindow::screen() const function in class:WebCore::DOMWindow
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/gtk/
H A DFullscreenVideoControllerGtk.cpp273 // Get the screen rectangle.
274 GdkScreen* screen = gtk_window_get_screen(GTK_WINDOW(m_window));
277 gdk_screen_get_monitor_geometry(screen, gdk_screen_get_monitor_at_window(screen, window), &fullscreenRectangle);
283 // Resize the hud to the full width of the screen.
286 // Move the hud to the bottom of the screen.
/macosx-10.9.5/tcl-102/tk/tk/win/
H A DtkWinColor.c283 Screen *screen = tkColPtr->screen;
285 XFreeColors(DisplayOfScreen(screen), tkColPtr->colormap,
279 Screen *screen = tkColPtr->screen; local
/macosx-10.9.5/tcl-102/tk84/tk/win/
H A DtkWinColor.c285 Screen *screen = tkColPtr->screen;
287 XFreeColors(DisplayOfScreen(screen), tkColPtr->colormap,
281 Screen *screen = tkColPtr->screen; local
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dnwlib.c31 #include <screen.h>
97 * Here we process our command line, post errors (to the error screen),
/macosx-10.9.5/curl-78.94.1/curl/src/
H A Dtool_getpass.c49 # include <screen.h>
/macosx-10.9.5/vim-53/src/
H A DMake_djg.mak56 obj/screen.o \
H A Dgui_beval.c145 * on-screen at any given moment. This variable will hold the currently
233 * Now create and save the screen width and height. Used in drawing.
1055 GdkScreen *screen; local
1057 screen = gtk_widget_get_screen(beval->target);
1058 gtk_window_set_screen(GTK_WINDOW(beval->balloonShell), screen);
1059 screen_w = gdk_screen_get_width(screen);
1060 screen_h = gdk_screen_get_height(screen);
/macosx-10.9.5/apache-786.1/httpd/docs/manual/style/css/
H A Dprettify.css6 @media screen {
/macosx-10.9.5/ncurses-42/ncurses/ncurses/base/
H A Dlib_newwin.c291 * get "foojunkjunk" on the screen instead of "foo " as
314 wp->screen = SP;
335 sp = wp->screen;
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tk/
H A Dwinfo.rb220 def TkWinfo.screen(win) singleton method in class:TkWinfo
221 tk_call('winfo', 'screen', win)
224 TkWinfo.screen self
/macosx-10.9.5/tcl-102/tcl_ext/tktable/tktable/
H A DTODO.txt16 * anchor title areas in different parts of the screen
/macosx-10.9.5/tcl-102/tk/tk/tests/
H A DcanvPsArc.tcl1 # This file creates a screen to exercise Postscript generation
16 message .t.m -text {This screen exercises the Postscript-generation abilities of Tk canvas widgets for arcs. Click on "Print" to print the canvas to your default printer. You can click on items in the canvas to delete them.} -width 6i
/macosx-10.9.5/tcl-102/tk84/tk/tests/
H A DcanvPsArc.tcl1 # This file creates a screen to exercise Postscript generation
16 message .t.m -text {This screen exercises the Postscript-generation abilities of Tk canvas widgets for arcs. Click on "Print" to print the canvas to your default printer. You can click on items in the canvas to delete them.} -width 6i
/macosx-10.9.5/WebCore-7537.78.1/plugins/gtk/
H A Dgtk2xtbin.c322 GdkScreen *screen; local
339 screen = gtk_widget_get_screen(parent_widget);
340 visual = gdk_screen_get_system_visual(screen);
341 colormap = XCreateColormap(GDK_DISPLAY_XDISPLAY(gdk_screen_get_display(screen)),
342 GDK_WINDOW_XWINDOW(gdk_screen_get_root_window(screen)),
/macosx-10.9.5/ncurses-42/ncurses/include/
H A DCaps.keys225 memory_above da bool da - - YBCG- display may be retained above the screen
226 memory_below db bool db - - YB-GE display may be retained below the screen
236 prtr_silent mc5i bool 5i - - ----- printer won't echo on screen
242 back_color_erase bce bool ut - - ----- screen erased with background color
266 lines lines num li - - YBCGE number of lines on screen or page
272 num_labels nlab num Nl - - ----- number of labels on screen
278 max_colors colors num Co - - ----- maximum number of colors on screen
279 max_pairs pairs num pa - - ----- maximum number of color-pairs on the screen
331 clear_screen clear str cl - - YBCGE clear screen and home cursor (P*)
333 clr_eos ed str cd - - YBCGE clear to end of screen (
[all...]
/macosx-10.9.5/CPANInternal-140/Parse-Yapp/
H A Dyapp99 Display the usage screen.
159 -h Display this help screen

Completed in 199 milliseconds

1234567891011>>