Home | History | Annotate | Download | only in rendering

Lines Matching defs:leftWidth

1118     int leftWidth = leftVal.width();
1121 IntRect borderRect = pixelSnappedIntRect(paintRect.x() - leftWidth / 2,
1123 paintRect.width() + leftWidth / 2 + (rightWidth + 1) / 2,
1141 borders.addBorder(leftVal, BSLeft, renderLeft, borderRect.x(), borderRect.y(), borderRect.x() + leftWidth, borderRect.maxY(), leftStyle);