Home
last modified time | relevance | path

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

/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/sys/mac/
H A Dmacdrag.c35 RgnHandle dragRgn, tempRgn; in DragText() local
69 tempRgn = NewRgn(); in DragText()
70 CopyRgn(dragRgn, tempRgn); in DragText()
71 InsetRgn(tempRgn, 1, 1); in DragText()
73 DisposeRgn(tempRgn); in DragText()
124 RgnHandle tempRgn; in OutlineRegion() local
126 tempRgn = NewRgn(); in OutlineRegion()
127 CopyRgn(theRgn, tempRgn); in OutlineRegion()
128 InsetRgn(tempRgn, 1, 1); in OutlineRegion()
129 DiffRgn(theRgn, tempRgn, theRgn); in OutlineRegion()
[all …]
H A DMacCommandWin.c123 RgnHandle arrowRgn, iBeamRgn, hiliteRgn, tempRgn; in AdjustCursor() local
/dports/devel/sdl12/SDL-1.2.15/src/video/macrom/
H A DSDL_romvideo.c276 RgnHandle tempRgn = nil; in ROM_HideMenuBar() local
288 tempRgn = NewRgn(); in ROM_HideMenuBar()
301 CopyRgn(grayRgn, tempRgn); in ROM_HideMenuBar()
308 DiffRgn(grayRgn, tempRgn, drawRgn); in ROM_HideMenuBar()
325 DiffRgn(tempRgn, grayRgn, tempRgn); /* Subtract out GrayRgn */ in ROM_HideMenuBar()
348 if (tempRgn) DisposeRgn(tempRgn); in ROM_HideMenuBar()
358 RgnHandle tempRgn = nil; in ROM_ShowMenuBar() local
375 tempRgn = NewRgn(); in ROM_ShowMenuBar()
400 GetClip(tempRgn); in ROM_ShowMenuBar()
406 SetClip(tempRgn); in ROM_ShowMenuBar()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/video_render/mac/
H A Dvideo_render_agl.cc1671 RgnHandle tempRgn = NewRgn(); in CalculateVisibleRegion() local
1693 CheckValidRegion(tempRgn); in CalculateVisibleRegion()
1700 CheckValidRegion(tempRgn); in CalculateVisibleRegion()
1704 CheckValidRegion(tempRgn); in CalculateVisibleRegion()
1707 CheckValidRegion(tempRgn); in CalculateVisibleRegion()
1742 CheckValidRegion(tempRgn); in CalculateVisibleRegion()
1748 if(!tempRgn) in CalculateVisibleRegion()
1755 CheckValidRegion(tempRgn); in CalculateVisibleRegion()
1792 CopyRgn(tempRgn, visibleRgn); in CalculateVisibleRegion()
1793 CheckValidRegion(tempRgn); in CalculateVisibleRegion()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/osx/carbon/
H A Ddnd.cpp137 RgnHandle tempRgn = NewRgn(); in DoDragDrop() local
153 tempRgn, in DoDragDrop()
159 DiffRgn( dragRegion, tempRgn, dragRegion ); in DoDragDrop()
160 DisposeRgn( tempRgn ); in DoDragDrop()
H A Dnonownedwnd.cpp1060 static RgnHandle tempRgn = NULL; in wxShapedMacWindowHitTest() local
1062 if (tempRgn == NULL) in wxShapedMacWindowHitTest()
1063 tempRgn = NewRgn(); in wxShapedMacWindowHitTest()
1069 wxShapedMacWindowStructureRegion(window, tempRgn); in wxShapedMacWindowHitTest()
1070 if (PtInRgn( hitPoint, tempRgn )) //in window content region? in wxShapedMacWindowHitTest()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/osx/carbon/
H A Ddnd.cpp137 RgnHandle tempRgn = NewRgn(); in DoDragDrop() local
153 tempRgn, in DoDragDrop()
159 DiffRgn( dragRegion, tempRgn, dragRegion ); in DoDragDrop()
160 DisposeRgn( tempRgn ); in DoDragDrop()
H A Dnonownedwnd.cpp1060 static RgnHandle tempRgn = NULL; in wxShapedMacWindowHitTest() local
1062 if (tempRgn == NULL) in wxShapedMacWindowHitTest()
1063 tempRgn = NewRgn(); in wxShapedMacWindowHitTest()
1069 wxShapedMacWindowStructureRegion(window, tempRgn); in wxShapedMacWindowHitTest()
1070 if (PtInRgn( hitPoint, tempRgn )) //in window content region? in wxShapedMacWindowHitTest()
/dports/audio/libgig/libgig-4.3.0/src/
H A Dgig.cpp3823 gig::Region* tempRgn = NULL; in DeleteDimensionZone() local
3831 tempRgn = new Region(instr, rgn); in DeleteDimensionZone()
3847 tempRgn->AddDimension(&def); in DeleteDimensionZone()
3872 …if (dimCase[tempRgn->pDimensionDefinitions[d].dimension] >= tempRgn->pDimensionDefinitions[d].zone… in DeleteDimensionZone()
3928 tempRgn->DeleteChunks(); in DeleteDimensionZone()
3929 delete tempRgn; in DeleteDimensionZone()
3960 gig::Region* tempRgn = NULL; in SplitDimensionZone() local
3968 tempRgn = new Region(instr, rgn); in SplitDimensionZone()
3984 tempRgn->AddDimension(&def); in SplitDimensionZone()
4082 tempRgn->DeleteChunks(); in SplitDimensionZone()
[all …]
/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/mi/
H A Dmibstore.c3759 RegionRec tempRgn; local
3776 REGION_INIT( pGC->pScreen, &tempRgn, NullBox, 0);
3777 REGION_INTERSECT( pGC->pScreen, &tempRgn, prgnExposed,
3779 REGION_SUBTRACT( pGC->pScreen, prgnExposed, prgnExposed, &tempRgn);
3803 miBSFillVirtualBits (pDst, pScratchGC, &tempRgn, dx, dy,
3811 for (i = REGION_NUM_RECTS(&tempRgn), pBox = REGION_RECTS(&tempRgn);
3823 REGION_UNINIT( pGC->pScreen, &tempRgn);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/
H A DControl.java767 long tempRgn = OS.NewRgn (); in calculateVisibleRegion() local
783 OS.RectRgn(tempRgn, rect); in calculateVisibleRegion()
784 OS.SectRgn (tempRgn, visibleRgn, visibleRgn); in calculateVisibleRegion()
796 OS.RectRgn(tempRgn, rect); in calculateVisibleRegion()
797 OS.UnionRgn (tempRgn, childRgn, childRgn); in calculateVisibleRegion()
806 OS.CopyRgn (tempRgn, visibleRgn); in calculateVisibleRegion()
808 OS.DisposeRgn (tempRgn); in calculateVisibleRegion()
/dports/devel/jna/jna-5.7.0/contrib/platform/src/com/sun/jna/platform/
H A DWindowUtils.java1087 final HRGN tempRgn = gdi.CreateRectRgn(0, 0, 0, 0); in setMask() local
1093 gdi.SetRectRgn(tempRgn, x, y, x + w, y + h); in setMask()
1094 … return gdi.CombineRgn(region, region, tempRgn, WinGDI.RGN_OR) != WinGDI.ERROR; in setMask()
1099 gdi.DeleteObject(tempRgn); in setMask()
/dports/biology/ncbi-toolkit/ncbi/vibrant/
H A Dvibslate.c2343 Nlm_RegioN tempRgn;
2383 tempRgn = Nlm_CreateRgn ();
2384 Nlm_UnionRgn (Nlm_clpRgn, tempRgn, Nlm_updateRgn);
2385 Nlm_DestroyRgn (tempRgn);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/activeqt/control/
H A Dqaxserverbase.cpp3517 HRGN tempRgn = 0; in SetObjectRects() local
3520 tempRgn = CreateRectRgnIndirect(&rcIXect); in SetObjectRects()
3523 ::SetWindowRgn(m_hWnd, tempRgn, true); in SetObjectRects()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/
H A DGC.java1377 long tempRgn = OS.CreateRectRgn(x, y, x+1, y+1);
1378 OS.CombineRgn(rgn, rgn, tempRgn, OS.RGN_OR);
1379 OS.DeleteObject(tempRgn);