Lines Matching refs:pCurrent
572 const RegionBand* pCurrent = getRegionBand(); in Union() local
574 if(!pCurrent) in Union()
581 RegionBand* pNew = new RegionBand(*pCurrent); in Union()
666 const RegionBand* pCurrent = getRegionBand(); in Intersect() local
668 if(!pCurrent) in Intersect()
674 RegionBand* pNew = new RegionBand(*pCurrent); in Intersect()
747 const RegionBand* pCurrent = getRegionBand(); in Exclude() local
749 if(!pCurrent) in Exclude()
755 RegionBand* pNew = new RegionBand(*pCurrent); in Exclude()
830 const RegionBand* pCurrent = getRegionBand(); in XOr() local
832 if(!pCurrent) in XOr()
919 const RegionBand* pCurrent = getRegionBand(); in Union() local
921 if(!pCurrent) in Union()
937 RegionBand* pNew = new RegionBand(*pCurrent); in Union()
1029 const RegionBand* pCurrent = getRegionBand(); in Intersect() local
1031 if(!pCurrent) in Intersect()
1047 if(pCurrent->getRectangleCount() + 2 < pSource->getRectangleCount()) in Intersect()
1057 RegionBand* pNew = pCurrent ? new RegionBand(*pCurrent) : new RegionBand(); in Intersect()
1127 const RegionBand* pCurrent = getRegionBand(); in Exclude() local
1129 if(!pCurrent) in Exclude()
1144 RegionBand* pNew = new RegionBand(*pCurrent); in Exclude()
1215 const RegionBand* pCurrent = getRegionBand(); in XOr() local
1217 if(!pCurrent) in XOr()
1233 RegionBand* pNew = new RegionBand(*pCurrent); in XOr()