Home
last modified time | relevance | path

Searched refs:nSlim (Results 1 – 1 of 1) sorted by path

/trunk/main/vcl/source/window/
H A Dtoolbox.cxx3473 long nCenterPos, nSlim; in ImplDrawItem() local
3477 nSlim = (pItem->maRect.Bottom() - pItem->maRect.Top ()) / 4; in ImplDrawItem()
3479 DrawLine( Point( nCenterPos, pItem->maRect.Top() + nSlim ), in ImplDrawItem()
3480 Point( nCenterPos, pItem->maRect.Bottom() - nSlim ) ); in ImplDrawItem()
3484 nSlim = (pItem->maRect.Right() - pItem->maRect.Left ()) / 4; in ImplDrawItem()
3486 DrawLine( Point( pItem->maRect.Left() + nSlim, nCenterPos ), in ImplDrawItem()
3487 Point( pItem->maRect.Right() - nSlim, nCenterPos ) ); in ImplDrawItem()

Completed in 27 milliseconds