Searched refs:fHeightHalf (Results 1 – 1 of 1) sorted by relevance
1689 double fHeightHalf = maRect.GetHeight() / 2; in ImplFlipBoundingBox() local1691 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 38 milliseconds