Searched refs:nHalfLineWidth (Results 1 – 2 of 2) sorted by relevance
413 const long nHalfLineWidth((nLineWidth + 1) / 2); in ImplCalcActionBounds() local414 aActionBounds.Left() -= nHalfLineWidth; in ImplCalcActionBounds()415 aActionBounds.Top() -= nHalfLineWidth; in ImplCalcActionBounds()416 aActionBounds.Right() += nHalfLineWidth; in ImplCalcActionBounds()417 aActionBounds.Bottom() += nHalfLineWidth; in ImplCalcActionBounds()466 const long nHalfLineWidth((nLineWidth + 1) / 2); in ImplCalcActionBounds() local467 aActionBounds.Left() -= nHalfLineWidth; in ImplCalcActionBounds()468 aActionBounds.Top() -= nHalfLineWidth; in ImplCalcActionBounds()469 aActionBounds.Right() += nHalfLineWidth; in ImplCalcActionBounds()470 aActionBounds.Bottom() += nHalfLineWidth; in ImplCalcActionBounds()
996 const sal_Int32 nHalfLineWidth(ImpGetLineWdt() / 2); in TakeXorPoly() local998 aRect.Left() - nHalfLineWidth, in TakeXorPoly()999 aRect.Top() - nHalfLineWidth, in TakeXorPoly()1000 aRect.Right() + nHalfLineWidth, in TakeXorPoly()1001 aRect.Bottom() + nHalfLineWidth); in TakeXorPoly()
Completed in 32 milliseconds