Lines Matching refs:maChannel1Rect
177 maChannel1Rect.Left() = mnChannelPixOffset; in ImplUpdateRects()
178 maChannel1Rect.Right() = maThumbRect.Left()-1; in ImplUpdateRects()
179 maChannel1Rect.Top() = mnChannelPixTop; in ImplUpdateRects()
180 maChannel1Rect.Bottom() = mnChannelPixBottom; in ImplUpdateRects()
183 maChannel1Rect.SetEmpty(); in ImplUpdateRects()
211 maChannel1Rect.Top() = mnChannelPixOffset; in ImplUpdateRects()
212 maChannel1Rect.Bottom() = maThumbRect.Top()-1; in ImplUpdateRects()
213 maChannel1Rect.Left() = mnChannelPixTop; in ImplUpdateRects()
214 maChannel1Rect.Right() = mnChannelPixBottom; in ImplUpdateRects()
217 maChannel1Rect.SetEmpty(); in ImplUpdateRects()
242 maChannel1Rect.SetEmpty(); in ImplUpdateRects()
315 maChannel1Rect.SetEmpty(); in ImplCalc()
405 if ( (nDrawFlags & SLIDER_DRAW_CHANNEL1) && !maChannel1Rect.IsEmpty() ) in ImplDraw()
408 Rectangle aRect = maChannel1Rect; in ImplDraw()
516 Rectangle aRect = maChannel1Rect; in ImplIsPageUp()