![]() |
Qt 6.x
The Qt SDK
|
#include "qiosurfacegraphicsbuffer.h"#include <QtCore/qdebug.h>#include <QtCore/qloggingcategory.h>#include <CoreGraphics/CoreGraphics.h>#include <IOSurface/IOSurface.h>
Include dependency graph for qiosurfacegraphicsbuffer.mm:Go to the source code of this file.
Functions | |
| CFPropertyListRef | CGColorSpaceCopyPropertyList (CGColorSpaceRef space) |
| QT_BEGIN_NAMESPACE | Q_LOGGING_CATEGORY (lcQpaIOSurface, "qt.qpa.backingstore.iosurface") |
| IOSurfaceLockOptions | lockOptionsForAccess (QPlatformGraphicsBuffer::AccessTypes access) |
| QDebug | operator<< (QDebug debug, const QIOSurfaceGraphicsBuffer *graphicsBuffer) |
| CFPropertyListRef CGColorSpaceCopyPropertyList | ( | CGColorSpaceRef | space | ) |
Referenced by QIOSurfaceGraphicsBuffer::setColorSpace().
Here is the caller graph for this function:| IOSurfaceLockOptions lockOptionsForAccess | ( | QPlatformGraphicsBuffer::AccessTypes | access | ) |
Definition at line 93 of file qiosurfacegraphicsbuffer.mm.
References QPlatformGraphicsBuffer::SWWriteAccess.
Referenced by QIOSurfaceGraphicsBuffer::doLock(), and QIOSurfaceGraphicsBuffer::doUnlock().
Here is the caller graph for this function:| QDebug operator<< | ( | QDebug | debug, |
| const QIOSurfaceGraphicsBuffer * | graphicsBuffer | ||
| ) |
Definition at line 145 of file qiosurfacegraphicsbuffer.mm.
| QT_BEGIN_NAMESPACE Q_LOGGING_CATEGORY | ( | lcQpaIOSurface | , |
| "qt.qpa.backingstore.iosurface" | |||
| ) |