Lines Matching refs:ImplRegionBandSep

83     ImplRegionBandSep* pNewSep;  in ImplRegionBand()
84 ImplRegionBandSep* pPrevSep = 0; in ImplRegionBand()
85 ImplRegionBandSep* pSep = rRegionBand.mpFirstSep; in ImplRegionBand()
89 pNewSep = new ImplRegionBandSep; in ImplRegionBand()
134 ImplRegionBandSep* pSep = mpFirstSep; in ~ImplRegionBand()
137 ImplRegionBandSep* pTempSep = pSep->mpNextSep; in ~ImplRegionBand()
324 ImplRegionBandSep* pSep = mpFirstSep; in MoveX()
337 ImplRegionBandSep* pSep = mpFirstSep; in ScaleX()
352 ImplRegionBandSep* pPrevSep = 0; in OptimizeBand()
353 ImplRegionBandSep* pSep = mpFirstSep; in OptimizeBand()
359 ImplRegionBandSep* pOldSep = pSep; in OptimizeBand()
377 ImplRegionBandSep* pOldSep = pSep->mpNextSep; in OptimizeBand()
400 mpFirstSep = new ImplRegionBandSep; in Union()
409 ImplRegionBandSep* pNewSep; in Union()
410 ImplRegionBandSep* pPrevSep = 0; in Union()
411 ImplRegionBandSep* pSep = mpFirstSep; in Union()
421 pNewSep = new ImplRegionBandSep; in Union()
448 pNewSep = new ImplRegionBandSep; in Union()
479 ImplRegionBandSep* pSep = mpFirstSep; in Intersect()
526 ImplRegionBandSep* pNewSep; in Exclude()
527 ImplRegionBandSep* pPrevSep = 0; in Exclude()
528 ImplRegionBandSep* pSep = mpFirstSep; in Exclude()
567 pNewSep = new ImplRegionBandSep; in Exclude()
647 mpFirstSep = new ImplRegionBandSep; in XOr()
656 ImplRegionBandSep* pNewSep; in XOr()
657 ImplRegionBandSep* pPrevSep = 0; in XOr()
658 ImplRegionBandSep* pSep = mpFirstSep; in XOr()
675 pNewSep = new ImplRegionBandSep; in XOr()
803 pNewSep = new ImplRegionBandSep; in XOr()
826 pNewSep = new ImplRegionBandSep; in XOr()
843 ImplRegionBandSep* pSep = mpFirstSep; in IsInside()
859 ImplRegionBandSep* pSep = mpFirstSep; in IsOver()
875 ImplRegionBandSep* pSep = mpFirstSep; in IsInside()
903 ImplRegionBandSep* pSep = mpFirstSep; in GetXRightBoundary()
913 ImplRegionBandSep* pOwnRectBandSep = mpFirstSep; in operator ==()
914 ImplRegionBandSep* pSecondRectBandSep = rRegionBand.mpFirstSep; in operator ==()