Lines Matching refs:aTempRect
137 RECTL aTempRect; in copyArea() local
166 aTempRect.xLeft = -31999; in copyArea()
167 aTempRect.yBottom = 0; in copyArea()
168 aTempRect.xRight = 0; in copyArea()
169 aTempRect.yTop = 31999; in copyArea()
170 hTempRgn = GpiCreateRegion( mhPS, 1, &aTempRect ); in copyArea()
178 aTempRect.xLeft = 0; in copyArea()
179 aTempRect.yBottom = -31999; in copyArea()
180 aTempRect.xRight = 31999; in copyArea()
181 aTempRect.yTop = 0; in copyArea()
182 hTempRgn = GpiCreateRegion( mhPS, 1, &aTempRect ); in copyArea()
190 aTempRect.xLeft = nScreenDX; in copyArea()
191 aTempRect.yBottom = 0; in copyArea()
192 aTempRect.xRight = 31999; in copyArea()
193 aTempRect.yTop = 31999; in copyArea()
194 hTempRgn = GpiCreateRegion( mhPS, 1, &aTempRect ); in copyArea()
202 aTempRect.xLeft = 0; in copyArea()
203 aTempRect.yBottom = nScreenDY; in copyArea()
204 aTempRect.xRight = 31999; in copyArea()
205 aTempRect.yTop = 31999; in copyArea()
206 hTempRgn = GpiCreateRegion( mhPS, 1, &aTempRect ); in copyArea()
230 aTempRect.xLeft = aSWP.x; in copyArea()
231 aTempRect.yBottom = aSWP.y; in copyArea()
232 aTempRect.xRight = aTempRect.xLeft+aSWP.cx; in copyArea()
233 aTempRect.yTop = aTempRect.yBottom+aSWP.cy; in copyArea()
234 hTempRgn = GpiCreateRegion( mhPS, 1, &aTempRect ); in copyArea()