Searched refs:QWaylandShmBackingStore (Results 1 – 4 of 4) sorted by relevance
155 QWaylandShmBackingStore::QWaylandShmBackingStore(QWindow *window, QWaylandDisplay *display) in QWaylandShmBackingStore() function in QtWaylandClient::QWaylandShmBackingStore162 QWaylandShmBackingStore::~QWaylandShmBackingStore() in ~QWaylandShmBackingStore()173 QPaintDevice *QWaylandShmBackingStore::paintDevice() in paintDevice()178 void QWaylandShmBackingStore::beginPaint(const QRegion ®ion) 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 …]
88 class Q_WAYLAND_CLIENT_EXPORT QWaylandShmBackingStore : public QPlatformBackingStore91 QWaylandShmBackingStore(QWindow *window, QWaylandDisplay *display);92 ~QWaylandShmBackingStore() override;
84 class QWaylandShmBackingStore; variable195 void setBackingStore(QWaylandShmBackingStore *backingStore) { mBackingStore = backingStore; } in setBackingStore()196 QWaylandShmBackingStore *backingStore() const { return mBackingStore; } in backingStore()261 QWaylandShmBackingStore *mBackingStore = nullptr;
185 return new QWaylandShmBackingStore(window, mDisplay.data()); in createPlatformBackingStore()