Searched refs:bounds (Results 151 - 175 of 290) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/page/wince/
H A DFrameWinCE.cpp108 FloatRect fr = frame->selection()->bounds();
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DThemeMac.mm70 rect.origin.y = [self bounds].size.height - NSMaxY(rect);
559 CGRect bounds(rect);
561 HIThemeGetButtonBackgroundBounds(&bounds, &drawInfo, &backgroundBounds);
563 backgroundBounds.origin.x = bounds.origin.x + (bounds.size.width - backgroundBounds.size.width) / 2;
564 if (backgroundBounds.size.height < bounds.size.height) {
565 int heightDiff = clampToInteger(bounds.size.height - backgroundBounds.size.height);
566 backgroundBounds.origin.y = bounds.origin.y + (heightDiff / 2) + 1;
691 // shadow" and the check. We don't consider this part of the bounds of the control in WebKit.
702 // shadow". We don't consider this part of the bounds o
[all...]
H A DWebCoreSystemInterface.mm55 BOOL (*wkHitTestMediaUIPart)(int part, int themeStyle, CGRect bounds, CGPoint point);
57 void (*wkMeasureMediaUIPart)(int part, int themeStyle, CGRect *bounds, CGSize *naturalSize);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/Netscape/mac/
H A DNetscapePluginMac.mm267 ::Rect bounds = { 0, 0, 0, 0 };
268 CreateNewWindow(kDocumentWindowClass, kWindowNoTitleBarAttribute, &bounds, reinterpret_cast<WindowRef*>(&m_npCGContext.window));
367 Rect bounds;
368 bounds.top = screenY;
369 bounds.left = screenX;
370 bounds.bottom = screenY + m_pluginSize.height();
371 bounds.right = screenX + m_pluginSize.width();
373 ::SetWindowBounds(windowRef(), kWindowStructureRgn, &bounds);
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeDisplay.c137 int bounds[4], empty; /* Bounds of TREE_AREA_CONTENT */ member in struct:TreeDInfo_
2693 int bounds[4], /* TREE_AREA_xxx bounds. */
2701 minX = MAX(area->x, bounds[0]);
2702 maxX = MIN(area->x + area->width, bounds[2]);
2781 dInfo->bounds, COLUMN_LOCK_NONE, columns);
3044 /* Stop when out of bounds */
3156 /* Stop when out of bounds */
3205 &dInfo->bounds[0], &dInfo->bounds[
2689 GetOnScreenColumnsForItemAux( TreeCtrl *tree, DItem *dItem, DItemArea *area, int bounds[4], int lock, TreeColumnList *columns ) argument
4947 DrawColumnBackground( TreeCtrl *tree, Drawable drawable, TreeColumn treeColumn, TkRegion dirtyRgn, XRectangle *bounds, RItem *rItem, int height, int index ) argument
5032 DrawWhitespaceBelowItem( TreeCtrl *tree, Drawable drawable, int lock, int bounds[4], int left, int top, TkRegion dirtyRgn, TkRegion columnRgn, int height, int index ) argument
5354 DisplayDItem( TreeCtrl *tree, DItem *dItem, DItemArea *area, int lock, int bounds[4], TreeDrawable pixmap, TreeDrawable drawable ) argument
[all...]
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDPointing.cpp105 IOGBounds * bounds,
132 super::dispatchAbsolutePointerEvent(newLoc, bounds, buttonState, inRange, tipPressure, tipPressureMin, tipPressureMax, 90, timeStamp);
102 dispatchAbsolutePointerEvent( AbsoluteTime timeStamp, IOGPoint * newLoc, IOGBounds * bounds, UInt32 buttonState, bool inRange, SInt32 tipPressure, SInt32 tipPressureMin, SInt32 tipPressureMax, IOOptionBits options) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DSimpleFontDataBlackBerry.cpp150 FloatRect bounds(glyphmap->lo_x, glyphmap->height - glyphmap->hi_y, glyphmap->width, glyphmap->height);
153 return bounds;
H A DLayerCompositingThread.cpp137 FloatRect boundsRect(-origin(), bounds());
314 FloatQuad surfaceQuad = drawTransform.mapQuad(FloatRect(-origin(), bounds()));
511 m_bounds = m_override->bounds();
H A DLayerData.h131 IntSize bounds() const { return m_bounds; } function in class:WebCore::LayerData
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/mac/
H A DLayerPool.mm71 IntSize layerSize([layer.get() bounds].size);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/mac/
H A DWebGLLayer.mm120 CGRect layerBounds = CGRectIntegral([self bounds]);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/mac/
H A DPageBannerMac.mm78 m_layer.get().bounds = CGRectMake(0, 0, parentLayer->size().width(), parentLayer->size().height());
/macosx-10.9.5/apache-786.1/httpd/server/mpm/experimental/event/
H A Dfdqueue.c258 #define ap_queue_full(queue) ((queue)->nelts == (queue)->bounds)
302 queue->bounds = queue_capacity;
/macosx-10.9.5/apache-786.1/httpd/server/mpm/worker/
H A Dfdqueue.c243 #define ap_queue_full(queue) ((queue)->nelts == (queue)->bounds)
285 queue->bounds = queue_capacity;
/macosx-10.9.5/tcl-102/tcl_ext/quicktimetcl/quicktimetcl/
H A DQuickTimeTcl.h142 const Rect *bounds, CTabHandle cTable, GDHandle device,
182 void QTTclMacWinBounds( TkWindow *winPtr, Rect *bounds );
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DTouchAdjustment.cpp290 // Consolidate bounds for editable content.
400 IntRect bounds = view->contentsToWindow(contentBounds); local
401 if (bounds.contains(touchPoint)) {
405 if (bounds.intersects(touchArea)) {
406 bounds.intersect(touchArea);
407 adjustedPoint = bounds.center();
/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXMenu.c321 const Rect* bounds,
333 * first determine the baseline of the text and then adjust the bounds
342 adjustedBounds = *bounds;
343 OffsetRect(&adjustedBounds, 0, baseline - bounds->top - size.v -
345 bounds = &adjustedBounds;
348 ChkErr(DrawThemeTextBox, string, font, drawState, false, bounds, just,
2539 Rect bounds = {y, x + menuMarkIndent, y + height, x + width};
2559 DrawThemeText(d, gc, cfStr, font, drawState, &bounds,
2670 Rect bounds = {y, leftEdge, y + height, leftEdge +
2678 drawState, &bounds, baselin
314 DrawThemeText( Drawable d, GC gc, CFStringRef string, ThemeFontID font, ThemeDrawState drawState, const Rect* bounds, int baseline, int just) argument
2504 Rect bounds = {y, x + menuMarkIndent, y + height, x + width}; local
2633 Rect bounds = {y, leftEdge, y + height, leftEdge + local
2650 Rect bounds = {y, leftEdge - geometryPtr->modifierWidth, local
4259 Rect menuClipRect, bounds; local
4391 Rect itemRect = {0, 0, 0, 0}, menuClipRect, bounds; local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dediff-diff.el274 ediff-diff-buffer ediff-word-mode ediff-narrow-bounds)))
392 ;; BOUNDS specifies visibility bounds to use.
398 (defun ediff-extract-diffs (diff-buffer word-mode &optional bounds)
414 ;; we don't use visibility bounds for buffer C when merging
415 (if bounds
418 (ediff-get-value-according-to-buffer-type 'A bounds))
421 (ediff-get-value-according-to-buffer-type 'B bounds))))
610 buf-type ediff-narrow-bounds)))
613 buf-type ediff-narrow-bounds)))
1025 ;; BOUNDS specifies visibility bounds t
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DFontFastPath.cpp236 FloatRect bounds = fontData->boundsForGlyph(glyph); local
237 return bounds.x() + bounds.width() / 2;
239 // FIXME: Use glyph bounds once they make sense for vertical fonts.
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebFrameView.mm217 float height = [[self _contentView] bounds].size.height;
354 [scrollView setContentView:[[[WebClipView alloc] initWithFrame:[scrollView bounds]] autorelease]];
684 NSPoint point = [[self _contentView] bounds].origin;
691 NSPoint point = [[self _contentView] bounds].origin;
704 float width = [[self _contentView] bounds].size.width;
1146 [scrollView setContentView:[[[WebClipView alloc] initWithFrame:[scrollView bounds]] autorelease]];
/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/
H A DWebNetscapePluginView.mm283 NSRect boundsInWindow = [self convertRect:[self bounds] toView:windowContentView];
297 // If drawing with QuickDraw, fix the window port so that it has the same bounds as the NSWindow's
306 boundsInWindow.origin.x += pix->bounds.left - portBounds.left;
307 boundsInWindow.origin.y += pix->bounds.top - portBounds.top;
308 visibleRectInWindow.origin.x += pix->bounds.left - portBounds.left;
309 visibleRectInWindow.origin.y += pix->bounds.top - portBounds.top;
414 boundsInWindow = [self bounds];
433 // Use the clip bounds from the context instead of the bounds we created
924 ::Rect bounds;
[all...]
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/Hakoiri-Musume/
H A Dcocoa_hako.rb10 OSX::NSRectFill(bounds)
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/
H A DPlatformCALayer.h143 FloatRect bounds() const;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/win/
H A DPlatformCALayerWin.cpp166 newLayer->setBounds(bounds());
383 FloatRect PlatformCALayer::bounds() const function in class:PlatformCALayer
691 FloatRect layerBounds = layer->bounds();
783 CGRect rootBounds = bounds();
784 fprintf(stderr, "\n\n** Render tree at time %g (bounds %g, %g %gx%g) **\n\n",
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DShareableBitmap.h104 WebCore::IntRect bounds() const { return WebCore::IntRect(WebCore::IntPoint(), size()); } function in class:WebKit::ShareableBitmap

Completed in 400 milliseconds

1234567891011>>