Searched refs:childLocalRect (Results 1 – 2 of 2) sorted by relevance
1323 LayoutRect childLocalRect = localRect; in foregroundIsKnownToBeOpaqueInRect() local1324 childLocalRect.moveBy(-childLocation); in foregroundIsKnownToBeOpaqueInRect()1325 if (childLocalRect.y() < 0 || childLocalRect.x() < 0) { in foregroundIsKnownToBeOpaqueInRect()1331 if (childLocalRect.maxY() > childBox->height() || childLocalRect.maxX() > childBox->width()) in foregroundIsKnownToBeOpaqueInRect()1333 if (childBox->backgroundIsKnownToBeOpaqueInRect(childLocalRect)) in foregroundIsKnownToBeOpaqueInRect()1335 if (childBox->foregroundIsKnownToBeOpaqueInRect(childLocalRect, maxDepthToTest - 1)) in foregroundIsKnownToBeOpaqueInRect()
3602 LayoutRect childLocalRect(localRect); in childBackgroundIsKnownToBeOpaqueInRect() local3604 childLocalRect.moveBy(-childOffset); in childBackgroundIsKnownToBeOpaqueInRect()3606 if (childLayer->backgroundIsKnownToBeOpaqueInRect(childLocalRect)) in childBackgroundIsKnownToBeOpaqueInRect()