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

/external/qemu/distrib/sdl-1.2.15/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...]
/external/chromium_org/third_party/webrtc/modules/video_render/mac/
H A Dvideo_render_agl.cc1680 RgnHandle tempRgn = NewRgn(); local
1702 CheckValidRegion(tempRgn);
1707 osStatus = GetControlRegion(tempControl, kControlStructureMetaPart, tempRgn); // intersect the region of the current control with visibleRgn
1709 CheckValidRegion(tempRgn);
1711 osErr = HIViewConvertRegion(tempRgn, tempControl, rootControl);
1713 CheckValidRegion(tempRgn);
1715 SectRgn(tempRgn, visibleRgn, visibleRgn);
1716 CheckValidRegion(tempRgn);
1749 osStatus = GetControlRegion(subControl, kControlStructureMetaPart, tempRgn); //get the region of the current control and union to childrg
1751 CheckValidRegion(tempRgn);
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 91 milliseconds