Home | History | Annotate | Download | only in rendering

Lines Matching refs:childLocalRect

1185         LayoutRect childLocalRect = localRect;
1186 childLocalRect.moveBy(-childLocation);
1187 if (childLocalRect.y() < 0 || childLocalRect.x() < 0) {
1193 if (childLocalRect.maxY() > childBox->height() || childLocalRect.maxX() > childBox->width())
1195 if (childBox->backgroundIsKnownToBeOpaqueInRect(childLocalRect))
1197 if (childBox->foregroundIsKnownToBeOpaqueInRect(childLocalRect, maxDepthToTest - 1))