Home
last modified time | relevance | path

Searched refs:setSourceRectangle (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/autotests/client/
H A Dviewporter.cpp256 vp->setSourceRectangle(QRectF(QPointF(100, 50), QSizeF(400, 200))); in testWithoutBuffer()
353 vp->setSourceRectangle(rect); in testSourceRectangle()
413 vp->setSourceRectangle(rect); in testDestinationSizeAndSourceRectangle()
493 vp->setSourceRectangle(sourceRectangle); in testDataError()
538 vp->setSourceRectangle(rect); in testBufferSizeChange()
557 vp->setSourceRectangle(rect2); in testBufferSizeChange()
624 vp->setSourceRectangle(rect); in testDestinationSizeChange()
661 vp->setSourceRectangle(rect2); in testDestinationSizeChange()
/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/src/client/
H A Dviewporter.h167 void setSourceRectangle(const QRectF& source);
H A Dviewporter.cpp138 void Viewport::setSourceRectangle(const QRectF& source) in setSourceRectangle() function in Wrapland::Client::Viewport
/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/server/
H A Dsurface_p.h84 void setSourceRectangle(const QRectF& source);
H A Dsurface.cpp236 void Surface::Private::setSourceRectangle(const QRectF& source) in setSourceRectangle() function in Wrapland::Server::Surface::Private
256 setSourceRectangle(rect); in installViewport()
260 setSourceRectangle(QRectF()); in installViewport()