HomeSort by relevance Sort by last modified time
    Searched defs:BRect (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/haiku/
FloatRectHaiku.cpp 37 FloatRect::FloatRect(const BRect& rect)
43 FloatRect::operator BRect() const
45 return BRect(BPoint(x(), y()), BSize(width() - 1, height() - 1));
IntRectHaiku.cpp 36 IntRect::IntRect(const BRect& rect)
42 IntRect::operator BRect() const
44 return BRect(BPoint(x(), y()), BSize(width() - 1, height() - 1));

Completed in 19 milliseconds