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.cxx195 Rectangle aThumbBounds, aThumbContent; in ImplUpdateRects() local
198 aThumbBounds, aThumbContent ) ) in ImplUpdateRects()
200 maThumbRect.Left() = mnThumbPixPos - aThumbBounds.GetWidth()/2; in ImplUpdateRects()
201 maThumbRect.Right() = maThumbRect.Left() + aThumbBounds.GetWidth() - 1; in ImplUpdateRects()
229 Rectangle aThumbBounds, aThumbContent; in ImplUpdateRects() local
232 aThumbBounds, aThumbContent ) ) in ImplUpdateRects()
234 maThumbRect.Top() = mnThumbPixPos - aThumbBounds.GetHeight()/2; in ImplUpdateRects()
235 maThumbRect.Bottom() = maThumbRect.Top() + aThumbBounds.GetHeight() - 1; in ImplUpdateRects()

Completed in 11 milliseconds