Lines Matching refs:mnXRight

91         pNewSep->mnXRight   = pSep->mnXRight;  in ImplRegionBand()
328 pSep->mnXRight += nHorzMove; in MoveX()
341 pSep->mnXRight = FRound( pSep->mnXRight * fHorzScale ); in ScaleX()
357 if ( pSep->mbRemoved || (pSep->mnXRight < pSep->mnXLeft) ) in OptimizeBand()
372 if ( (pSep->mnXRight+1) >= pSep->mpNextSep->mnXLeft ) in OptimizeBand()
374 if ( pSep->mpNextSep->mnXRight > pSep->mnXRight ) in OptimizeBand()
375 pSep->mnXRight = pSep->mpNextSep->mnXRight; in OptimizeBand()
402 mpFirstSep->mnXRight = nXRight; in Union()
415 if ( (nXLeft >= pSep->mnXLeft) && (nXRight <= pSep->mnXRight) ) in Union()
423 pNewSep->mnXRight = nXRight; in Union()
439 if ( (nXLeft <= pSep->mnXRight) && (nXRight > pSep->mnXRight) ) in Union()
441 pSep->mnXRight = nXRight; in Union()
446 if ( !pSep->mpNextSep && (nXLeft > pSep->mnXRight) ) in Union()
450 pNewSep->mnXRight = nXRight; in Union()
483 if ( (nXRight < pSep->mnXLeft) || (nXLeft > pSep->mnXRight) ) in Intersect()
489 (nXRight <= pSep->mnXRight) && in Intersect()
491 pSep->mnXRight = nXRight; in Intersect()
495 (nXLeft <= pSep->mnXRight) && in Intersect()
496 (nXRight >= pSep->mnXRight) ) in Intersect()
500 if ( (nXLeft >= pSep->mnXLeft) && (nXRight <= pSep->mnXRight) ) in Intersect()
502 pSep->mnXRight = nXRight; in Intersect()
534 if ( (nXLeft <= pSep->mnXLeft) && (nXRight >= pSep->mnXRight) ) in Exclude()
554 if ( (nXLeft <= pSep->mnXRight) && (nXRight > pSep->mnXRight) ) in Exclude()
556 pSep->mnXRight = nXLeft-1; in Exclude()
565 if ( (nXLeft >= pSep->mnXLeft) && (nXRight <= pSep->mnXRight) ) in Exclude()
569 pNewSep->mnXRight = nXLeft-1; in Exclude()
649 mpFirstSep->mnXRight = nXRight; in XOr()
663 long nOldRight( pSep->mnXRight ); in XOr()
677 pNewSep->mnXRight = nXRight; in XOr()
713 pSep->mnXRight = nXRight-1; in XOr()
795 pSep->mnXRight = nXLeft-1; in XOr()
806 pNewSep->mnXRight = nXRight; in XOr()
824 if( pPrevSep && nXLeft >= pPrevSep->mnXRight ) in XOr()
828 pNewSep->mnXRight = nXRight; in XOr()
846 if ( (pSep->mnXLeft <= nX) && (pSep->mnXRight >= nX) ) in IsInside()
862 if ( (pSep->mnXLeft < nRight) && (pSep->mnXRight > nLeft) ) in IsOver()
878 if ( (pSep->mnXLeft >= nLeft) && (nRight <= pSep->mnXRight) ) in IsInside()
906 return pSep->mnXRight; in GetXRightBoundary()
923 long nOwnXRight = pOwnRectBandSep->mnXRight; in operator ==()
924 long nSecondXRight = pSecondRectBandSep->mnXRight; in operator ==()