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

/external/webkit/Source/WebCore/platform/graphics/wince/
H A DPlatformPathWinCE.cpp332 int intersected = 0; local
346 ++intersected;
387 ++intersected;
395 return intersected & 1;
/external/webkit/Source/WebCore/platform/qt/
H A DScrollbarThemeQt.cpp154 p.painter->setClipRect(opt->rect.intersected(damageRect), Qt::IntersectClip);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DChromeClientQt.cpp396 return resizeCornerRect.intersected(pageClient->geometryRelativeToOwnerWidget());
421 rect = rect.intersected(QRect(QPoint(0, 0), m_webPage->viewportSize()));
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebframe.cpp363 QRect rect = clipRect.intersected(view->frameRect());
408 QRect intersectedRect = clipRect.intersected(view->frameRect());
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContextQt.cpp653 QRect intersectRect = imageRect.intersected(r);
1139 newClip.addPath(clippedOut.intersected(newClip));

Completed in 135 milliseconds