Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qiosurfacegraphicsbuffer.mm File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#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)
 

Function Documentation

◆ CGColorSpaceCopyPropertyList()

CFPropertyListRef CGColorSpaceCopyPropertyList ( CGColorSpaceRef space)

Referenced by QIOSurfaceGraphicsBuffer::setColorSpace().

+ Here is the caller graph for this function:

◆ lockOptionsForAccess()

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:

◆ operator<<()

QDebug operator<< ( QDebug debug,
const QIOSurfaceGraphicsBuffer * graphicsBuffer )

Definition at line 145 of file qiosurfacegraphicsbuffer.mm.

◆ Q_LOGGING_CATEGORY()

QT_BEGIN_NAMESPACE Q_LOGGING_CATEGORY ( lcQpaIOSurface ,
"qt.qpa.backingstore.iosurface"  )