Lines Matching refs:pPrevSep
84 ImplRegionBandSep* pPrevSep = 0; in ImplRegionBand() local
97 pPrevSep->mpNextSep = pNewSep; in ImplRegionBand()
99 pPrevSep = pNewSep; in ImplRegionBand()
352 ImplRegionBandSep* pPrevSep = 0; in OptimizeBand() local
363 pPrevSep->mpNextSep = pSep->mpNextSep; in OptimizeBand()
384 pPrevSep = pSep; in OptimizeBand()
410 ImplRegionBandSep* pPrevSep = 0; in Union() local
430 pPrevSep->mpNextSep = pNewSep; in Union()
458 pPrevSep = pSep; in Union()
527 ImplRegionBandSep* pPrevSep = 0; in Exclude() local
581 pPrevSep->mpNextSep = pNewSep; in Exclude()
585 pPrevSep = pSep; in Exclude()
657 ImplRegionBandSep* pPrevSep = 0; in XOr() local
688 pPrevSep->mpNextSep = pNewSep; in XOr()
689 … pPrevSep = NULL; // do not run accidentally into the "right" case when breaking the loop in XOr()
696 … pPrevSep = NULL; // do not run accidentally into the "right" case when breaking the loop in XOr()
715 … pPrevSep = NULL; // do not run accidentally into the "right" case when breaking the loop in XOr()
734 … pPrevSep = NULL; // do not run accidentally into the "right" case when breaking the loop in XOr()
813 … pPrevSep = NULL; // do not run accidentally into the "right" case when breaking the loop in XOr()
819 pPrevSep = pSep; in XOr()
824 if( pPrevSep && nXLeft >= pPrevSep->mnXRight ) in XOr()
833 pPrevSep->mpNextSep = pNewSep; in XOr()