Searched +refs:frame +refs:width (Results 251 - 275 of 385) sorted by relevance

<<111213141516

/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Dixset173 frame $path
176 spinbox $path.entry -width $length -relief sunken \
179 entry $path.entry -width $length -relief sunken
190 frame .buttons
230 frame .bell.val
243 frame .kbd.val
262 frame .mouse.hor
/macosx-10.10/tcl-105/tk84/tk/library/demos/
H A Dixset177 frame $path
180 spinbox $path.entry -width $length -relief sunken \
183 entry $path.entry -width $length -relief sunken
194 frame .buttons
234 frame .bell.val
247 frame .kbd.val
266 frame .mouse.hor
/macosx-10.10/WebKit2-7600.1.25/UIProcess/ios/forms/
H A DWKFormSelectPopover.mm259 ASSERT(textRect.size.width > 0.0);
261 // Assume all cells have the same available text width.
265 if (textRect.size.width != _maximumTextWidth || _fontSize == 0) {
266 _maximumTextWidth = textRect.size.width;
382 CGRect frame;
383 frame.origin = CGPointZero;
384 frame.size = [UIKeyboard defaultSizeForInterfaceOrientation:[UIApp interfaceOrientation]];
385 _keyboard = adoptNS([[UIKeyboard alloc] initWithFrame:frame]);
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dreftex-toc.el41 (defvar reftex-last-window-width nil)
105 a / d Toggle auto recenter / Toggle dedicated frame
149 (unsplittable (if (fboundp 'frame-property)
150 (frame-property (selected-frame) 'unsplittable)
151 (frame-parameter (selected-frame) 'unsplittable)))
162 (setq reftex-last-window-width (window-width)
168 (floor (* (window-width)
[all...]
/macosx-10.10/emacs-93/emacs/src/
H A Dkeyboard.c32 #include "frame.h"
337 /* If not Qnil, this is a switch-frame event which we decided to put
341 read_key_sequence uses this to delay switch-frame events until the
342 end of the key sequence; Fread_char uses it to put off switch-frame
396 /* The frame in which the last input event occurred, or Qmacro if the
398 generate switch-frame events. This may be cleared by functions
399 like Fselect_frame, to make sure that a switch-frame event is
682 static Lisp_Object make_lispy_movement P_ ((struct frame *, Lisp_Object,
1140 can switch temporarily to the kboard of a given frame
1246 struct frame *s
1452 Lisp_Object tail, frame; local
3671 Lisp_Object frame; local
4171 Lisp_Object object, position, help, frame, window; local
4191 Lisp_Object frame, focus; local
4208 Lisp_Object frame; local
4277 Lisp_Object frame; local
5173 int width = -1, height = -1; local
8325 int width = FRAME_COLS (SELECTED_FRAME ()) - 4; local
9123 Lisp_Object frame; local
10499 int width, height; variable
10528 change_frame_size (SELECTED_FRAME (), height, width, 0, 0, 0); variable
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DTextAutosizer.cpp63 // Upper limit on the difference between the width of the cluster's block containing all
121 // frame doesn't get scaled to less than overview scale), in CSS pixels.
123 for (Frame* frame = m_document->frame(); frame; frame = frame->tree().parent()) {
124 if (!frame->view()->isInChildFrameWithFrameFlattening())
125 windowInfo.minLayoutSize = windowInfo.minLayoutSize.shrunkTo(frame->view()->layoutSize());
144 int logicalWindowWidth = isHorizontalWritingMode(writingMode) ? windowInfo.windowSize.width()
[all...]
H A DRenderLayerCompositor.cpp329 const Settings& settings = m_renderView.frameView().frame().settings();
425 Page* page = m_renderView.frameView().frame().page();
435 // but GraphicsLayer::flushCompositingState() will cross frame boundaries
450 AnimationUpdateBlock animationUpdateBlock(&frameView.frame().animation());
488 Frame& frame = m_renderView.frameView().frame(); local
489 for (Frame* subframe = frame.tree().firstChild(); subframe; subframe = subframe->tree().traverseNext(&frame)) {
624 for (Frame* frame = &m_renderView.frameView().frame(); fram
733 Frame& frame = m_renderView.frameView().frame(); local
784 Frame& frame = m_renderView.frameView().frame(); local
3246 Frame& frame = m_renderView.frameView().frame(); local
3366 Frame& frame = m_renderView.frameView().frame(); local
3410 Frame& frame = m_renderView.frameView().frame(); local
3459 Frame& frame = m_renderView.frameView().frame(); local
3623 scrollCoordinatedAncestorInParentOfFrame(Frame& frame) argument
4007 Frame& frame = m_renderView.frameView().frame(); local
4022 Frame& frame = m_renderView.frameView().frame(); local
[all...]
H A DRenderThemeIOS.mm355 if (!style.width().isIntrinsicOrAuto() && !style.height().isAuto())
364 static CGPoint shortened(CGPoint start, CGPoint end, float width)
368 float ratio = (!x && !y) ? 0 : width / sqrtf(x * x + y * y);
377 float width = clip.width();
387 { 2.5f / size.width, 7.5f / size.height },
388 { 5.5f / size.width, 10.5f / size.height },
389 { 11.5f / size.width, 2.5f / size.height }
392 float lineWidth = std::min(width, height) * 2.0f * thicknessRatio;
395 CGPointMake(clip.x() + width * pathRatio
[all...]
H A DRenderFrameSet.cpp99 if (borderRect.width() >= 3) {
120 context->fillRect(IntRect(borderRect.location(), IntSize(width(), 1)), borderStartEdgeColor(), colorSpace);
121 context->fillRect(IntRect(IntPoint(borderRect.x(), borderRect.maxY() - 1), IntSize(width(), 1)), borderEndEdgeColor(), colorSpace);
156 paintRowBorder(paintInfo, pixelSnappedIntRect(LayoutRect(adjustedPaintOffset.x(), adjustedPaintOffset.y() + yPos, width(), borderThickness)));
242 // and the available space is 300px, each column will become 100px in width.
285 // columns will each be 50px in width.
370 // FIXME: We should only recompute the edge info with respect to the frame that changed
371 // and its adjacent frame(s) instead of recomputing the edge info for the entire frameset.
472 layOutAxis(m_cols, frameSetElement().colLengths(), width() - (cols - 1) * borderThickness);
511 int width local
564 int width = m_cols.m_sizes[c]; local
[all...]
H A DRenderSnapshottedPlugIn.cpp90 m_snapshotResource->setCachedImage(new CachedImage(image.get(), view().frameView().frame().page()->sessionID()));
135 if (alignedRect.width() <= 0 || alignedRect.height() <= 0)
/macosx-10.10/WebKit-7600.1.25/mac/Carbon/
H A DCarbonWindowAdapter.mm110 // Return an appropriate window frame class.
113 // There's only one appropriate window style, and only one appropriate window frame class.
201 // Set up from the frame rectangle.
343 // Update this window's frame and content frame rectangles to match the Carbon window's structure bounds and content bounds rectangles. Return yes if the update was really necessary, no otherwise.
365 // Set the frame rectangle of the border view and this window from the Carbon window's structure region bounds.
367 newWindowFrameRect.origin.y = NSMaxY([(NSScreen *)[[NSScreen screens] objectAtIndex:0] frame]) - windowStructureBoundsRect.bottom;
368 newWindowFrameRect.size.width = windowStructureBoundsRect.right - windowStructureBoundsRect.left;
376 // Set the content view's frame rect from the Carbon window's content region bounds.
379 newContentFrameRect.size.width
[all...]
/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSXWm.c405 CGFloat ratio = aspect.width/aspect.height;
470 if (w && NSMouseInRect(p, [w frame], NO)) {
532 wmPtr->width = -1;
536 wmPtr->parentWidth = winPtr->changes.width
851 "frame", "geometry", "grid", "group",
1695 * This procedure is invoked to process the "wm frame" Tcl command. See
1760 int width, height;
1773 width = wmPtr->reqGridWidth + (winPtr->changes.width
1778 width
1740 int width, height; local
2187 int i, width, height, isDefault = 0; local
2459 int width, height; local
2510 int width, height; local
2763 int width, height; local
3565 int x, y, width, height, min, max; local
3812 int x, y, width, height, flags; local
4685 NSRect frame; local
[all...]
H A DtkMacOSXMenu.c659 NSRect frame = NSMakeRect(x + 9, tkMacOSXZeroScreenHeight - y - 9, 1, 1);
660 frame.origin = [view convertPoint:
661 [win convertScreenToBase:frame.origin] fromView:nil];
667 [popUpButtonCell performClickWithFrame:frame inView:view];
728 Tk_Window tkwin, /* The frame we are setting up */
895 * Helper mesuring width of command char in given font.
916 TkMacOSXNSFontAttributesForFont(tkfont)].width;
1006 columnEntryPtr->width = maxIndicatorSpace + maxWidth
1022 * entry, plus three widths: the width of the label, the width t
653 NSRect frame = NSMakeRect(x + 9, tkMacOSXZeroScreenHeight - y - 9, 1, 1); local
1018 int haveImage = 0, width = 0, height = 0; local
1468 TkpDrawMenuEntry( TkMenuEntry *mePtr, Drawable d, Tk_Font tkfont, const Tk_FontMetrics *menuMetricsPtr, int x, int y, int width, int height, int strictMotif, int drawArrow) argument
[all...]
/macosx-10.10/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebChromeClient.cpp179 map.set(WebWindowFeaturesWidthKey, features.width);
193 Page* WebChromeClient::createWindow(Frame* frame, const FrameLoadRequest&, const WindowFeatures& features, const NavigationAction& navigationAction) argument
200 if (frame->document() && frame->document()->webkitCurrentFullScreenElement())
201 frame->document()->webkitCancelFullScreen();
360 bool WebChromeClient::runBeforeUnloadConfirmPanel(const String& message, Frame* frame) argument
365 WebFrame* webFrame = kit(frame);
486 m_webView->scrollBackingStore(core(m_webView->topLevelFrame())->view(), delta.width(), delta.height(), scrollViewRect, clipRect);
579 void WebChromeClient::print(Frame* frame) argument
583 uiDelegate->printFrame(m_webView, kit(frame));
587 exceededDatabaseQuota(Frame* frame, const String& databaseIdentifier, DatabaseDetails) argument
750 attachRootGraphicsLayer(Frame* frame, GraphicsLayer* graphicsLayer) argument
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dtwind2.rb21 # frame ������
22 $twind2_buttons = TkFrame.new(base_frame) {|frame|
23 TkGrid(TkFrame.new(frame, :height=>2, :relief=>:sunken, :bd=>2),
26 TkButton.new(frame, :text=>'���������������',
29 TkButton.new(frame, :text=>'���������',
38 frame.grid_columnconfigure(0, :weight=>1)
42 # frame ������
47 # 'width'=>'70', 'height'=>35, 'wrap'=>'word',
48 'width'=>'70', 'height'=>35, 'wrap'=>'char',
187 $twind2_text.insert('end', "\nborder width ��� highlightthicknes
[all...]
/macosx-10.10/WebCore-7600.1.25/accessibility/ios/
H A DWebAccessibilityObjectWrapperIOS.mm1053 int scrollAmount = scrollVisibleRect.size().width();
1059 int scrollAmount = scrollVisibleRect.size().width();
1061 int maxX = scrollSize.width() - scrollAmount;
1149 CGSize size = CGSizeMake(rect.size().width(), rect.size().height());
1152 CGRect frame = CGRectMake(point.x, point.y, size.width, size.height);
1157 frame = [documentView convertRect:frame toView:nil];
1163 frame = [webDocument convertRect:frame toVie
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Dgdb.vim16 syn keyword gdbInfo contained display files float frame functions handle line
25 syn keyword gdbStatement contained echo else enable end file finish frame handle hbreak help if ignore
49 syn match gdbStatement "\<select-frame\>"
58 syn keyword gdbSet watchdog width write
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp877 int width; local
897 width = saveRect.maxx - saveRect.minx;
899 cursorWidth = shmem->cursorSize[0 != shmem->frame].width;
909 inst->totalWidth - width, /* vramRow */
910 cursorWidth - width, /* cursRow */
911 width,
917 // If the frame buffer is cacheable, flush at the end of the
925 int width; local
945 vramRow = inst->totalWidth; /* Scanline width i
3277 int frame; local
3485 IOIndex frame = args->scalarInput[1]; local
3541 int frame = (uintptr_t) cursorImage; local
3546 UInt32 width, height, lineBytes = 0; local
[all...]
/macosx-10.10/WebCore-7600.1.25/page/
H A DEventHandler.cpp324 EventHandler::EventHandler(Frame& frame) argument
325 : m_frame(frame)
1063 // We always send hitTestResultAtPoint to the main frame if we have one,
1075 HitTestResult result(point, padding.height(), padding.width(), padding.height(), padding.width());
1082 // hitTestResultAtPoint is specifically used to hitTest into all frames, thus it always allows child frame content.
1148 Frame* frame = &m_frame;
1149 FrameView* view = frame->view();
1152 frame = frame
1222 nodeIsNotBeingEdited(const Node& node, const Frame& frame) argument
1516 documentPointForWindowPoint(Frame& frame, const IntPoint& windowPoint) argument
2029 targetIsFrame(Node* target, Frame*& frame) argument
3060 setInitialKeyboardSelection(Frame& frame, SelectionDirection direction) argument
3094 handleKeyboardSelectionMovement(Frame& frame, KeyboardEvent* event) argument
3633 hitTestResultInFrame(Frame* frame, const LayoutPoint& point, HitTestRequest::HitTestRequestType hitType) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DWebVideoFullscreenHUDWindowController.mm110 NSRect hudFrame = [self frame];
111 NSRect screenFrame = [[NSScreen mainScreen] frame];
112 [self setFrameTopLeftPoint:NSMakePoint(screenFrame.origin.x + (screenFrame.size.width - hudFrame.size.width) / 2,
279 static NSControl *createControlWithMediaUIControlType(int controlType, NSRect frame)
282 [control setFrame:frame];
286 static NSTextField *createTimeTextField(NSRect frame)
288 NSTextField *textField = [[NSTextField alloc] initWithFrame:frame];
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itk/demos/
H A Ditkedit12 option add *edit.width 5i startupFile
14 option add *Fileselectiondialog.width 4i startupFile
180 frame .mbar -borderwidth 2 -relief raised
/macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/
H A DIOGraphicsLib.h54 @param maxWidth The maximum width of the cursor.
65 @discussion This function returns framebuffer information for a pixel format that is supported for the current display mode and depth. The returned IOFrameBufferInformation structure contains details on the physical address of the framebuffer, height, width, etc. This structure is defined in IOGraphicsTypes.h.
272 @discussion Display modes are referred to by their index of type IODisplayModeID. This function returns a structure containing the width, height, refresh rate, maximum depth, etc. of a display mode. The IODisplayModeInformation structure is defined in IOGraphicsTypes.h.
525 @discussion A non-kernel task interacts with the IOFramebuffer service through a slice of shared memory that is created with the IOFBCreateSharedCursor function. The shared memory is a structure of type StdFBShmem_t. In this shared memory several cursor images, or frames may be defined. The maximum number of frames is kIOFBNumCursorFrames. StdFBShmem_t and kIOFBNumCursorFrames are defined in IOFramebufferShared.h. This function sets a new frame to be used as the current cursor image and activates the hardware cursor.
528 @param frame An index to the cursor image to use that must be less than kIOFBNumCursorFrames. Currently only frame 0 is supported.
535 IOIndex frame,
584 int dst_x, int dst_y, int width, int height, int data );
588 int src_x, int src_y, int width, int height,
610 int src_x, int src_y, int width, in
[all...]
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLDocument.cpp84 HTMLDocument::HTMLDocument(Frame* frame, const URL& url, DocumentClassFlags documentClasses, unsigned constructionFlags) argument
85 : Document(frame, url, documentClasses | HTMLDocumentClass, constructionFlags)
94 int HTMLDocument::width() function in class:WebCore::HTMLDocument
/macosx-10.10/WebCore-7600.1.25/editing/
H A DDeleteButtonController.cpp54 DeleteButtonController::DeleteButtonController(Frame& frame) argument
55 : m_frame(frame)
67 // In general we want to only draw the UI around object of a certain area, but we still keep the min width/height to
92 if (borderBoundingBox.width() < minimumWidth || borderBoundingBox.height() < minimumHeight)
95 if ((borderBoundingBox.width() * borderBoundingBox.height()) < minimumArea)
/macosx-10.10/WebCore-7600.1.25/platform/image-decoders/jpeg/
H A DJPEGImageDecoder.cpp608 bool JPEGImageDecoder::setSize(unsigned width, unsigned height) argument
610 if (!ImageDecoder::setSize(width, height))
627 ImageFrame& frame = m_frameBufferCache[0]; local
628 if (frame.status() != ImageFrame::FrameComplete)
630 return &frame;
669 int width = isScaled ? m_scaledColumns.size() : info->output_width; local
689 for (int x = 0; x < width; ++x) {
711 if (!buffer.setSize(scaledSize().width(), scaledSize().height()))
719 // For JPEGs, the frame always fills the entire image.

Completed in 266 milliseconds

<<111213141516