Home
last modified time | relevance | path

Searched refs:BSBottom (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderBoxModelObject.cpp1046 BottomBorderEdge = 1 << BSBottom,
1133 const BorderEdgeFlags bottomLeftFlags = edgeFlagForSide(BSBottom) | edgeFlagForSide(BSLeft); in borderStyleHasUnmatchedColorsAtCorner()
1157 case BSBottom: in willBeOverdrawn()
1267 if (edges[BSBottom].shouldRender() && includesEdge(edgeSet, BSBottom)) { in paintBorderSides()
1269 sideRect.shiftYEdgeTo(sideRect.maxY() - edges[BSBottom].width); in paintBorderSides()
1271 …bool usePath = renderRadii && (borderStyleHasInnerDetail(edges[BSBottom].style) || borderWillArcIn… in paintBorderSides()
1272 …paintOneBorderSide(graphicsContext, style, outerBorder, innerBorder, sideRect, BSBottom, BSLeft, B… in paintBorderSides()
1280 …phicsContext, style, outerBorder, innerBorder, sideRect, BSLeft, BSTop, BSBottom, edges, usePath ?… in paintBorderSides()
1288 …hicsContext, style, outerBorder, innerBorder, sideRect, BSRight, BSTop, BSBottom, edges, usePath ?… in paintBorderSides()
1515 edges[BSBottom].getDoubleBorderStripeWidths(outerBorderBottomWidth, innerBorderBottomWidth); in drawBoxSideFromPath()
[all …]
DRenderObject.cpp713 int width = (side == BSTop || side == BSBottom ? y2 - y1 : x2 - x1); in drawLineForBoxSide()
733 case BSBottom: in drawLineForBoxSide()
757 case BSBottom: in drawLineForBoxSide()
793 case BSBottom: in drawLineForBoxSide()
843 case BSBottom: in drawLineForBoxSide()
865 if (style == OUTSET && (side == BSBottom || side == BSRight)) in drawLineForBoxSide()
890 case BSBottom: in drawLineForBoxSide()
974 (style == GROOVE && (s == BSBottom || s == BSRight))) in drawArcForBoxSide()
998 if (style == OUTSET && (s == BSBottom || s == BSRight)) in drawArcForBoxSide()
1067 …drawLineForBoxSide(graphicsContext, tx - ow, ty + h, tx + w + ow, ty + h + ow, BSBottom, oc, os, o… in paintOutline()
DRenderInline.cpp1472 BSBottom, oc, os, in paintOutlineForLine()
1482 BSBottom, oc, os, in paintOutlineForLine()
DRenderObject.h86 BSBottom, enumerator
DRenderTableCell.cpp959 …borders.addBorder(bottomVal, BSBottom, renderBottom, tx, ty + h - bottomWidth, tx + w, ty + h, bot… in paintCollapsedBorder()