Lines Matching refs:aPoly
70 Polygon aPoly( aRect ); in ImplCursorInvert() local
71 if( aPoly.GetSize() == 5 ) in ImplCursorInvert()
73 aPoly[1].X() += 1; // include the right border in ImplCursorInvert()
74 aPoly[2].X() += 1; in ImplCursorInvert()
77 Point aPoint = aPoly.GetPoint( 0 ); in ImplCursorInvert()
79 aPoly.SetPoint( aPoint, 0 ); in ImplCursorInvert()
80 aPoly.SetPoint( aPoint, 4 ); in ImplCursorInvert()
81 aPoint = aPoly.GetPoint( 1 ); in ImplCursorInvert()
83 aPoly.SetPoint( aPoint, 1 ); in ImplCursorInvert()
94 pAry[0] = aPoly.GetPoint( 0 ); in ImplCursorInvert()
95 pAry[1] = aPoly.GetPoint( 1 ); in ImplCursorInvert()
100 pAry[4] = aPoly.GetPoint( 2 ); in ImplCursorInvert()
101 pAry[5] = aPoly.GetPoint( 3 ); in ImplCursorInvert()
102 pAry[6] = aPoly.GetPoint( 4 ); in ImplCursorInvert()
107 pAry[0] = aPoly.GetPoint( 0 ); in ImplCursorInvert()
108 pAry[1] = aPoly.GetPoint( 1 ); in ImplCursorInvert()
109 pAry[2] = aPoly.GetPoint( 2 ); in ImplCursorInvert()
110 pAry[3] = aPoly.GetPoint( 3 ); in ImplCursorInvert()
115 pAry[6] = aPoly.GetPoint( 4 ); in ImplCursorInvert()
117 aPoly = Polygon( 7, pAry); in ImplCursorInvert()
121 aPoly.Rotate( pData->maPixRotOff, pData->mnOrientation ); in ImplCursorInvert()
122 pWindow->Invert( aPoly, nInvertStyle ); in ImplCursorInvert()