Lines Matching refs:tempRegion1
167 BRegion tempRegion1(*testRegionA); in testTwoRegions() local
168 CheckFrame(&tempRegion1); in testTwoRegions()
169 assert(RegionsAreEqual(&tempRegion1, testRegionA)); in testTwoRegions()
171 tempRegion1.Exclude(testRegionB); in testTwoRegions()
172 CheckFrame(&tempRegion1); in testTwoRegions()
173 CheckExclude(&tempRegion1, testRegionA, testRegionB); in testTwoRegions()
175 tempRegion1 = *testRegionA; in testTwoRegions()
176 CheckFrame(&tempRegion1); in testTwoRegions()
177 assert(RegionsAreEqual(&tempRegion1, testRegionA)); in testTwoRegions()
180 tempRegion1.Exclude(testRegionB->RectAt(i)); in testTwoRegions()
181 CheckFrame(&tempRegion1); in testTwoRegions()
183 CheckExclude(&tempRegion1, testRegionA, testRegionB); in testTwoRegions()