Lines Matching refs:ToRect
111702 BaseIntRegion (const Rect& aRect) : mImpl (ToRect(aRect)) {} in BaseIntRegion()
111706 Derived& operator = (const Rect& aRect) { mImpl = ToRect (aRect); return This(); } in operator =()
111743 mImpl.And (aRegion.mImpl, ToRect (aRect)); in And()
111755 mImpl = ToRect (TmpRect); in And()
111774 mImpl.Or (aRegion.mImpl, ToRect (aRect)); in Or()
111783 mImpl = ToRect (aRect1); in Or()
111802 mImpl.Xor (aRegion.mImpl, ToRect (aRect)); in Xor()
111811 mImpl = ToRect (aRect1); in Xor()
111830 mImpl.Sub (aRegion.mImpl, ToRect (aRect)); in Sub()
111839 mImpl = ToRect (aRect1); in Sub()
111854 return mImpl.Contains (ToRect (aRect)); in Contains()
111862 return mImpl.Intersects (ToRect (aRect)); in Intersects()
111927 return FromRect (mImpl.GetLargestRectangle( ToRect(aContainingRect) )); in GetLargestRectangle()
112015 static nsRect ToRect(const Rect& aRect) in ToRect() function in mozilla::gfx::BaseIntRegion