OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 1194 milliseconds