Home | History | Annotate | Download | only in macrom

Lines Matching refs:tempRgn

276 	RgnHandle		tempRgn = nil;
288 tempRgn = NewRgn();
291 if ( ! tempRgn || ! drawRgn || ! gSaveGrayRgn ) {
301 CopyRgn(grayRgn, tempRgn);
308 DiffRgn(grayRgn, tempRgn, drawRgn);
324 RectRgn(tempRgn, &(*gd)->gdRect); /* Get the whole screen */
325 DiffRgn(tempRgn, grayRgn, tempRgn); /* Subtract out GrayRgn */
326 UnionRgn(tempRgn, drawRgn, drawRgn);/* Combine all the bits */
348 if (tempRgn) DisposeRgn(tempRgn);
358 RgnHandle tempRgn = nil;
375 tempRgn = NewRgn();
376 if ( ! tempRgn || ! drawRgn || ! gSaveGrayRgn ) {
400 GetClip(tempRgn);
406 SetClip(tempRgn);
446 if (tempRgn) DisposeRgn(tempRgn);