Home | History | Annotate | Download | only in paint

Lines Matching refs:topRight

260         if (!clipRect.radii().topRight().isEmpty() || !clipRect.radii().bottomLeft().isEmpty()) {
263 topCornerRadii.setTopRight(clipRect.radii().topRight());
1254 overshoot = newRadii.topLeft().width() + newRadii.topRight().width() - newRect.width();
1256 ASSERT(!(newRadii.topLeft().width() && newRadii.topRight().width()));
1263 maxRadii = std::max(newRadii.topLeft().height(), newRadii.topRight().height());
1301 overshoot = newRadii.topRight().height() + newRadii.bottomRight().height() - newRect.height();
1303 ASSERT(!(newRadii.topRight().height() && newRadii.bottomRight().height()));
1305 if (!newRadii.topRight().height())
1310 maxRadii = std::max(newRadii.topRight().width(), newRadii.bottomRight().width());
1342 LayoutRect topRightRect(boundingRect.location(), radii.topRight());
1661 bool usePath = renderRadii && (borderStyleHasInnerDetail(edges[BSTop].borderStyle()) || borderWillArcInnerEdge(innerBorder.radii().topLeft(), innerBorder.radii().topRight()));
1685 bool usePath = renderRadii && (borderStyleHasInnerDetail(edges[BSRight].borderStyle()) || borderWillArcInnerEdge(innerBorder.radii().bottomRight(), innerBorder.radii().topRight()));
2010 if (!innerBorder.radii().topRight().isZero()) {
2013 quad[2].x() - innerBorder.radii().topRight().width(),
2017 quad[2].y() + innerBorder.radii().topRight().height()),
2086 if (!innerBorder.radii().topRight().isZero()) {
2089 quad[1].x() - innerBorder.radii().topRight().width(),
2093 quad[1].y() + innerBorder.radii().topRight().height()),