Home
last modified time | relevance | path

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

/haiku/src/tests/kits/interface/bregion/
H A DRegionExclude.cpp47 bool resultRegionEmpty = RegionIsEmpty(resultRegion); in CheckExclude() local
52 assert(resultRegionEmpty); in CheckExclude()
62 assert(resultRegionEmpty); in CheckExclude()
67 if ((!resultRegionEmpty) && (!testRegionAEmpty) && (!testRegionBEmpty)) { in CheckExclude()
100 assert(resultRegionEmpty); in CheckExclude()
123 if (resultRegionEmpty) { in CheckExclude()
H A DRegionIntersect.cpp47 bool resultRegionEmpty = RegionIsEmpty(resultRegion); in CheckIntersect() local
67 if ((!resultRegionEmpty) && (!testRegionAEmpty) && (!testRegionBEmpty)) { in CheckIntersect()
77 assert(resultRegionEmpty); in CheckIntersect()
103 assert(resultRegionEmpty); in CheckIntersect()
128 if (resultRegionEmpty) { in CheckIntersect()
H A DRegionInclude.cpp47 bool resultRegionEmpty = RegionIsEmpty(resultRegion); in CheckInclude() local
67 if ((!resultRegionEmpty) && (!testRegionAEmpty) && (!testRegionBEmpty)) { in CheckInclude()
111 if (resultRegionEmpty) { in CheckInclude()