Home | History | Annotate | Download | only in rendering

Lines Matching refs:borderRect

458         IntRect borderRect(tx, ty, w, h);
460 if (borderRect.isEmpty())
466 style()->getBorderRadiiForRect(borderRect, topLeft, topRight, bottomLeft, bottomRight);
468 context->addRoundedRectClip(borderRect, includeLeftEdge ? topLeft : IntSize(),
947 IntRect borderRect = IntRect(tx, ty, w, h);
950 style->getBorderRadiiForRect(borderRect, topLeftRadius, topRightRadius, bottomLeftRadius, bottomRightRadius);
965 graphicsContext->addRoundedRectClip(borderRect, topLeft, topRight, bottomLeft, bottomRight);