Home
last modified time | relevance | path

Searched refs:QWaylandShmBackingStore (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/qt5-wayland/kde-qtwayland-5.15.2p37/src/client/
H A Dqwaylandshmbackingstore.cpp155 QWaylandShmBackingStore::QWaylandShmBackingStore(QWindow *window, QWaylandDisplay *display) in QWaylandShmBackingStore() function in QtWaylandClient::QWaylandShmBackingStore
162 QWaylandShmBackingStore::~QWaylandShmBackingStore() in ~QWaylandShmBackingStore()
173 QPaintDevice *QWaylandShmBackingStore::paintDevice() in paintDevice()
178 void QWaylandShmBackingStore::beginPaint(const QRegion &region) in beginPaint()
194 void QWaylandShmBackingStore::endPaint() in endPaint()
202 void QWaylandShmBackingStore::ensureSize() in ensureSize()
271 void QWaylandShmBackingStore::resize(const QSize &size) in resize()
313 QImage *QWaylandShmBackingStore::entireSurface() const in entireSurface()
318 QImage *QWaylandShmBackingStore::contentSurface() const in contentSurface()
323 void QWaylandShmBackingStore::updateDecorations() in updateDecorations()
[all …]
H A Dqwaylandshmbackingstore_p.h88 class Q_WAYLAND_CLIENT_EXPORT QWaylandShmBackingStore : public QPlatformBackingStore
91 QWaylandShmBackingStore(QWindow *window, QWaylandDisplay *display);
92 ~QWaylandShmBackingStore() override;
H A Dqwaylandwindow_p.h84 class QWaylandShmBackingStore; variable
195 void setBackingStore(QWaylandShmBackingStore *backingStore) { mBackingStore = backingStore; } in setBackingStore()
196 QWaylandShmBackingStore *backingStore() const { return mBackingStore; } in backingStore()
261 QWaylandShmBackingStore *mBackingStore = nullptr;
H A Dqwaylandintegration.cpp185 return new QWaylandShmBackingStore(window, mDisplay.data()); in createPlatformBackingStore()