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

/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp2440 * Performs direct and flipped search of position for \a aRectangle to make sure
2442 * \a aRectangle if necessary. Selects the minimum shifted result between direct
2446 QRect VBoxGlobal::normalizeGeometry (const QRect &aRectangle, const QRegion &aBoundRegion, argument
2450 QRect var1 (getNormalized (aRectangle, aBoundRegion, aCanResize));
2453 QRect var2 (flip (getNormalized (flip (aRectangle).boundingRect(),
2457 double length1 = sqrt (pow ((double) (var1.x() - aRectangle.x()), (double) 2) +
2458 pow ((double) (var1.y() - aRectangle.y()), (double) 2));
2459 double length2 = sqrt (pow ((double) (var2.x() - aRectangle.x()), (double) 2) +
2460 pow ((double) (var2.y() - aRectangle.y()), (double) 2));
2467 * Ensures that the given rectangle \a aRectangle i
2474 getNormalized(const QRect &aRectangle, const QRegion &aBoundRegion, bool ) argument
[all...]

Completed in 56 milliseconds