Searched refs:nWidthHalf (Results 1 – 1 of 1) sorted by relevance
127 double nWidthHalf = (double) aRect.GetWidth() / 2; in ImplFlipBoundingBox() local130 double nXDiff = fCos * nWidthHalf + fSin * (-nHeightHalf); in ImplFlipBoundingBox()131 double nYDiff = - ( fSin * nWidthHalf - fCos * ( -nHeightHalf ) ); in ImplFlipBoundingBox()133 aRect.Move( (sal_Int32)( -( nWidthHalf - nXDiff ) ), (sal_Int32)( - ( nHeightHalf + nYDiff ) ) ); in ImplFlipBoundingBox()
Completed in 59 milliseconds