Home
last modified time | relevance | path

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

/aoo42x/main/sd/source/filter/eppt/
H A Depptso.cxx1688 double fWidthHalf = maRect.GetWidth() / 2; in ImplFlipBoundingBox() local
1691 double fXDiff = fCos * fWidthHalf + fSin * (-fHeightHalf); in ImplFlipBoundingBox()
1692 double fYDiff = - ( fSin * fWidthHalf - fCos * ( -fHeightHalf ) ); in ImplFlipBoundingBox()
1694 …maRect.Move( (sal_Int32)( -( fWidthHalf - fXDiff ) ), (sal_Int32)( - ( fHeightHalf + fYDiff ) ) ); in ImplFlipBoundingBox()
1707 …pLeft( (sal_Int32)( maRect.Left() + fWidthHalf - fHeightHalf ), (sal_Int32)( maRect.Top() + fHeigh… in ImplFlipBoundingBox()

Completed in 53 milliseconds