Searched refs:screen (Results 51 - 75 of 287) sorted by relevance

1234567891011>>

/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkColor.c119 } else if ((Tk_Screen(tkwin) == tkColPtr->screen)
138 if ((Tk_Screen(tkwin) == tkColPtr->screen)
212 if ((tkColPtr->screen == Tk_Screen(tkwin))
250 tkColPtr->screen = Tk_Screen(tkwin);
332 tkColPtr->screen = Tk_Screen(tkwin);
409 * (must have same screen and depth as the one
426 tkColPtr->gc = XCreateGC(DisplayOfScreen(tkColPtr->screen),
457 Screen *screen = tkColPtr->screen;
481 XFreeGC(DisplayOfScreen(screen), tkColPt
451 Screen *screen = tkColPtr->screen; local
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkColor.c121 } else if ((Tk_Screen(tkwin) == tkColPtr->screen)
140 if ((Tk_Screen(tkwin) == tkColPtr->screen)
215 if ((tkColPtr->screen == Tk_Screen(tkwin))
254 tkColPtr->screen = Tk_Screen(tkwin);
335 tkColPtr->screen = Tk_Screen(tkwin);
415 * used (must have same screen and depth
433 tkColPtr->gc = XCreateGC(DisplayOfScreen(tkColPtr->screen),
466 Screen *screen = tkColPtr->screen;
490 XFreeGC(DisplayOfScreen(screen), tkColPt
460 Screen *screen = tkColPtr->screen; local
[all...]
/macosx-10.9.5/mail_cmds-29/mail/
H A Dcmd1.c60 static int screen; variable
72 screen = (n-1)/size;
73 if (screen < 0)
74 screen = 0;
75 mp = &message[screen * size];
100 * Scroll to the next/previous screen
111 s = screen;
120 screen = s;
128 screen = s;
139 * Compute screen siz
[all...]
/macosx-10.9.5/tcl-102/tk/tk/library/
H A Dtk.tcl84 # defaults to placing toplevel in the middle of the screen
239 # screen is changing. The procedure does two things. First, it uses "upvar"
245 # screen - The name of the new screen.
247 proc ::tk::ScreenChanged {screen} {
248 set x [string last . $screen]
250 set disp [string range $screen 0 [expr {$x - 1}]]
252 set disp $screen
265 set Priv(screen) $screen
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/library/
H A Dtk.tcl73 # defaults to placing toplevel in the middle of the screen
229 # "current" screen is changing. The procedure does two things.
235 # screen - The name of the new screen.
237 proc ::tk::ScreenChanged screen {
238 set x [string last . $screen]
240 set disp [string range $screen 0 [expr {$x - 1}]]
242 set disp $screen
255 set Priv(screen) $screen
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/gtk/
H A DWebContextMenuProxyGtk.cpp178 GdkScreen* screen = gtk_widget_get_screen(popupMenu->m_webView); local
180 if ((*x + menuSize.width) >= gdk_screen_get_width(screen))
184 if ((*y + menuSize.height) >= gdk_screen_get_height(screen))
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Dixset2261 screen = TkLabelframe.new(@root, 'text'=>'Screen-saver Settings',
263 @w_screenblank = TkRadioButton.new(screen, 'text'=>'Blank',
276 @w_screenpat = TkRadioButton.new(screen, 'text'=>'Pattern',
289 @w_screentim = LabelEntry.new(screen, 'Timeout (s)', 5, [1, 100000])
290 @w_screencyc = LabelEntry.new(screen, 'Cycle (s)', 5, [1, 100000])
307 screen.pack(param)
H A Dixset224 screen = TkFrame.new(@root, 'relief'=>'raised', 'borderwidth'=>2)
225 l = TkLabel.new(screen, 'text'=>'Screen-saver Settings')
226 f = TkFrame.new(screen)
273 screen.pack('side'=>'top', 'fill'=>'both', 'ipady'=>5, 'expand'=>'yes')
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-jp/
H A Dixset2263 screen = TkLabelframe.new(@root, 'text'=>'������������������������������',
265 @w_screenblank = TkRadioButton.new(screen, 'text'=>'������������������',
278 @w_screenpat = TkRadioButton.new(screen, 'text'=>'������������������',
291 @w_screentim = LabelEntry.new(screen, '������������������ (s)', 5, [1, 100000])
292 @w_screencyc = LabelEntry.new(screen, '������ (s)', 5, [1, 100000])
309 screen.pack(param)
H A Dixset224 screen = TkFrame.new(@root, 'relief'=>'raised', 'borderwidth'=>2)
225 l = TkLabel.new(screen, 'text'=>'Screen-saver Settings')
226 f = TkFrame.new(screen)
273 screen.pack('side'=>'top', 'fill'=>'both', 'ipady'=>5, 'expand'=>'yes')
/macosx-10.9.5/CPANInternal-140/Log-Dispatch-2.34/lib/Log/Dispatch/
H A DScreen.pm51 # ABSTRACT: Object for logging to the screen
59 Log::Dispatch::Screen - Object for logging to the screen
84 This module provides an object for logging to the screen (really
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DWebVideoFullscreenController.mm224 // Is the fullscreen screen the main screen? (Note: this covers the case where only a
225 // single screen is available.) Is the fullscreen screen on the current space? IFF so,
227 if ([fullscreenWindow screen] == [[NSScreen screens] objectAtIndex:0] && isOnActiveSpace)
274 - (void)enterFullscreen:(NSScreen *)screen
276 if (!screen)
277 screen = [NSScreen mainScreen];
280 NSRect endFrame = [screen frame];
285 _backgroundFullscreenWindow = createBackgroundFullscreenWindow([screen fram
[all...]
/macosx-10.9.5/tcl-102/tk/tk/win/
H A DtkWin3d.c491 gcValues.background = BlackPixelOfScreen(borderPtr->screen);
496 gcValues.foreground = WhitePixelOfScreen(borderPtr->screen);
509 gcValues.foreground = WhitePixelOfScreen(borderPtr->screen);
510 gcValues.background = BlackPixelOfScreen(borderPtr->screen);
516 == WhitePixelOfScreen(borderPtr->screen)) {
517 gcValues.foreground = BlackPixelOfScreen(borderPtr->screen);
559 return WhitePixelOfScreen(borderPtr->info.screen);
564 return BlackPixelOfScreen(borderPtr->info.screen);
/macosx-10.9.5/tcl-102/tk84/tk/win/
H A DtkWin3d.c498 gcValues.background = BlackPixelOfScreen(borderPtr->screen);
503 gcValues.foreground = WhitePixelOfScreen(borderPtr->screen);
516 gcValues.foreground = WhitePixelOfScreen(borderPtr->screen);
517 gcValues.background = BlackPixelOfScreen(borderPtr->screen);
523 == WhitePixelOfScreen(borderPtr->screen)) {
524 gcValues.foreground = BlackPixelOfScreen(borderPtr->screen);
567 return WhitePixelOfScreen(borderPtr->info.screen);
572 return BlackPixelOfScreen(borderPtr->info.screen);
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DWorkerManager.js229 var screen = new WebInspector.WorkerTerminatedScreen();
230 WebInspector.debuggerModel.addEventListener(WebInspector.DebuggerModel.Events.GlobalObjectCleared, screen.hide, screen);
231 screen.showModal();
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebFullScreenController.h71 - (void)enterFullScreen:(NSScreen *)screen;
H A DWebFullScreenController.mm182 // Is the fullscreen screen the main screen? (Note: this covers the case where only a
183 // single screen is available.) Is the fullscreen screen on the current space? IFF so,
185 if ([fullscreenWindow screen] == [[NSScreen screens] objectAtIndex:0] && isOnActiveSpace)
191 // The user may have changed the main screen by moving the menu bar, or they may have changed
192 // the Dock's size or location, or they may have changed the fullscreen screen's dimensions.
193 // Update our presentation parameters, and ensure that the full screen window occupies the
194 // entire screen:
197 NSRect screenFrame = [[window screen] fram
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/mac/
H A DWKFullScreenWindowController.h71 - (void)enterFullScreen:(NSScreen *)screen;
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-InstantMessage/PyObjCTest/
H A Dtest_imavmanager.py15 def renderIntoOpenGLBuffer_onScreen_forTime_(self, buffer, screen, time):
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-InstantMessage/PyObjCTest/
H A Dtest_imavmanager.py15 def renderIntoOpenGLBuffer_onScreen_forTime_(self, buffer, screen, time):
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dflexwiki.vim25 " Wrap at a character in 'breakat' rather than at last char on screen
40 " Move up and down by display lines, to account for screen wrapping
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/t/
H A D043VarSubst.t17 screen = Log::Log4perl::Appender::Screen
33 screen = Log::Log4perl::Appender::TestBuffer
35 log4perl.appender.BufferApp = ${screen}
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/t/
H A D043VarSubst.t25 screen = Log::Log4perl::Appender::Screen
41 screen = Log::Log4perl::Appender::TestBuffer
43 log4perl.appender.BufferApp = ${screen}
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dscreen.vim2 " Language: screen(1) configuration file
187 \ screen
243 let b:current_syntax = "screen"
/macosx-10.9.5/vim-53/src/
H A DMake_manx.mak71 screen.c \
119 obj/screen.o \
165 proto/screen.pro \
327 obj/screen.o: screen.c
328 $(CCSYM) $@ screen.c

Completed in 161 milliseconds

1234567891011>>