Home
last modified time | relevance | path

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

/trunk/main/vcl/source/control/
H A Dslider.cxx75 mnChannelPixTop = 0; in ImplInit()
179 maChannel1Rect.Top() = mnChannelPixTop; in ImplUpdateRects()
188 maChannel2Rect.Top() = mnChannelPixTop; in ImplUpdateRects()
213 maChannel1Rect.Left() = mnChannelPixTop; in ImplUpdateRects()
222 maChannel2Rect.Left() = mnChannelPixTop; in ImplUpdateRects()
310 long nOldChannelPixTop = mnChannelPixTop; in ImplCalc()
342 mnChannelPixTop = (nCalcHeight/2)-SLIDER_CHANNEL_HALFSIZE; in ImplCalc()
343 mnChannelPixBottom = mnChannelPixTop+SLIDER_CHANNEL_SIZE-1; in ImplCalc()
353 (nOldChannelPixTop != mnChannelPixTop) || in ImplCalc()
/trunk/main/vcl/inc/vcl/
H A Dslider.hxx50 long mnChannelPixTop; member in Slider

Completed in 21 milliseconds