28 QRasterBackingStore(QWindow *window);
29 ~QRasterBackingStore();
31 void resize(
const QSize &size,
const QRegion &staticContents) override;
32 bool scroll(
const QRegion &area,
int dx,
int dy) override;
33 void beginPaint(
const QRegion ®ion) override;
35 QPaintDevice *paintDevice() override;
36 QImage toImage()
const override;
39 virtual QImage::Format format()
const;
42 QSize m_requestedSize;