Home | History | Annotate | Download | only in rendering

Lines Matching refs:intersection

1550     int intersectWidth = intersection(visibleRect, exposeRectX).width();
1585 int intersectHeight = intersection(visibleRect, exposeRectY).height();
3455 clipRects.setOverflowClipRect(intersection(newOverflowClip, clipRects.overflowClipRect()));
3457 clipRects.setPosClipRect(intersection(newOverflowClip, clipRects.posClipRect()));
3461 clipRects.setPosClipRect(intersection(newPosClip, clipRects.posClipRect()));
3462 clipRects.setOverflowClipRect(intersection(newPosClip, clipRects.overflowClipRect()));
3463 clipRects.setFixedClipRect(intersection(newPosClip, clipRects.fixedClipRect()));