Lines Matching refs:maChannel2Rect
182 maChannel2Rect.Left() = maThumbRect.Right()+1; in ImplUpdateRects()
183 maChannel2Rect.Right() = mnChannelPixOffset+mnChannelPixRange-1; in ImplUpdateRects()
184 maChannel2Rect.Top() = mnChannelPixTop; in ImplUpdateRects()
185 maChannel2Rect.Bottom() = mnChannelPixBottom; in ImplUpdateRects()
188 maChannel2Rect.SetEmpty(); in ImplUpdateRects()
216 maChannel2Rect.Top() = maThumbRect.Bottom()+1; in ImplUpdateRects()
217 maChannel2Rect.Bottom() = mnChannelPixOffset+mnChannelPixRange-1; in ImplUpdateRects()
218 maChannel2Rect.Left() = mnChannelPixTop; in ImplUpdateRects()
219 maChannel2Rect.Right() = mnChannelPixBottom; in ImplUpdateRects()
222 maChannel2Rect.SetEmpty(); in ImplUpdateRects()
239 maChannel2Rect.SetEmpty(); in ImplUpdateRects()
312 maChannel2Rect.SetEmpty(); in ImplCalc()
445 if ( (nDrawFlags & SLIDER_DRAW_CHANNEL2) && !maChannel2Rect.IsEmpty() ) in ImplDraw()
448 Rectangle aRect = maChannel2Rect; in ImplDraw()
531 Rectangle aRect = maChannel2Rect; in ImplIsPageDown()