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

/external/webkit/WebCore/platform/graphics/qt/
H A DIntPointQt.cpp31 #include <QPoint>
35 IntPoint::IntPoint(const QPoint& p)
41 IntPoint::operator QPoint() const
43 return QPoint(m_x, m_y);

Completed in 14 milliseconds