Home | History | Annotate | Download | only in rendering

Lines Matching refs:BSBottom

1370     BottomBorderEdge = 1 << BSBottom,
1425 const BorderEdgeFlags bottomLeftFlags = edgeFlagForSide(BSBottom) | edgeFlagForSide(BSLeft);
1464 case BSBottom:
1569 else if (side == BSBottom)
1602 if (edges[BSBottom].shouldRender() && includesEdge(edgeSet, BSBottom)) {
1604 sideRect.shiftYEdgeTo(sideRect.maxY() - edges[BSBottom].width - innerBorderAdjustment.y());
1606 bool usePath = renderRadii && (borderStyleHasInnerDetail(edges[BSBottom].style) || borderWillArcInnerEdge(innerBorder.radii().bottomLeft(), innerBorder.radii().bottomRight()));
1607 paintOneBorderSide(graphicsContext, style, outerBorder, innerBorder, sideRect, BSBottom, BSLeft, BSRight, edges, usePath ? &roundedPath : 0, bleedAvoidance, includeLogicalLeftEdge, includeLogicalRightEdge, antialias, overrideColor);
1615 paintOneBorderSide(graphicsContext, style, outerBorder, innerBorder, sideRect, BSLeft, BSTop, BSBottom, edges, usePath ? &roundedPath : 0, bleedAvoidance, includeLogicalLeftEdge, includeLogicalRightEdge, antialias, overrideColor);
1623 paintOneBorderSide(graphicsContext, style, outerBorder, innerBorder, sideRect, BSRight, BSTop, BSBottom, edges, usePath ? &roundedPath : 0, bleedAvoidance, includeLogicalLeftEdge, includeLogicalRightEdge, antialias, overrideColor);
1632 static const BoxSide paintOrder[] = { BSTop, BSBottom, BSLeft, BSRight };
1754 } else if (side == BSBottom) {
1900 edges[BSBottom].getDoubleBorderStripeWidths(outerBorderBottomWidth, innerBorderBottomWidth);
1956 LayoutUnit bottomWidth = edges[BSBottom].usedWidth() / 2;
1973 if (side == BSBottom || side == BSRight)
2068 case BSBottom:
2179 width = sideRect.height() - edges[BSBottom].width;
2182 case BSBottom:
2226 case BSBottom:
2302 edges[BSBottom] = BorderEdge(style->borderBottomWidth(),
2323 float axisScale = (i == BSTop || i == BSBottom) ? contextScale.height() : contextScale.width();