Home
last modified time | relevance | path

Searched refs:exposeRectY (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderLayer.cpp1392 IntRect exposeRectY(visibleRect.x(), exposeRect.y(), visibleRect.width(), exposeRect.height()); in getRectToExpose() local
1393 int intersectHeight = intersection(visibleRect, exposeRectY).height(); in getRectToExpose()