Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qcoregraphics.mm File Reference

(8a6a566489b55b185f998b72adafee1e3f204893)

#include "qcoregraphics_p.h"
#include <private/qcore_mac_p.h>
#include <qpa/qplatformpixmap.h>
#include <QtGui/qicon.h>
#include <QtGui/private/qpaintengine_p.h>
#include <QtCore/qdebug.h>
#include <QtCore/qcoreapplication.h>
#include <QtCore/qoperatingsystemversion.h>
#include <QtGui/qcolorspace.h>
#include <Accelerate/Accelerate.h>
Include dependency graph for qcoregraphics.mm:

Go to the source code of this file.

Functions

QT_USE_NAMESPACE QT_BEGIN_NAMESPACE std::optional< vImage_CGImageFormat > qt_mac_cgImageFormatForImage (const QImage &image)
CGImageRef qt_mac_toCGImage (const QImage &inImage)
void qt_mac_drawCGImage (CGContextRef inContext, const CGRect *inBounds, CGImageRef inImage)
QImage::Format qt_mac_imageFormatForCGImage (CGImageRef image)
QImage qt_mac_toQImage (CGImageRef cgImage)
QColor qt_mac_toQColor (CGColorRef color)
QBrush qt_mac_toQBrush (CGColorRef color)
void qt_mac_clip_cg (CGContextRef hd, const QRegion &rgn, CGAffineTransform *orig_xform)
void qt_mac_scale_region (QRegion *region, qreal scaleFactor)

Function Documentation

◆ qt_mac_cgImageFormatForImage()

QT_USE_NAMESPACE QT_BEGIN_NAMESPACE std::optional< vImage_CGImageFormat > qt_mac_cgImageFormatForImage ( const QImage & image)

Definition at line 29 of file qcoregraphics.mm.

◆ qt_mac_clip_cg()

void qt_mac_clip_cg ( CGContextRef hd,
const QRegion & rgn,
CGAffineTransform * orig_xform )

Definition at line 587 of file qcoregraphics.mm.

◆ qt_mac_drawCGImage()

void qt_mac_drawCGImage ( CGContextRef inContext,
const CGRect * inBounds,
CGImageRef inImage )

Definition at line 150 of file qcoregraphics.mm.

◆ qt_mac_imageFormatForCGImage()

QImage::Format qt_mac_imageFormatForCGImage ( CGImageRef image)

Definition at line 161 of file qcoregraphics.mm.

◆ qt_mac_scale_region()

void qt_mac_scale_region ( QRegion * region,
qreal scaleFactor )

Definition at line 615 of file qcoregraphics.mm.

◆ qt_mac_toCGImage()

CGImageRef qt_mac_toCGImage ( const QImage & inImage)

Definition at line 140 of file qcoregraphics.mm.

◆ qt_mac_toQBrush()

QBrush qt_mac_toQBrush ( CGColorRef color)

Definition at line 493 of file qcoregraphics.mm.

◆ qt_mac_toQColor()

QColor qt_mac_toQColor ( CGColorRef color)

Definition at line 436 of file qcoregraphics.mm.

◆ qt_mac_toQImage()

QImage qt_mac_toQImage ( CGImageRef cgImage)

Definition at line 263 of file qcoregraphics.mm.