Lines Matching refs:aOuter
54 Point aBottomRight = aOuter.BottomRight(); in FillHandleRectsPixel()
57 aRects[ 0 ] = Rectangle( aOuter.TopLeft(), aBorder ); in FillHandleRectsPixel()
59 aRects[ 1 ] = Rectangle( Point( aOuter.Center().X() - aBorder.Width() / 2, in FillHandleRectsPixel()
60 aOuter.Top() ), in FillHandleRectsPixel()
64 aOuter.Top() ), in FillHandleRectsPixel()
68 aOuter.Center().Y() - aBorder.Height() / 2 ), in FillHandleRectsPixel()
75 aRects[ 5 ] = Rectangle( Point( aOuter.Center().X() - aBorder.Width() / 2, in FillHandleRectsPixel()
79 aRects[ 6 ] = Rectangle( Point( aOuter.Left(), in FillHandleRectsPixel()
83 aRects[ 7 ] = Rectangle( Point( aOuter.Left(), in FillHandleRectsPixel()
84 aOuter.Center().Y() - aBorder.Height() / 2 ), in FillHandleRectsPixel()
96 aRects[ 0 ] = aOuter; in FillMoveRectsPixel()
99 aRects[ 1 ] = aOuter; in FillMoveRectsPixel()
102 aRects[ 2 ] = aOuter; in FillMoveRectsPixel()
105 aRects[ 3 ] = aOuter; in FillMoveRectsPixel()
216 Point aBR = aOuter.BottomRight(); in GetTrackPosPixel()
217 Point aTR = aOuter.TopRight(); in GetTrackPosPixel()
218 Point aBL = aOuter.BottomLeft(); in GetTrackPosPixel()
222 aPos = aRect.TopLeft() - aOuter.TopLeft(); in GetTrackPosPixel()
225 aPos.Y() = aRect.Top() - aOuter.Top(); in GetTrackPosPixel()
243 aPos.X() = aRect.Left() - aOuter.Left(); in GetTrackPosPixel()
246 aPos = aRect.TopLeft() - aOuter.TopLeft(); in GetTrackPosPixel()
263 aTrackRect = aOuter; in GetTrackRectPixel()
264 Point aBR = aOuter.BottomRight(); in GetTrackRectPixel()