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

  /external/webkit/Source/WebCore/platform/graphics/haiku/
FloatPointHaiku.cpp 36 FloatPoint::FloatPoint(const BPoint& point)
42 FloatPoint::operator BPoint() const
44 return BPoint(m_x, m_y);
IntPointHaiku.cpp 36 IntPoint::IntPoint(const BPoint& point)
42 IntPoint::operator BPoint() const
44 return BPoint(m_x, m_y);

Completed in 27 milliseconds