Searched defs:BRect (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DFloatRectHaiku.cpp37 FloatRect::FloatRect(const BRect& rect)
43 FloatRect::operator BRect() const
45 return BRect(BPoint(x(), y()), BSize(width() - 1, height() - 1));
H A DIntRectHaiku.cpp36 IntRect::IntRect(const BRect& rect)
42 IntRect::operator BRect() const
44 return BRect(BPoint(x(), y()), BSize(width() - 1, height() - 1));

Completed in 353 milliseconds