Home
last modified time | relevance | path

Searched refs:testRegionBEmpty (Results 1 – 3 of 3) sorted by relevance

/haiku/src/tests/kits/interface/bregion/
H A DRegionInclude.cpp49 bool testRegionBEmpty = RegionIsEmpty(testRegionB); in CheckInclude() local
67 if ((!resultRegionEmpty) && (!testRegionAEmpty) && (!testRegionBEmpty)) { in CheckInclude()
75 if (testRegionBEmpty) { in CheckInclude()
113 assert(testRegionBEmpty); in CheckInclude()
H A DRegionExclude.cpp49 bool testRegionBEmpty = RegionIsEmpty(testRegionB); in CheckExclude() local
64 assert(testRegionBEmpty); in CheckExclude()
67 if ((!resultRegionEmpty) && (!testRegionAEmpty) && (!testRegionBEmpty)) { in CheckExclude()
80 if (testRegionBEmpty) { in CheckExclude()
H A DRegionIntersect.cpp49 bool testRegionBEmpty = RegionIsEmpty(testRegionB); in CheckIntersect() local
67 if ((!resultRegionEmpty) && (!testRegionAEmpty) && (!testRegionBEmpty)) { in CheckIntersect()
76 if (testRegionBEmpty) { in CheckIntersect()