Home
last modified time | relevance | path

Searched refs:nHeightHalf (Results 1 – 1 of 1) sorted by relevance

/trunk/main/filter/source/msfilter/
H A Deschesdo.cxx128 double nHeightHalf = (double) aRect.GetHeight() / 2; in ImplFlipBoundingBox() local
130 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 21 milliseconds