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

/external/webkit/Source/WebCore/platform/graphics/qt/
H A DIntSizeQt.cpp30 #include <QSize>
36 IntSize::IntSize(const QSize& r)
42 IntSize::operator QSize() const
44 return QSize(width(), height());

Completed in 44 milliseconds