Searched refs:BSRight (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBoxModelObject.cpp1433 RightBorderEdge = 1 << BSRight,
1488 const BorderEdgeFlags topRightFlags = edgeFlagForSide(BSTop) | edgeFlagForSide(BSRight);
1541 case BSRight:
1663 paintOneBorderSide(graphicsContext, style, outerBorder, innerBorder, sideRect, BSTop, BSLeft, BSRight, edges, usePath ? &roundedPath : 0, bleedAvoidance, includeLogicalLeftEdge, includeLogicalRightEdge, antialias, overrideColor);
1671 paintOneBorderSide(graphicsContext, style, outerBorder, innerBorder, sideRect, BSBottom, BSLeft, BSRight, edges, usePath ? &roundedPath : 0, bleedAvoidance, includeLogicalLeftEdge, includeLogicalRightEdge, antialias, overrideColor);
1682 if (edges[BSRight].shouldRender() && includesEdge(edgeSet, BSRight)) {
1684 sideRect.shiftXEdgeTo(sideRect.maxX() - edges[BSRight].width - innerBorderAdjustment.x());
1686 bool usePath = renderRadii && (borderStyleHasInnerDetail(edges[BSRight].style) || borderWillArcInnerEdge(innerBorder.radii().bottomRight(), innerBorder.radii().topRight()));
1687 paintOneBorderSide(graphicsContext, style, outerBorder, innerBorder, sideRect, BSRight, BSTo
[all...]
H A DRenderMultiColumnSet.cpp351 ? leftToRight ? BSLeft : BSRight
H A DRenderObject.cpp948 if (style == OUTSET && (side == BSBottom || side == BSRight))
975 case BSRight:
1005 case BSRight:
1047 case BSRight:
1095 case BSRight:
1142 case BSRight:
1246 drawLineForBoxSide(graphicsContext, rightInner, topOuter, rightOuter, bottomOuter, BSRight, outlineColor, outlineStyle, outlineWidth, outlineWidth);
H A DRenderObject.h98 BSRight, enumerator in enum:WebCore::BoxSide
H A DRenderTableCell.cpp1155 borders.addBorder(rightVal, BSRight, renderRight, borderRect.maxX() - rightWidth, borderRect.y(), borderRect.maxX(), borderRect.maxY(), rightStyle);
H A DRenderInline.cpp1489 BSRight,
H A DRenderBlock.cpp1989 ? leftToRight ? BSLeft : BSRight
2037 : topToBottom ? BSLeft : BSRight;

Completed in 175 milliseconds