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