Lines Matching refs:Primary
121 aResult.Primary += (rObjectSize.Primary / 2.0) * nShiftHalfWidths; in getReanchoredPosition()
263 aSize.Primary += fAmountX; in centerGrow()
275 aPos.Primary -= fShiftAmountX; in centerGrow()
285 aPos.Primary += fShiftAmountX; in centerGrow()
316 if( rInOutPosition.Primary == aPos.Primary && in centerGrow()
318 rInOutSize.Primary == aSize.Primary && in centerGrow()
339 ( (aUpperLeft.Primary < fPosCheckThreshold) || in centerGrow()
340 (aLowerRight.Primary > (1.0 - fPosCheckThreshold)) )) in centerGrow()
349 ( aSize.Primary < fSizeCheckThreshold )) in centerGrow()
368 aPos.Primary += fAmountX; in moveObject()
377 aLowerRight.Primary += rObjectSize.Primary; in moveObject()
381 if( ( fAmountX > 0.0 && (aLowerRight.Primary > fFarEdgeThreshold)) || in moveObject()
382 ( fAmountX < 0.0 && (aUpperLeft.Primary < fPosCheckThreshold)) || in moveObject()