Searched refs:clippedRect (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderMultiColumnSet.cpp399 LayoutRect clippedRect(flowThreadRepaintRect);
400 clippedRect.intersect(RenderRegion::flowThreadPortionOverflowRect());
401 if (clippedRect.isEmpty())
440 LayoutRect clippedRect(layerBoundsInFlowThread);
441 clippedRect.intersect(RenderRegion::flowThreadPortionOverflowRect());
442 if (clippedRect.isEmpty())
467 LayoutRect clippedRect(layerBoundsInFlowThread);
468 clippedRect.intersect(flowThreadOverflowPortion);
469 if (clippedRect.isEmpty())
493 clippedRect
[all...]
H A DRenderRegion.cpp321 LayoutRect clippedRect(repaintRect);
322 clippedRect.intersect(flippedFlowThreadPortionOverflowRect);
323 if (clippedRect.isEmpty())
327 clippedRect.setLocation(regionLocation + (clippedRect.location() - flippedFlowThreadPortionRect.location()));
330 flipForWritingMode(clippedRect);
333 repaintRectangle(clippedRect, immediate);
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DTouchEventHandler.cpp283 IntRect clippedRect = intersection(clippingRect, rect); local
285 if (clippedRect.isEmpty())
287 clippedRect.inflate(2);
288 region = unionRegions(region, Platform::IntRect(clippedRect));
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DMediaPlayerPrivateBlackBerry.cpp429 IntRect clippedRect = m_webCorePlayer->mediaPlayerClient()->mediaPlayerWindowClipRect(); local
430 BlackBerry::Platform::IntRect platformWindowClipRect(clippedRect.x(), clippedRect.y(), clippedRect.width(), clippedRect.height());
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DEventHandler.cpp3020 IntRect clippedRect = box->pixelSnappedAbsoluteClippedOverflowRect();
3021 location = IntPoint(clippedRect.x(), clippedRect.maxY() - 1);

Completed in 195 milliseconds