Lines Matching refs:maChannel2Rect
186 maChannel2Rect.Left() = maThumbRect.Right()+1; in ImplUpdateRects()
187 maChannel2Rect.Right() = mnChannelPixOffset+mnChannelPixRange-1; in ImplUpdateRects()
188 maChannel2Rect.Top() = mnChannelPixTop; in ImplUpdateRects()
189 maChannel2Rect.Bottom() = mnChannelPixBottom; in ImplUpdateRects()
192 maChannel2Rect.SetEmpty(); in ImplUpdateRects()
220 maChannel2Rect.Top() = maThumbRect.Bottom()+1; in ImplUpdateRects()
221 maChannel2Rect.Bottom() = mnChannelPixOffset+mnChannelPixRange-1; in ImplUpdateRects()
222 maChannel2Rect.Left() = mnChannelPixTop; in ImplUpdateRects()
223 maChannel2Rect.Right() = mnChannelPixBottom; in ImplUpdateRects()
226 maChannel2Rect.SetEmpty(); in ImplUpdateRects()
243 maChannel2Rect.SetEmpty(); in ImplUpdateRects()
316 maChannel2Rect.SetEmpty(); in ImplCalc()
449 if ( (nDrawFlags & SLIDER_DRAW_CHANNEL2) && !maChannel2Rect.IsEmpty() ) in ImplDraw()
452 Rectangle aRect = maChannel2Rect; in ImplDraw()
535 Rectangle aRect = maChannel2Rect; in ImplIsPageDown()