Lines Matching refs:mnXLeft
135 long nOwnXLeft = pOwnRectBandSep->mnXLeft; in operator ==()
136 long nSecondXLeft = pSecondRectBandSep->mnXLeft; in operator ==()
302 rOStrm << pSep->mnXLeft; in save()
988 Union(pSep->mnXLeft, pBand->mnYTop, pSep->mnXRight, pBand->mnYBottom); in Union()
1109 Exclude( LONG_MIN+1, pBand->mnYTop, pSep->mnXLeft-1, pBand->mnYBottom ); in Intersect()
1121 … Exclude( pSep->mnXRight+1, pBand->mnYTop, pSep->mpNextSep->mnXLeft-1, pBand->mnYBottom ); in Intersect()
1179 Exclude( pSep->mnXLeft, pBand->mnYTop, pSep->mnXRight, pBand->mnYBottom ); in Exclude()
1236 XOr( pSep->mnXLeft, pBand->mnYTop, pSep->mnXRight, pBand->mnYBottom ); in XOr()
1290 aRectangle.Left() = mpCurrRectBandSep->mnXLeft; in GetRegionRectangles()
1354 if(pSep->mnXRight < pSep->mnXLeft) in ImplDbgTestRegionBand()
1361 if(pSep->mnXRight >= pSep->mpNextSep->mnXLeft) in ImplDbgTestRegionBand()