Home | History | Annotate | Download | only in rendering

Lines Matching refs:bottomLeft

1271         bool usePath = renderRadii && (borderStyleHasInnerDetail(edges[BSBottom].style) || borderWillArcInnerEdge(innerBorder.radii().bottomLeft(), innerBorder.radii().bottomRight()));
1279 bool usePath = renderRadii && (borderStyleHasInnerDetail(edges[BSLeft].style) || borderWillArcInnerEdge(innerBorder.radii().bottomLeft(), innerBorder.radii().topLeft()));
1720 bool ignoreLeft = (renderRadii && border.radii().bottomLeft().width() > 0)
1731 x += border.radii().bottomLeft().width();
1741 if (border.radii().bottomLeft().width()) {
1743 int leftY = ty + h - border.radii().bottomLeft().height() * 2;
1744 bool applyLeftInnerClip = (style->borderLeftWidth() < border.radii().bottomLeft().width())
1745 && (style->borderBottomWidth() < border.radii().bottomLeft().height())
1749 graphicsContext->addInnerRoundedRectClip(IntRect(leftX, leftY, border.radii().bottomLeft().width() * 2, border.radii().bottomLeft().height() * 2),
1762 drawArcForBoxSide(graphicsContext, leftX, leftY, thickness, border.radii().bottomLeft(), firstAngleStart, firstAngleSpan,
1797 bool ignoreBottom = (renderRadii && border.radii().bottomLeft().height() > 0)
1805 y2 -= border.radii().bottomLeft().height();
1836 if (!lowerLeftBorderStylesMatch && border.radii().bottomLeft().width()) {
1837 int bottomY = ty + h - border.radii().bottomLeft().height() * 2;
1838 bottomLeft().width())
1839 && (style->borderBottomWidth() < border.radii().bottomLeft().height())
1843 graphicsContext->addInnerRoundedRectClip(IntRect(topX, bottomY, border.radii().bottomLeft().width() * 2, border.radii().bottomLeft().height() * 2),
1851 drawArcForBoxSide(graphicsContext, topX, bottomY, thickness, border.radii().bottomLeft(), secondAngleStart, secondAngleSpan,
1992 if (!innerBorder.radii().bottomLeft().isZero())
2002 if (!innerBorder.radii().bottomLeft().isZero())