Searched refs:fWidthHalf (Results 1 – 1 of 1) sorted by relevance
1688 double fWidthHalf = maRect.GetWidth() / 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 45 milliseconds