Home | History | Annotate | Download | only in rendering

Lines Matching refs:backgroundRect

1087     LayoutRect backgroundRect = pixelSnappedIntRect(borderBoxRect());
1091 paintedExtent = backgroundRect;
1096 paintedExtent = backgroundRect;
1101 BoxPainter::calculateBackgroundImageGeometry(*this, 0, style()->backgroundLayers(), backgroundRect, geometry);
1131 LayoutRect backgroundRect;
1134 backgroundRect = borderBoxRect();
1137 backgroundRect = paddingBoxRect();
1140 backgroundRect = contentBoxRect();
1145 return backgroundRect.contains(localRect);
1215 LayoutRect backgroundRect;
1216 if (!getBackgroundPaintedExtent(backgroundRect))
1218 return foregroundIsKnownToBeOpaqueInRect(backgroundRect, backgroundObscurationTestMaxDepth);