Searched refs:boxHeight (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/rendering/shapes/
H A DShape.cpp99 float boxHeight = horizontalWritingMode ? logicalBoxSize.height() : logicalBoxSize.width(); local
107 float centerY = floatValueForCenterCoordinate(circle->centerY(), boxHeight);
108 float radius = circle->floatValueForRadiusInBox(boxWidth, boxHeight);
118 float centerY = floatValueForCenterCoordinate(ellipse->centerY(), boxHeight);
120 float radiusY = ellipse->floatValueForRadiusInBox(ellipse->radiusY(), centerY, boxHeight);
136 floatValueForLength(values.at(i + 1), boxHeight));
147 float top = floatValueForLength(inset.top(), boxHeight);
151 std::max<float>(boxHeight - top - floatValueForLength(inset.bottom(), boxHeight), 0));
154 FloatSize boxSize(boxWidth, boxHeight);
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/mathml/
H A DRenderMathMLMenclose.cpp113 int boxHeight = rect.height(); local
124 info.context->drawLine(IntPoint(left, top + boxHeight), IntPoint(left + boxWidth, top));
126 info.context->drawLine(IntPoint(left, top), IntPoint(left + boxWidth, top + boxHeight));
128 info.context->drawLine(IntPoint(left + halfboxWidth, top), IntPoint(left + halfboxWidth, top + boxHeight));
146 root.addBezierCurveTo(FloatPoint(left, top), FloatPoint(left + midxPoint, top + halfboxHeight), FloatPoint(left, top + boxHeight));
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DBasicShapes.cpp91 float BasicShapeCircle::floatValueForRadiusInBox(float boxWidth, float boxHeight) const
94 return floatValueForLength(m_radius.value(), sqrtf((boxWidth * boxWidth + boxHeight * boxHeight) / 2));
97 float centerY = floatValueForCenterCoordinate(m_centerY, boxHeight);
100 return std::min(std::min(centerX, boxWidth - centerX), std::min(centerY, boxHeight - centerY));
103 return std::max(std::max(centerX, boxWidth - centerX), std::max(centerY, boxHeight - centerY));
H A DBasicShapes.h154 float floatValueForRadiusInBox(float boxWidth, float boxHeight) const;
/macosx-10.10/WebCore-7600.1.25/html/track/
H A DVTTRegion.cpp395 double boxHeight = box->getBoundingClientRect()->bottom() - box->getBoundingClientRect()->top(); local
399 m_currentTop += boxHeight;
/macosx-10.10/tcl-105/tk/tk/win/
H A DtkWinButton.c72 DWORD boxHeight; /* Height of each sub-image. */ member in struct:ThreadSpecificData
157 tsdPtr->boxHeight = tsdPtr->boxesPtr->biHeight / 2;
677 ySrc = (butPtr->type == TYPE_RADIO_BUTTON) ? 0 : tsdPtr->boxHeight;
716 StretchDIBits(dc, x, y, (int)tsdPtr->boxWidth, (int)tsdPtr->boxHeight,
717 xSrc, ySrc, (int)tsdPtr->boxWidth, (int)tsdPtr->boxHeight,
1165 butPtr->indicatorDiameter = tsdPtr->boxHeight;
/macosx-10.10/tcl-105/tk84/tk/win/
H A DtkWinButton.c72 DWORD boxHeight; /* Height of each sub-image. */ member in struct:ThreadSpecificData
154 tsdPtr->boxHeight = tsdPtr->boxesPtr->biHeight / 2;
638 ySrc = (butPtr->type == TYPE_RADIO_BUTTON) ? 0 : tsdPtr->boxHeight;
677 StretchDIBits(dc, x, y, tsdPtr->boxWidth, tsdPtr->boxHeight,
678 xSrc, ySrc, tsdPtr->boxWidth, tsdPtr->boxHeight,
1091 butPtr->indicatorDiameter = tsdPtr->boxHeight;
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkCanvArc.c1466 double boxWidth, boxHeight;
1509 boxHeight = arcPtr->bbox[3] - arcPtr->bbox[1];
1519 arcPtr->center1[1] = vertex[1] + sin1*boxHeight/2.0;
1521 arcPtr->center2[1] = vertex[1] + sin2*boxHeight/2.0;
1537 * divided by (boxHeight*cos1), and similarly for arcPtr->center2 and
1553 if (((boxWidth*sin1) == 0.0) && ((boxHeight*cos1) == 0.0)) {
1556 angle = atan2(boxWidth*sin1, boxHeight*cos1);
1560 if (((boxWidth*sin2) == 0.0) && ((boxHeight*cos2) == 0.0)) {
1563 angle = atan2(boxWidth*sin2, boxHeight*cos2);
1455 double boxWidth, boxHeight; local
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkCanvArc.c1498 double boxWidth, boxHeight;
1543 boxHeight = arcPtr->bbox[3] - arcPtr->bbox[1];
1553 arcPtr->center1[1] = vertex[1] + sin1*boxHeight/2.0;
1555 arcPtr->center2[1] = vertex[1] + sin2*boxHeight/2.0;
1571 * is (boxWidth*sin1)/(boxHeight*cos1), and similarly for arcPtr->center2
1588 if (((boxWidth*sin1) == 0.0) && ((boxHeight*cos1) == 0.0)) {
1591 angle = atan2(boxWidth*sin1, boxHeight*cos1);
1595 if (((boxWidth*sin2) == 0.0) && ((boxHeight*cos2) == 0.0)) {
1598 angle = atan2(boxWidth*sin2, boxHeight*cos2);
1487 double boxWidth, boxHeight; local
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSXDraw.c1226 double boxWidth, boxHeight;
1237 boxHeight = theRect.bottom - theRect.top;
1247 center1[1] = vertex[1] + sin1*boxHeight/2.0;
1249 center2[1] = vertex[1] + sin2*boxHeight/2.0;
1353 double boxWidth, boxHeight;
1366 boxHeight = theRect.bottom - theRect.top;
1376 center1[1] = vertex[1] + sin1*boxHeight/2.0;
1378 center2[1] = vertex[1] + sin2*boxHeight/2.0;
1213 double boxWidth, boxHeight; local
1339 double boxWidth, boxHeight; local
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DInlineFlowBox.cpp571 LayoutUnit boxHeight = ascent + descent; local
573 if (maxPositionTop < boxHeight)
574 maxPositionTop = boxHeight;
576 if (maxPositionBottom < boxHeight)
577 maxPositionBottom = boxHeight;
650 LayoutUnit boxHeight = curr->logicalHeight(); local
651 LayoutUnit boxHeightIncludingMargins = boxHeight;
690 boxHeight -= (topRubyBaseLeading + bottomRubyBaseLeading);
711 lineBottom = std::max(lineBottom, newLogicalTop + boxHeight);
H A DRenderElement.cpp1258 LayoutUnit boxHeight = isBox() ? toRenderBox(this)->height() : LayoutUnit(); local
1260 LayoutUnit borderHeight = std::max<LayoutUnit>(borderBottom, std::max<LayoutUnit>(valueForLength(style().borderBottomLeftRadius().height(), boxHeight),
1261 valueForLength(style().borderBottomRightRadius().height(), boxHeight)));

Completed in 352 milliseconds