Searched refs:nHalfSliderWidth (Results 1 – 2 of 2) sorted by relevance
126 const long nHalfSliderWidth = nControlWidth/2 - nSliderXOffset; in Offset2Zoom() local127 const long nZoomPerSliderPixel = (1000 * nFirstHalfRange) / nHalfSliderWidth; in Offset2Zoom()135 const long nHalfSliderWidth = nControlWidth/2 - nSliderXOffset; in Offset2Zoom() local136 const long nZoomPerSliderPixel = 1000 * nSecondHalfRange / nHalfSliderWidth; in Offset2Zoom()156 const long nHalfSliderWidth = nControlWidth/2 - nSliderXOffset; in Zoom2Offset() local162 const long nSliderPixelPerZoomPercent = 1000 * nHalfSliderWidth / nFirstHalfRange; in Zoom2Offset()170 const long nSliderPixelPerZoomPercent = 1000 * nHalfSliderWidth / nSecondHalfRange; in Zoom2Offset()172 nRet += nHalfSliderWidth + nOffset; in Zoom2Offset()
201 const long nHalfSliderWidth = nControlWidth/2 - nSliderXOffset; in Offset2Zoom() local202 const long nZoomPerSliderPixel = (1000 * nFirstHalfRange) / nHalfSliderWidth; in Offset2Zoom()210 const long nHalfSliderWidth = nControlWidth/2 - nSliderXOffset; in Offset2Zoom() local211 const long nZoomPerSliderPixel = 1000 * nSecondHalfRange / nHalfSliderWidth; in Offset2Zoom()234 const long nHalfSliderWidth = nControlWidth/2 - nSliderXOffset; in Zoom2Offset() local239 const long nSliderPixelPerZoomPercent = 1000 * nHalfSliderWidth / nFirstHalfRange; in Zoom2Offset()247 const long nSliderPixelPerZoomPercent = 1000 * nHalfSliderWidth / nSecondHalfRange; in Zoom2Offset()249 nRect += nHalfSliderWidth + nOffset; in Zoom2Offset()
Completed in 13 milliseconds