Searched refs:tempRegion2 (Results 1 – 2 of 2) sorted by relevance
56 BRegion tempRegion2; in testOneRegion() local57 CheckFrame(&tempRegion2); in testOneRegion()58 assert(RegionIsEmpty(&tempRegion2)); in testOneRegion()63 tempRegion2.Include(tempRect); in testOneRegion()64 CheckFrame(&tempRegion2); in testOneRegion()65 assert(!RegionIsEmpty(&tempRegion2)); in testOneRegion()67 assert(RegionsAreEqual(&tempRegion1, &tempRegion2)); in testOneRegion()69 assert(RegionsAreEqual(&tempRegion2, testRegion)); in testOneRegion()71 assert(!RegionsAreEqual(&tempRegion2, testRegion)); in testOneRegion()78 assert(RegionsAreEqual(&tempRegion1, &tempRegion2)); in testOneRegion()[all …]
67 BRegion tempRegion2(testRegion->RectAt(0)); in testOneRegion() local68 CheckFrame(&tempRegion2); in testOneRegion()69 assert(!RegionIsEmpty(&tempRegion2)); in testOneRegion()82 assert(RegionsAreEqual(&tempRegion1, &tempRegion2)); in testOneRegion()84 assert(RegionsAreEqual(&tempRegion2, &tempRegion3)); in testOneRegion()