Home
last modified time | relevance | path

Searched refs:SectRect (Results 1 – 24 of 24) sorted by relevance

/dports/graphics/libvisual04-plugins/libvisual-plugins-0.4.0/plugins/actor/G-Force/Common/GeneralTools/Headers/
H A DRectUtils.h11 extern void SectRect( const Rect* inR1, const Rect* inR2, Rect* outRect );
/dports/graphics/libvisual04-plugins/libvisual-plugins-0.4.0/plugins/actor/G-Force/Common/GeneralTools/
H A DRectUtils.cpp48 void SectRect( const Rect* inR1, const Rect* inR2, Rect* outRect ) { in SectRect() function
/dports/games/moria/umoria/mac/scrnmgr/
H A DScrnMgr.c688 (void) SectRect (&screenBits.bounds, &test, &sect);
702 (void) SectRect(&qd.screenBits.bounds, &test, &sect);
718 (void) SectRect(&(*gdh)->gdRect, &test, &sect);
881 SectRect(&theScreen.picLRect, &theScreen.scrnLRect, &theScreen.drawLRect); in SetScreenDrawRects()
2086 if (SectRect(&temp, &theScreen.scrnCRect, &area)) {
2190 if (SectRect(&temp, &theScreen.scrnCRect, &area)) {
2268 if (SectRect(&temp, &theScreen.scrnCRect, &area)) {
2431 if (SectRect(bounds, &theScreen.scrnCRect, &area)) {
2558 if (SectRect(bounds, &theScreen.scrnCRect, &area)) {
2649 if (SectRect(&temp, &theScreen.scrnCRect, &area)) {
/dports/biology/ncbi-toolkit/ncbi/vibrant/
H A Dviewer.c1295 SectRect (&r, &s, &d); in ShowSegment()
1337 SectRect (&r, &s, &d); in HideSegment()
1380 SectRect (&r, &s, &d); in HighlightSegment()
1429 SectRect (&r, &s, &d); in HighlightPrimitive()
H A Dpalette.c170 SectRect (&r, &sr, &dr); in AppendPalette()
H A Dvibdefns.h741 #define SectRect Nlm_SectRect macro
H A Dtable.c328 SectRect (&r, &sr, &dr); in DrawTable()
657 SectRect (&r, &sr, &dr); in AppendTableText()
H A Dncbidraw.c4288 rsult = SectRect(&rtool1, &rtool2, &rtool3);
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/osx/
H A Dwindow_osx.cpp2019 SectRect( &r , &rparent , &r ) ; in MacUpdateClippedRects()
2020 SectRect( &rClient , &rparent , &rClient ) ; in MacUpdateClippedRects()
2026 SectRect( &rIncludingOuterStructures , &rparent , &rIncludingOuterStructures ) ; in MacUpdateClippedRects()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/osx/
H A Dwindow_osx.cpp2019 SectRect( &r , &rparent , &r ) ; in MacUpdateClippedRects()
2020 SectRect( &rClient , &rparent , &rClient ) ; in MacUpdateClippedRects()
2026 SectRect( &rIncludingOuterStructures , &rparent , &rIncludingOuterStructures ) ; in MacUpdateClippedRects()
/dports/graphics/libvisual04-plugins/libvisual-plugins-0.4.0/plugins/actor/G-Force/Common/UI/
H A DPixPort.cpp158 SectRect( inRect, &mClipRect, &mClipRect ); in SetClipRect()
/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dlibmac.cc1466 SectRect(&area, &bounds, &bounds); in DoReadPrefs()
/dports/biology/ncbi-toolkit/ncbi/desktop/
H A Dgphview.c178 SectRect (&r, &or, &dr); in CommonFrameProc()
3191 SectRect (&r, &s, &d); in SelectRegion()
3526 SectRect (&r, &s, &d); in Asn2GphSelectRegion()
H A Dvsm.c1193 SectRect(&(vsmwp->r), &(vsmwp->rv), &dr); in VSMMarquee()
H A Ddotvibrant.c627 SectRect (&rcS, &rcP_off, &dr); in DOT_DisplayHits()
1519 SectRect (&r, &or, &dr); in DOT_SelectFrameProc()
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DQuickdraw.pas1032 function SectRect( const (*var*) src1: Rect; const (*var*) src2: Rect; var dstRect: Rect ): Boolean… in SectRect() function
/dports/games/zoom/zoom-1.1.5/src/
H A Dcarbonprefs.c1205 res = SectRect(mouseRect, &r, NULL); in colour_hit_cb()
/dports/lang/python-legacy/Python-2.7.18/Mac/Modules/qd/
H A D_Qdmodule.c2216 #ifndef SectRect in Qd_SectRect()
2217 PyMac_PRECHECK(SectRect); in Qd_SectRect()
2223 _rv = SectRect(&src1, in Qd_SectRect()
/dports/lang/python27/Python-2.7.18/Mac/Modules/qd/
H A D_Qdmodule.c2216 #ifndef SectRect in Qd_SectRect()
2217 PyMac_PRECHECK(SectRect); in Qd_SectRect()
2223 _rv = SectRect(&src1, in Qd_SectRect()
/dports/cad/electric/electric-7.00/src/graph/
H A DgraphmacX.c2683 if (SectRect(&r1, &r2, &r) != 0) in putmessagesstring()
H A Dgraphmac.c2862 if (SectRect(&(*((WindowPeek)gra_messageswindow)->strucRgn)->rgnBBox, in putmessagesstring()
/dports/x11-toolkits/tk87/tk8.7a5/
H A DChangeLog.2007958 limitBounds to maxBounds, works around SectRect() mis-feature (return
/dports/x11-toolkits/tk86/tk8.6.12/
H A DChangeLog.2007958 limitBounds to maxBounds, works around SectRect() mis-feature (return
/dports/x11-toolkits/tk85/tk8.5.19/
H A DChangeLog3540 limitBounds to maxBounds, works around SectRect() mis-feature (return