Home
last modified time | relevance | path

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

/haiku/src/tests/kits/interface/bregion/
H A DRegionInclude.cpp70 BRect testRegionBFrame(testRegionB->Frame()); in CheckInclude() local
72 assert(resultRegionFrame == (testRegionAFrame | testRegionBFrame)); in CheckInclude()
H A DRegionIntersect.cpp70 BRect testRegionBFrame(testRegionB->Frame()); in CheckIntersect() local
71 BRect tempRect = (testRegionAFrame & testRegionBFrame); in CheckIntersect()
H A DRegionExclude.cpp70 BRect testRegionBFrame(testRegionB->Frame()); in CheckExclude() local
72 if (!testRegionAFrame.Intersects(testRegionBFrame)) { in CheckExclude()