Searched refs:inset (Results 1 - 25 of 95) sorted by relevance

1234

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderRubyText.cpp76 float inset = (logicalWidth - maxPreferredLogicalWidth) / (expansionOpportunityCount + 1); local
78 inset = std::min<float>(2 * style().fontSize(), inset);
80 logicalLeft += inset / 2;
81 logicalWidth -= inset;
H A DRenderRubyBase.cpp151 float inset = (logicalWidth - maxPreferredLogicalWidth) / (expansionOpportunityCount + 1); local
153 logicalLeft += inset / 2;
154 logicalWidth -= inset;
/macosx-10.10/tcl-105/tk/tk/unix/
H A DtkUnixScrlbr.c112 width = Tk_Width(tkwin) - 2*scrollPtr->inset;
114 width = Tk_Height(tkwin) - 2*scrollPtr->inset;
148 scrollPtr->inset, scrollPtr->inset,
149 (unsigned) (Tk_Width(tkwin) - 2*scrollPtr->inset),
150 (unsigned) (Tk_Height(tkwin) - 2*scrollPtr->inset));
169 points[0].x = scrollPtr->inset - 1;
170 points[0].y = scrollPtr->arrowLength + scrollPtr->inset - 1;
171 points[1].x = width + scrollPtr->inset;
173 points[2].x = width/2 + scrollPtr->inset;
[all...]
H A DtkUnixScale.c123 drawnAreaPtr->y = scalePtr->inset;
126 drawnAreaPtr->height -= 2*scalePtr->inset;
188 scalePtr->bgBorder, scalePtr->vertTroughX, scalePtr->inset,
190 Tk_Height(tkwin) - 2*scalePtr->inset, scalePtr->borderWidth,
194 scalePtr->inset + scalePtr->borderWidth,
196 (unsigned) (Tk_Height(tkwin) - 2*scalePtr->inset
233 scalePtr->inset + (3*fm.ascent)/2);
285 if ((y - fm.ascent) < (scalePtr->inset + SPACING)) {
286 y = scalePtr->inset + SPACING + fm.ascent;
288 if ((y + fm.descent) > (Tk_Height(tkwin) - scalePtr->inset
[all...]
H A DtkUnixButton.c761 int inset = butPtr->highlightWidth;
772 Tk_Draw3DRectangle(tkwin, pixmap, butPtr->highlightBorder, inset,
773 inset, Tk_Width(tkwin) - 2*inset,
774 Tk_Height(tkwin) - 2*inset, 2, TK_RELIEF_FLAT);
775 inset += 2;
776 Tk_Draw3DRectangle(tkwin, pixmap, butPtr->highlightBorder, inset,
777 inset, Tk_Width(tkwin) - 2*inset,
778 Tk_Height(tkwin) - 2*inset,
758 int inset = butPtr->highlightWidth; local
[all...]
H A DtkUnixMenubu.c251 mbPtr->inset, mbPtr->inset,
252 (unsigned) (Tk_Width(tkwin) - 2*mbPtr->inset),
253 (unsigned) (Tk_Height(tkwin) - 2*mbPtr->inset));
275 Tk_Width(tkwin) - mbPtr->inset - mbPtr->indicatorWidth
368 mbPtr->inset = mbPtr->highlightWidth + mbPtr->borderWidth;
480 Tk_GeometryRequest(mbPtr->tkwin, (int) (width + 2*mbPtr->inset),
481 (int) (height + 2*mbPtr->inset));
482 Tk_SetInternalBorder(mbPtr->tkwin, mbPtr->inset);
/macosx-10.10/tcl-105/tk84/tk/unix/
H A DtkUnixScrlbr.c112 width = Tk_Width(tkwin) - 2*scrollPtr->inset;
114 width = Tk_Height(tkwin) - 2*scrollPtr->inset;
148 scrollPtr->inset, scrollPtr->inset,
149 (unsigned) (Tk_Width(tkwin) - 2*scrollPtr->inset),
150 (unsigned) (Tk_Height(tkwin) - 2*scrollPtr->inset));
169 points[0].x = scrollPtr->inset - 1;
170 points[0].y = scrollPtr->arrowLength + scrollPtr->inset - 1;
171 points[1].x = width + scrollPtr->inset;
173 points[2].x = width/2 + scrollPtr->inset;
[all...]
H A DtkUnixButton.c521 int inset = butPtr->highlightWidth;
532 Tk_Draw3DRectangle(tkwin, pixmap, butPtr->highlightBorder, inset,
533 inset, Tk_Width(tkwin) - 2*inset,
534 Tk_Height(tkwin) - 2*inset, 2, TK_RELIEF_FLAT);
535 inset += 2;
536 Tk_Draw3DRectangle(tkwin, pixmap, butPtr->highlightBorder, inset,
537 inset, Tk_Width(tkwin) - 2*inset,
538 Tk_Height(tkwin) - 2*inset,
519 int inset = butPtr->highlightWidth; local
[all...]
H A DtkUnixScale.c125 drawnAreaPtr->y = scalePtr->inset;
128 drawnAreaPtr->height -= 2*scalePtr->inset;
189 scalePtr->bgBorder, scalePtr->vertTroughX, scalePtr->inset,
191 Tk_Height(tkwin) - 2*scalePtr->inset, scalePtr->borderWidth,
195 scalePtr->inset + scalePtr->borderWidth,
197 (unsigned) (Tk_Height(tkwin) - 2*scalePtr->inset
234 scalePtr->inset + (3*fm.ascent)/2);
286 if ((y - fm.ascent) < (scalePtr->inset + SPACING)) {
287 y = scalePtr->inset + SPACING + fm.ascent;
289 if ((y + fm.descent) > (Tk_Height(tkwin) - scalePtr->inset
[all...]
H A DtkUnixMenubu.c242 mbPtr->inset, mbPtr->inset,
243 (unsigned) (Tk_Width(tkwin) - 2*mbPtr->inset),
244 (unsigned) (Tk_Height(tkwin) - 2*mbPtr->inset));
266 Tk_Width(tkwin) - mbPtr->inset - mbPtr->indicatorWidth
359 mbPtr->inset = mbPtr->highlightWidth + mbPtr->borderWidth;
464 Tk_GeometryRequest(mbPtr->tkwin, (int) (width + 2*mbPtr->inset),
465 (int) (height + 2*mbPtr->inset));
466 Tk_SetInternalBorder(mbPtr->tkwin, mbPtr->inset);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/Cocoa/
H A DWKWebViewContentProvider.h47 - (void)web_setOverlaidAccessoryViewsInset:(CGSize)inset;
/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSXButton.c51 int trimW, trimH, inset, shrinkH, offsetX, offsetY; member in struct:__anon13603
376 frame = NSInsetRect(frame, boundsFix.inset + NATIVE_BUTTON_INSET,
377 boundsFix.inset + NATIVE_BUTTON_INSET);
429 butPtr->inset = 0;
438 butPtr->inset = butPtr->defaultState != STATE_DISABLED ?
454 butPtr->inset = /*butPtr->indicatorOn ? 0 :*/ butPtr->borderWidth;
665 Tk_SetInternalBorder(butPtr->tkwin, butPtr->inset);
667 TKLog(@"button %s bounds %@ titleRect %@ width %d height %d inset %d borderWidth %d",
669 NSStringFromRect(titleRect), width, height, butPtr->inset,
973 int inset
965 int inset = butPtr->highlightWidth; local
[all...]
H A DtkMacOSXScrlbr.c335 scrollPtr->inset, scrollPtr->inset,
336 Tk_Width(tkwin) - 2*scrollPtr->inset,
337 Tk_Height(tkwin) - 2*scrollPtr->inset, 0, TK_RELIEF_FLAT);
343 frame = NSInsetRect(frame, scrollPtr->inset, scrollPtr->inset);
408 scrollPtr->inset = scrollPtr->highlightWidth + scrollPtr->borderWidth;
409 width = Tk_Width(scrollPtr->tkwin) - 2 * scrollPtr->inset;
410 height = Tk_Height(scrollPtr->tkwin) - 2 * scrollPtr->inset;
450 - 2 * (scrollPtr->arrowLength + scrollPtr->inset);
[all...]
H A DtkMacOSXMenubutton.c48 int trimW, trimH, inset, shrinkW, offsetX, offsetY; member in struct:__anon13615
192 frame = NSInsetRect(frame, mbPtr->inset, mbPtr->inset);
198 frame = NSInsetRect(frame, boundsFix.inset, boundsFix.inset);
418 mbPtr->inset = mbPtr->highlightWidth;
422 mbPtr->inset = mbPtr->highlightWidth + mbPtr->borderWidth;
424 Tk_GeometryRequest(mbPtr->tkwin, width + 2 * mbPtr->inset,
425 height + 2 * mbPtr->inset);
426 Tk_SetInternalBorder(mbPtr->tkwin, mbPtr->inset);
[all...]
/macosx-10.10/tcl-105/tk/tk/generic/ttk/
H A DttkClassicTheme.c131 int inset = 0; local
149 inset += 5;
153 b.x+inset, b.y+inset, b.width - 2*inset, b.height - 2*inset,
155 inset += 2;
157 b.x+inset, b.y+inset, b.width - 2*inset,
[all...]
/macosx-10.10/WebCore-7600.1.25/css/
H A DBasicShapeFunctions.cpp107 const BasicShapeInset* inset = static_cast<const BasicShapeInset*>(basicShape); local
110 insetValue->setTop(pool.createValue(inset->top(), style));
111 insetValue->setRight(pool.createValue(inset->right(), style));
112 insetValue->setBottom(pool.createValue(inset->bottom(), style));
113 insetValue->setLeft(pool.createValue(inset->left(), style));
115 insetValue->setTopLeftRadius(pool.createValue(inset->topLeftRadius(), style));
116 insetValue->setTopRightRadius(pool.createValue(inset->topRightRadius(), style));
117 insetValue->setBottomRightRadius(pool.createValue(inset->bottomRightRadius(), style));
118 insetValue->setBottomLeftRadius(pool.createValue(inset->bottomLeftRadius(), style));
/macosx-10.10/WebCore-7600.1.25/rendering/shapes/
H A DShape.cpp145 const BasicShapeInset& inset = *static_cast<const BasicShapeInset*>(basicShape); local
146 float left = floatValueForLength(inset.left(), boxWidth);
147 float top = floatValueForLength(inset.top(), boxHeight);
150 std::max<float>(boxWidth - left - floatValueForLength(inset.right(), boxWidth), 0),
151 std::max<float>(boxHeight - top - floatValueForLength(inset.bottom(), boxHeight), 0));
155 FloatSize topLeftRadius = physicalSizeToLogical(floatSizeForLengthSize(inset.topLeftRadius(), boxSize), writingMode);
156 FloatSize topRightRadius = physicalSizeToLogical(floatSizeForLengthSize(inset.topRightRadius(), boxSize), writingMode);
157 FloatSize bottomLeftRadius = physicalSizeToLogical(floatSizeForLengthSize(inset.bottomLeftRadius(), boxSize), writingMode);
158 FloatSize bottomRightRadius = physicalSizeToLogical(floatSizeForLengthSize(inset.bottomRightRadius(), boxSize), writingMode);
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DNavigationBar.css31 box-shadow: inset rgba(255, 255, 255, 0.2) 0 1px 0;
H A DCompletionSuggestionsView.css73 box-shadow: inset rgb(87, 152, 206) 0 1px 0;
H A DResourceSidebarPanel.css44 box-shadow: inset rgba(255, 255, 255, 0.2) 0 1px 0;
H A DSearchBar.css45 box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 0;
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSXScrlbr.c369 scrollPtr->inset = scrollPtr->highlightWidth + scrollPtr->borderWidth;
371 Tk_Height(scrollPtr->tkwin)) - 2 * scrollPtr->inset
377 - 2 * (scrollPtr->arrowLength + scrollPtr->inset);
404 scrollPtr->sliderFirst += scrollPtr->inset +
406 scrollPtr->sliderLast += scrollPtr->inset +
418 2 * scrollPtr->inset, 2 * (scrollPtr->arrowLength +
419 scrollPtr->borderWidth + scrollPtr->inset) +
423 scrollPtr->borderWidth + scrollPtr->inset) +
425 2 * scrollPtr->inset);
427 Tk_SetInternalBorder(scrollPtr->tkwin, scrollPtr->inset);
[all...]
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkScale.c279 scalePtr->inset = 0;
650 scalePtr->inset = scalePtr->highlightWidth + scalePtr->borderWidth;
755 scalePtr->inset = scalePtr->highlightWidth + scalePtr->borderWidth;
914 y = scalePtr->inset;
936 scalePtr->length + 2*scalePtr->inset, y + scalePtr->inset);
937 Tk_SetInternalBorder(scalePtr->tkwin, scalePtr->inset);
961 x = scalePtr->inset;
989 Tk_GeometryRequest(scalePtr->tkwin, x + scalePtr->inset,
990 scalePtr->length + 2*scalePtr->inset);
[all...]
H A DtkScrollbar.h73 int inset; /* Total width of all borders, including member in struct:TkScrollbar
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkScale.c289 scalePtr->inset = 0;
668 scalePtr->inset = scalePtr->highlightWidth + scalePtr->borderWidth;
773 scalePtr->inset = scalePtr->highlightWidth + scalePtr->borderWidth;
933 y = scalePtr->inset;
955 scalePtr->length + 2*scalePtr->inset, y + scalePtr->inset);
956 Tk_SetInternalBorder(scalePtr->tkwin, scalePtr->inset);
980 x = scalePtr->inset;
1008 Tk_GeometryRequest(scalePtr->tkwin, x + scalePtr->inset,
1009 scalePtr->length + 2*scalePtr->inset);
[all...]

Completed in 228 milliseconds

1234