Searched refs:window (Results 226 - 250 of 1060) sorted by relevance

1234567891011>>

/macosx-10.9.5/tcl-102/tk84/tk/win/
H A DtkWinPixmap.c54 if (twdPtr->window.winPtr == NULL) {
58 newTwdPtr->bitmap.colormap = twdPtr->window.winPtr->atts.colormap;
194 * size of a pixmap or window.
241 if (twdPtr->window.handle == NULL) {
242 panic("XGetGeometry: invalid window");
244 GetClientRect(twdPtr->window.handle, &rect);
248 panic("XGetGeometry: invalid window");
/macosx-10.9.5/xnu-2422.115.4/libkern/zlib/
H A Dinflate.h114 /* sliding window */
115 unsigned wbits; /* log base 2 of requested window size */
116 unsigned wsize; /* window size or zero if not using window */
117 unsigned whave; /* valid bytes in the window */
118 unsigned write; /* window write index */
119 unsigned char FAR *window; /* allocated sliding window, if needed */ member in struct:inflate_state
H A Ddeflate.c38 * sliding window trailing behind the input currently being processed).
212 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
217 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
239 /* To do: ignore strm->next_in if we use it as window */
299 if (windowBits == 8) windowBits = 9; /* until 256-byte window bug fixed */
316 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
326 if (s->window == Z_NULL || s->prev == Z_NULL || s->head == Z_NULL ||
368 zmemcpy(s->window, dictionary, length);
376 s->ins_h = s->window[0];
377 UPDATE_HASH(s, s->ins_h, s->window[
[all...]
/macosx-10.9.5/zlib-53/zlib/
H A Dinflate.h91 /* sliding window */
92 unsigned wbits; /* log base 2 of requested window size */
93 unsigned wsize; /* window size or zero if not using window */
94 unsigned whave; /* valid bytes in the window */
95 unsigned wnext; /* window write index */
96 unsigned char FAR *window; /* allocated sliding window, if needed */ member in struct:inflate_state
/macosx-10.9.5/emacs-92/emacs/src/
H A Dwindow.h39 They are deleted only by calling delete-window on them (but
43 A leaf window has a non-nil buffer field, and also
49 A vertical combination window has children that are arranged on the frame
52 combination window. The next field of each child points to the
57 A horizontal combination window has children that are side by side.
62 The children of a vertical combination window may be leaf windows
64 combination window may be leaf windows or vertical combination windows.
68 the frame area that is not minibuffer, and is called the root window.
70 initially the root window is a leaf window, bu
91 struct window struct
[all...]
H A Dxselect.c38 #include "frame.h" /* Need this to get the X window of selected_frame */
641 Window window;
702 Window window = SELECTION_EVENT_REQUESTOR (event);
714 reply.requestor = window;
748 XChangeProperty (display, window, reply.property, type, format,
751 XSendEvent (display, window, False, 0L, (XEvent *) &reply);
773 if (x_window_to_frame (dpyinfo, window)) /* #### debug */
778 wait_object = expect_property_change (display, window, reply.property,
789 XChangeProperty (display, window, reply.property, dpyinfo->Xatom_INCR,
794 XSelectInput (display, window, PropertyChangeMas
635 Window window; member in struct:prop_location
695 Window window = SELECTION_EVENT_REQUESTOR (event); local
2357 Window window; variable
2400 Window window; variable
2462 Window window; variable
[all...]
/macosx-10.9.5/rsync-42/rsync/zlib/
H A Ddeflate.c11 * sliding window trailing behind the input currently being processed).
187 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
192 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
214 /* To do: ignore strm->next_in if we use it as window */
272 if (windowBits == 8) windowBits = 9; /* until 256-byte window bug fixed */
289 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
299 if (s->window == Z_NULL || s->prev == Z_NULL || s->head == Z_NULL ||
341 zmemcpy(s->window, dictionary, length);
349 s->ins_h = s->window[0];
350 UPDATE_HASH(s, s->ins_h, s->window[
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/library/
H A Dbutton.tcl160 set Priv(window) $w
188 set Priv(window) ""
252 if {$Priv(window) eq $w && [$w cget -state] ne "disabled"} {
285 set Priv(window) $w
343 set Priv(window) $w
371 set Priv(window) ""
435 if {$Priv(window) eq $w && [$w cget -state] ne "disabled"} {
475 set Priv(window) $w
481 # inactive. If we're leaving the button window with a mouse button
505 set Priv(window) ""
[all...]
/macosx-10.9.5/zlib-53/zlib/contrib/infback9/
H A Dinfback9.c17 window is a user-supplied window and output buffer that is 64K bytes.
19 int ZEXPORT inflateBack9Init_(strm, window, version, stream_size)
21 unsigned char FAR *window;
30 if (strm == Z_NULL || window == Z_NULL)
43 state->window = window;
174 /* Assure that some output space is available, by writing out the window
180 put = window; \
191 strm provides the memory allocation functions and window buffe
233 unsigned char FAR *window; /* allocated sliding window, if needed */ local
[all...]
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/RoundTransparentWindow/
H A DRTW.rb45 # Don't let the window get dragged up under the menu bar
74 if window.alphaValue > 0.7
79 window.invalidateShadow
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DUISourceCodeFrame.js48 window.addEventListener("focus", this._boundWindowFocused, false);
55 window.removeEventListener("focus", this._boundWindowFocused, false);
/macosx-10.9.5/WebKit-7537.78.2/mac/Carbon/
H A DCarbonWindowFrame.m41 - (void)_setWindow:(NSWindow *)window;
65 carbonWindow = (CarbonWindowAdapter *)[self window];
173 // Refuse to admit there's a close button on the window.
194 // If we just return NSZeroRect here, _NXMakeWindowVisible() gets all befuddled in the sheet-showing case, a window-moving loop is entered, and the sheet gets moved right off of the screen. M.P. Warning - 3/23/01
208 // Return a value that will make -[NSWindow displayIfNeeded] on our Carbon window actually work.
214 // Refuse to admit there's a minimize button on the window.
223 // Do the right thing for a Carbon window.
230 // Set the Carbon window's title.
231 carbonWindow = (CarbonWindowAdapter *)[self window];
234 if (osStatus!=noErr) NSLog(@"A Carbon window'
[all...]
/macosx-10.9.5/WebKit-7537.78.2/mac/WebInspector/
H A DWebNodeHighlighter.mm61 if (![view window])
62 return; // Skip the highlight if we have no window (e.g. hidden tab).
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/mac/
H A DPageClientImpl.mm178 return [[m_wkView window] isKeyWindow] || [NSApp keyWindow] == [m_wkView window];
188 [[m_wkView window] makeFirstResponder:m_wkView];
193 if (![m_wkView window])
196 if (![[m_wkView window] isVisible])
202 if (![[m_wkView window] isOnActiveSpace])
217 return [m_wkView window];
228 if (![m_wkView window])
231 return [[m_wkView window] _hostsLayersInWindowServer] ? LayerHostingModeInWindowServer : LayerHostingModeDefault;
360 NSPoint windowCoord = [[m_wkView window] convertScreenToBas
[all...]
H A DWKView.mm224 // Whether the containing window of the WKView has a valid backing store.
225 // The window server invalidates the backing store whenever the window is resized or minimized.
343 NSSelectionDirection direction = [[self window] keyViewSelectionDirection];
493 if ([self window])
1083 NSWindow *window = [self window];
1084 BOOL shouldMaskWindow = window && !NSIsEmptyRect(_data->_windowBottomCornerIntersectionRect);
1091 [window _maskRoundedBottomCorners:_data->_windowBottomCornerIntersectionRect];
1158 if (self == [[self window] firstResponde
[all...]
/macosx-10.9.5/postfix-252/postfix/src/qmgr/
H A Dqmgr_peer.c144 if (queue->window > queue->busy_refcount && peer->entry_list.next != 0) {
149 queue->busy_refcount + 1, queue->window);
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PythonBrowser/
H A DPythonBrowser.py48 self.window().makeFirstResponder_(self.outlineView)
50 # The window controller doesn't need to be retained (referenced)
52 # being garbage collected before the window is closed. The extra
66 self.window().setTitle_(title)
75 # Open a new browser window for each selected expandable item
84 MainMenu.nib, to test changing the browsed object after the window
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PythonBrowser/
H A DPythonBrowser.py48 self.window().makeFirstResponder_(self.outlineView)
50 # The window controller doesn't need to be retained (referenced)
52 # being garbage collected before the window is closed. The extra
66 self.window().setTitle_(title)
75 # Open a new browser window for each selected expandable item
84 MainMenu.nib, to test changing the browsed object after the window
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/bwidget/
H A Dbuttonbox.rb42 win = window(tk_send('add', *hash_kv(keys)))
70 win = window(tk_send('insert', tagid(idx), *hash_kv(keys)))
/macosx-10.9.5/top-89.1.2/
H A Dstatistic.c244 s->window = newwin(1, 1, 0, 0);
246 if(NULL == s->window) {
251 s->panel = new_panel(s->window);
254 delwin(s->window);
260 s->window = NULL;
272 delwin(s->window);
314 werase(s->window);
316 delwin(s->window);
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dqf.vim2 " Language: Quickfix window
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/glx/
H A DGLContextGLX.cpp35 PassOwnPtr<GLContextGLX> GLContextGLX::createWindowContext(XID window, GLContext* sharingContext) argument
39 if (!XGetWindowAttributes(display, window, &attributes))
56 // a constructor here with the window path.
58 contextWrapper->m_window = window;
99 // a constructor here with the window path.
144 PassOwnPtr<GLContextGLX> GLContextGLX::createContext(XID window, GLContext* sharingContext) argument
159 OwnPtr<GLContextGLX> context = window ? createWindowContext(window, sharingContext) : nullptr;
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dautorevert.el58 ;; is displayed at the end of a file buffer in any window, it will stay
59 ;; at the end of the buffer in that window, even if the window is not
420 ;; If point (or a window point) is at the end of the buffer,
426 #'(lambda (window)
427 (and (eq (window-buffer window) buffer)
428 (= (window-point window) (point-max))
429 (push window eoblis
[all...]
/macosx-10.9.5/postfix-252/postfix/src/oqmgr/
H A Dqmgr.h116 int index; /* none, window, sqrt(window) */
119 #define QMGR_FEEDBACK_IDX_NONE 0 /* no window dependence */
120 #define QMGR_FEEDBACK_IDX_WIN 1 /* 1/window dependence */
122 #define QMGR_FEEDBACK_IDX_SQRT_WIN 2 /* 1/sqrt(window) dependence */
202 int window; /* slow open algorithm */ member in struct:QMGR_QUEUE
229 * "not throttled". It was natural to encode these in the queue window size.
242 #define QMGR_QUEUE_READY(q) ((q)->window > 0)
243 #define QMGR_QUEUE_THROTTLED(q) ((q)->window == QMGR_QUEUE_STAT_THROTTLED)
244 #define QMGR_QUEUE_SUSPENDED(q) ((q)->window
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/DragItemAround/
H A DDragItemAround.py78 self.window().invalidateCursorRectsForView_(self)
109 self.window().invalidateCursorRectsForView_(self)
115 self.window().invalidateCursorRectsForView_(self)
121 self.window().invalidateCursorRectsForView_(self)
127 self.window().invalidateCursorRectsForView_(self)
142 self.window().invalidateCursorRectsForView_(self)

Completed in 214 milliseconds

1234567891011>>