Home | History | Annotate | Download | only in rendering

Lines Matching refs:BSTop

1368     TopBorderEdge = 1 << BSTop,
1424 const BorderEdgeFlags topRightFlags = edgeFlagForSide(BSTop) | edgeFlagForSide(BSRight);
1463 case BSTop:
1567 if (side == BSTop)
1594 if (edges[BSTop].shouldRender() && includesEdge(edgeSet, BSTop)) {
1596 sideRect.setHeight(edges[BSTop].width + innerBorderAdjustment.y());
1598 bool usePath = renderRadii && (borderStyleHasInnerDetail(edges[BSTop].style) || borderWillArcInnerEdge(innerBorder.radii().topLeft(), innerBorder.radii().topRight()));
1599 paintOneBorderSide(graphicsContext, style, outerBorder, innerBorder, sideRect, BSTop, 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 };
1694 for (int i = BSTop; i <= BSLeft; ++i) {
1746 for (int side = BSTop; side <= BSLeft; ++side) {
1751 if (side == BSTop) {
1796 for (int i = BSTop; i <= BSLeft; ++i) {
1892 edges[BSTop].getDoubleBorderStripeWidths(outerBorderTopWidth, innerBorderTopWidth);
1955 LayoutUnit topWidth = edges[BSTop].usedWidth() / 2;
1969 if (side == BSTop || side == BSLeft)
2010 case BSTop:
2178 case BSTop:
2183 width = sideRect.height() - edges[BSTop].width;
2211 case BSTop:
2290 edges[BSTop] = BorderEdge(style->borderTopWidth(),
2320 for (int i = BSTop; i <= BSLeft; ++i) {
2323 float axisScale = (i == BSTop || i == BSBottom) ? contextScale.height() : contextScale.width();
2343 for (int i = BSTop; i <= BSLeft; ++i) {