Searched refs:nCalcWidth (Results 1 – 2 of 2) sorted by relevance
312 long nCalcWidth; in ImplCalc() local322 nCalcWidth = aSize.Width(); in ImplCalc()329 nCalcWidth = aSize.Height(); in ImplCalc()335 if ( nCalcWidth >= SLIDER_THUMB_SIZE ) in ImplCalc()338 mnThumbPixRange = nCalcWidth-(SLIDER_THUMB_HALFSIZE*2); in ImplCalc()341 mnChannelPixRange = nCalcWidth-(SLIDER_CHANNEL_OFFSET*2); in ImplCalc()
1730 long nCalcWidth = (STATUSBAR_OFFSET_X*2); in CalcWindowSizePixel() local1736 nCalcWidth += pItem->mnWidth + nOffset; in CalcWindowSizePixel()1749 Rectangle aControlRegion( (const Point&)Point(), Size( nCalcWidth, nMinHeight ) ); in CalcWindowSizePixel()1783 return Size( nCalcWidth, nCalcHeight ); in CalcWindowSizePixel()
Completed in 23 milliseconds