qt5base-lts/tests/auto/gui
Morten Johan Sørvig b0abe20d4b Darwin: Add QImage::toCGImage() conversion function
(Move QT_FORWARD_DECLARE_CG to qglobal.h)

This function converts to CGImage for supported formats. This
is done by creating a CGImageRef that reuses the QImage data.

The CGImage and QImage ref counting systems are bridged, implemented
by using CGDataProvider that holds a copy of the QImage.

Unlike the previous internal implementation this public version
does not implicitly convert unsupported formats to ARGB32_Premultiplied.

See included documentation for the complete description.

Change-Id: Ie3984a7a8331e02a6f1c42943caaf76854e93538
Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@qt.io>
2016-08-11 21:21:05 +00:00
..
image Darwin: Add QImage::toCGImage() conversion function 2016-08-11 21:21:05 +00:00
itemmodels QStandardItemModel: Reset the flags on clear() 2016-02-17 11:39:13 +00:00
kernel Add helper function to reset QMouseEvent localPos 2016-08-01 09:58:23 +00:00
math3d Updated license headers 2016-01-21 18:55:18 +00:00
painting tst_QPainterPath: clean up 2016-08-05 19:33:05 +00:00
qopengl Make QOpenGLTextureBlitter public 2016-07-29 07:21:10 +00:00
qopenglconfig Updated license headers 2016-01-21 18:55:18 +00:00
text Fix QZip autotest and enable QZip and QTextOdfWriter tests again 2016-08-10 15:42:01 +00:00
util QtGui: Remove Windows CE. 2016-03-30 17:35:41 +00:00
gui.pro Add support for Apple tvOS 2016-05-17 16:11:23 +00:00