Home | History | Annotate | Download | only in rendering

Lines Matching refs:borderBox

760     const IntRect borderBox = toRenderBox(renderer())->borderBoxRect();
761 const float boxWidth = borderBox.width();
762 const float boxHeight = borderBox.height();
785 const IntRect borderBox = toRenderBox(renderer())->borderBoxRect();
788 return FloatPoint(style->perspectiveOriginX().calcFloatValue(borderBox.width()),
789 style->perspectiveOriginY().calcFloatValue(borderBox.height()));
2045 const IntRect& borderBox = box->borderBoxRect();
2047 IntRect absBounds(borderBox.x() + tx, borderBox.y() + ty, borderBox.width(), borderBox.height());
2087 m_resizer->setFrameRect(resizerCornerRect(this, borderBox));