![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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>
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) |
QT_USE_NAMESPACE QT_BEGIN_NAMESPACE std::optional< vImage_CGImageFormat > qt_mac_cgImageFormatForImage | ( | const QImage & | image | ) |
Definition at line 29 of file qcoregraphics.mm.
void qt_mac_clip_cg | ( | CGContextRef | hd, |
const QRegion & | rgn, | ||
CGAffineTransform * | orig_xform ) |
Definition at line 587 of file qcoregraphics.mm.
void qt_mac_drawCGImage | ( | CGContextRef | inContext, |
const CGRect * | inBounds, | ||
CGImageRef | inImage ) |
Definition at line 150 of file qcoregraphics.mm.
QImage::Format qt_mac_imageFormatForCGImage | ( | CGImageRef | image | ) |
Definition at line 161 of file qcoregraphics.mm.
Definition at line 615 of file qcoregraphics.mm.
CGImageRef qt_mac_toCGImage | ( | const QImage & | inImage | ) |
Definition at line 140 of file qcoregraphics.mm.
QBrush qt_mac_toQBrush | ( | CGColorRef | color | ) |
Definition at line 493 of file qcoregraphics.mm.
QColor qt_mac_toQColor | ( | CGColorRef | color | ) |
Definition at line 436 of file qcoregraphics.mm.
QImage qt_mac_toQImage | ( | CGImageRef | cgImage | ) |
Definition at line 263 of file qcoregraphics.mm.