Searched refs:tempRgn (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/macrom/
H A DSDL_romvideo.c276 RgnHandle tempRgn = nil; local
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) DisposeRg
358 RgnHandle tempRgn = nil; local
[all...]

Completed in 8 milliseconds