Lines Matching refs:maChannel1Rect
173 maChannel1Rect.Left() = mnChannelPixOffset; in ImplUpdateRects()
174 maChannel1Rect.Right() = maThumbRect.Left()-1; in ImplUpdateRects()
175 maChannel1Rect.Top() = mnChannelPixTop; in ImplUpdateRects()
176 maChannel1Rect.Bottom() = mnChannelPixBottom; in ImplUpdateRects()
179 maChannel1Rect.SetEmpty(); in ImplUpdateRects()
207 maChannel1Rect.Top() = mnChannelPixOffset; in ImplUpdateRects()
208 maChannel1Rect.Bottom() = maThumbRect.Top()-1; in ImplUpdateRects()
209 maChannel1Rect.Left() = mnChannelPixTop; in ImplUpdateRects()
210 maChannel1Rect.Right() = mnChannelPixBottom; in ImplUpdateRects()
213 maChannel1Rect.SetEmpty(); in ImplUpdateRects()
238 maChannel1Rect.SetEmpty(); in ImplUpdateRects()
311 maChannel1Rect.SetEmpty(); in ImplCalc()
401 if ( (nDrawFlags & SLIDER_DRAW_CHANNEL1) && !maChannel1Rect.IsEmpty() ) in ImplDraw()
404 Rectangle aRect = maChannel1Rect; in ImplDraw()
512 Rectangle aRect = maChannel1Rect; in ImplIsPageUp()