![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qbackingstoredefaultcompositor_p.h>
Public Member Functions | |
| ~QBackingStoreDefaultCompositor () | |
| void | reset () |
| QRhiTexture * | toTexture (const QPlatformBackingStore *backingStore, QRhi *rhi, QRhiResourceUpdateBatch *resourceUpdates, const QRegion &dirtyRegion, QPlatformBackingStore::TextureFlags *flags) const |
| QPlatformBackingStore::FlushResult | flush (QPlatformBackingStore *backingStore, QRhi *rhi, QRhiSwapChain *swapchain, QWindow *window, qreal sourceDevicePixelRatio, const QRegion ®ion, const QPoint &offset, QPlatformTextureList *textures, bool translucentBackground, qreal sourceTransformFactor) |
Definition at line 23 of file qbackingstoredefaultcompositor_p.h.
| QBackingStoreDefaultCompositor::~QBackingStoreDefaultCompositor | ( | ) |
Definition at line 13 of file qbackingstoredefaultcompositor.cpp.
References reset().
| QPlatformBackingStore::FlushResult QBackingStoreDefaultCompositor::flush | ( | QPlatformBackingStore * | backingStore, |
| QRhi * | rhi, | ||
| QRhiSwapChain * | swapchain, | ||
| QWindow * | window, | ||
| qreal | sourceDevicePixelRatio, | ||
| const QRegion & | region, | ||
| const QPoint & | offset, | ||
| QPlatformTextureList * | textures, | ||
| bool | translucentBackground, | ||
| qreal | sourceTransformFactor ) |
Definition at line 455 of file qbackingstoredefaultcompositor.cpp.
References BottomLeft, and TopLeft.
Referenced by testing.tools.encode_pdf_filter._SinkPdfStream::close().
| void QBackingStoreDefaultCompositor::reset | ( | ) |
Definition at line 18 of file qbackingstoredefaultcompositor.cpp.
Referenced by ~QBackingStoreDefaultCompositor().
| QRhiTexture * QBackingStoreDefaultCompositor::toTexture | ( | const QPlatformBackingStore * | backingStore, |
| QRhi * | rhi, | ||
| QRhiResourceUpdateBatch * | resourceUpdates, | ||
| const QRegion & | dirtyRegion, | ||
| QPlatformBackingStore::TextureFlags * | flags ) const |
Definition at line 33 of file qbackingstoredefaultcompositor.cpp.