Searched defs:aBoundRegion (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp2441 * it is fully contained inside \a aBoundRegion region by moving & resizing
2446 QRect VBoxGlobal::normalizeGeometry (const QRect &aRectangle, const QRegion &aBoundRegion, argument
2450 QRect var1 (getNormalized (aRectangle, aBoundRegion, aCanResize));
2454 flip (aBoundRegion), aCanResize)).boundingRect());
2468 * region \a aBoundRegion by moving \a aRectangle if necessary. If \a aRectangle is
2469 * larger than \a aBoundRegion, top left corner of \a aRectangle is aligned with the
2474 QRect VBoxGlobal::getNormalized (const QRect &aRectangle, const QRegion &aBoundRegion, argument
2479 QVector <QRect> rectanglesVector (aBoundRegion.rects());
2539 if (aBoundRegion.united (rectangle) == aBoundRegion)
[all...]

Completed in 42 milliseconds