Home
last modified time | relevance | path

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

/trunk/main/vcl/source/control/
H A Dslider.cxx191 Rectangle aThumbBounds, aThumbContent; in ImplUpdateRects() local
194 aThumbBounds, aThumbContent ) ) in ImplUpdateRects()
196 maThumbRect.Left() = mnThumbPixPos - aThumbBounds.GetWidth()/2; in ImplUpdateRects()
197 maThumbRect.Right() = maThumbRect.Left() + aThumbBounds.GetWidth() - 1; in ImplUpdateRects()
225 Rectangle aThumbBounds, aThumbContent; in ImplUpdateRects() local
228 aThumbBounds, aThumbContent ) ) in ImplUpdateRects()
230 maThumbRect.Top() = mnThumbPixPos - aThumbBounds.GetHeight()/2; in ImplUpdateRects()
231 maThumbRect.Bottom() = maThumbRect.Top() + aThumbBounds.GetHeight() - 1; in ImplUpdateRects()