qt6-bb10/src/gui/painting
Giuseppe D'Angelo b3637a7bfb QColorSpace: tidies
It doesn't actually need Q_DECLARE_PRIVATE (it never uses Q_D),
it just needs to give friendship to the private class.

Change-Id: I32ac128118a0c319a374e510a18ccf0edf323da7
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
2020-10-06 09:15:31 +02:00
..
QIMAGETRANSFORM_LICENSE.txt
XCONSORTIUM_LICENSE.txt
painting.pri Move QRasterBackingStore to QtGui 2020-05-21 20:28:37 +02:00
qbackingstore.cpp Introduce QWindow::paintEvent with QPA plumbing 2020-08-26 16:44:53 +02:00
qbackingstore.h
qbezier.cpp QBezier: Don't try calculating a unit vector when length is null 2020-08-07 16:21:16 +00:00
qbezier_p.h Use QList instead of QVector in gui 2020-06-29 19:19:47 +02:00
qblendfunctions.cpp
qblendfunctions_p.h
qblittable.cpp Tidy nullptr usage 2019-12-06 12:13:20 +01:00
qblittable_p.h
qbrush.cpp Fix uninitialized variable 2020-09-12 21:40:21 +02:00
qbrush.h Centralize the implementation of move assignment operators 2020-10-03 11:47:17 +02:00
qcolor.cpp Get rid of some #ifdef qt6 2020-09-30 21:15:40 +02:00
qcolor.h Replace Q_DECL_UNUSED with [[maybe_unused]] 2020-10-03 11:58:08 +02:00
qcolor_p.h
qcolormatrix_p.h Replace Qt CONSTEXPR defines with constexpr 2020-08-14 15:52:58 +02:00
qcolorspace.cpp QIcc: fix alignment concerns in ICC profile parsing 2020-09-15 15:55:46 +02:00
qcolorspace.h QColorSpace: tidies 2020-10-06 09:15:31 +02:00
qcolorspace_p.h
qcolortransferfunction_p.h
qcolortransfertable_p.h Do not assert on invalid ICC curv table 2020-10-01 12:20:39 +02:00
qcolortransform.cpp
qcolortransform.h Centralize the implementation of move assignment operators 2020-10-03 11:47:17 +02:00
qcolortransform_p.h
qcolortrc_p.h
qcolortrclut.cpp
qcolortrclut_p.h
qcompositionfunctions.cpp Avoid UB in 64bit compositions 2020-08-08 19:08:07 +02:00
qcoregraphics.mm Port from devicePixelRatioF() to devicePixelRatio() 2020-09-10 17:28:11 +02:00
qcoregraphics_p.h macOS: Streamline QIcon to NSImage conversion 2020-03-12 11:49:08 +01:00
qcosmeticstroker.cpp Revert "Reimplement non-antialiased cosmetic pen" 2020-10-01 07:06:32 +00:00
qcosmeticstroker_p.h
qcssutil.cpp Fix "rectange" typos in qtbase 2020-08-05 05:13:30 +00:00
qcssutil_p.h
qdatabuffer_p.h Silence another -Werror=class-memaccess 2020-02-15 12:18:43 +01:00
qdrawhelper.cpp Replace Qt CONSTEXPR defines with constexpr 2020-08-14 15:52:58 +02:00
qdrawhelper_avx2.cpp Use QList instead of QVector in gui implementation 2020-07-07 20:35:05 +02:00
qdrawhelper_mips_dsp.cpp
qdrawhelper_mips_dsp_asm.S
qdrawhelper_mips_dsp_p.h
qdrawhelper_mips_dspr2_asm.S
qdrawhelper_neon.cpp Use QList instead of QVector in gui implementation 2020-07-07 20:35:05 +02:00
qdrawhelper_neon_asm.S
qdrawhelper_neon_p.h
qdrawhelper_p.h Replace Qt CONSTEXPR defines with constexpr 2020-08-14 15:52:58 +02:00
qdrawhelper_sse2.cpp Add SSE2 optimized solid source composition 2020-03-20 09:56:15 +01:00
qdrawhelper_sse4.cpp Use QList instead of QVector in gui implementation 2020-07-07 20:35:05 +02:00
qdrawhelper_ssse3.cpp Replace usage of Q_DECL_ALIGN with C++11 alignas keyword 2019-10-29 10:37:09 +01:00
qdrawhelper_x86_p.h QDrawHelper cleanups 2020-03-19 15:14:29 +01:00
qdrawingprimitive_sse2_p.h Replace Qt CONSTEXPR defines with constexpr 2020-08-14 15:52:58 +02:00
qemulationpaintengine.cpp Port from devicePixelRatioF() to devicePixelRatio() 2020-09-10 17:28:11 +02:00
qemulationpaintengine_p.h
qfixed_p.h Replace Qt CONSTEXPR defines with constexpr 2020-08-14 15:52:58 +02:00
qgrayraster.c Update qgrayraster.c 2020-08-06 19:15:39 +02:00
qgrayraster_p.h
qicc.cpp Do not assert on invalid ICC curv table 2020-10-01 12:20:39 +02:00
qicc_p.h
qimagescale.cpp Do not multithread if already in a global threadpool thread 2020-06-03 18:40:34 +02:00
qimagescale_neon.cpp Do not multithread if already in a global threadpool thread 2020-06-03 18:40:34 +02:00
qimagescale_p.h Multithread some QImage routines 2020-03-09 23:22:43 +01:00
qimagescale_sse4.cpp Do not multithread if already in a global threadpool thread 2020-06-03 18:40:34 +02:00
qmath_p.h
qmemrotate.cpp Split PixelLayout to separate source file 2020-05-11 10:57:05 +02:00
qmemrotate_p.h Split PixelLayout to separate source file 2020-05-11 10:57:05 +02:00
qoutlinemapper.cpp Avoid heap-buffer-overflow 2020-09-25 18:00:49 +00:00
qoutlinemapper_p.h
qpagedpaintdevice.cpp Fix deprecation documentation about margin and orientation in QPrinter 2020-09-17 09:27:53 +02:00
qpagedpaintdevice.h Remove deprecated QPrinter and QPagedPaintDevice APIs 2020-09-04 08:37:59 +02:00
qpagedpaintdevice_p.h Support multiple page ranges in QPrinter 2020-04-09 16:45:32 +02:00
qpagelayout.cpp
qpagelayout.h Centralize the implementation of move assignment operators 2020-10-03 11:47:17 +02:00
qpagesize.cpp Cleanup PageSize enum for Qt6 2020-09-10 17:30:33 +02:00
qpagesize.h Centralize the implementation of move assignment operators 2020-10-03 11:47:17 +02:00
qpaintdevice.cpp Tidy nullptr usage 2019-12-06 12:13:20 +01:00
qpaintdevice.h Make QPaintDevice::devicePixelRatio() return qreal 2020-08-26 20:09:51 +00:00
qpaintdevice.qdoc Make QPaintDevice::devicePixelRatio() return qreal 2020-08-26 20:09:51 +00:00
qpaintengine.cpp Minimal ABI necessary for future optimized QPixmap 2020-09-11 19:47:10 +02:00
qpaintengine.h Minimal ABI necessary for future optimized QPixmap 2020-09-11 19:47:10 +02:00
qpaintengine_blitter.cpp
qpaintengine_blitter_p.h
qpaintengine_p.h
qpaintengine_raster.cpp Define inverted QRects consistently 2020-09-21 15:04:51 +02:00
qpaintengine_raster_p.h Handle wide images in raster engine 2020-01-22 17:17:26 +02:00
qpaintengineex.cpp Port from devicePixelRatioF() to devicePixelRatio() 2020-09-10 17:28:11 +02:00
qpaintengineex_p.h
qpainter.cpp Port from devicePixelRatioF() to devicePixelRatio() 2020-09-10 17:28:11 +02:00
qpainter.h Use QList instead of QVector in gui 2020-06-29 19:19:47 +02:00
qpainter_p.h Use QList instead of QVector in gui 2020-06-29 19:19:47 +02:00
qpainterpath.cpp Merge QPainterPathPrivate and QPainterPathData 2020-09-04 08:38:10 +02:00
qpainterpath.h Centralize the implementation of move assignment operators 2020-10-03 11:47:17 +02:00
qpainterpath_p.h Merge QPainterPathPrivate and QPainterPathData 2020-09-04 08:38:10 +02:00
qpathclipper.cpp Use QList instead of QVector in gui implementation 2020-07-07 20:35:05 +02:00
qpathclipper_p.h Use QList instead of QVector in gui 2020-06-29 19:19:47 +02:00
qpathsimplifier.cpp Another round of 0->nullptr cleanup 2020-07-31 12:56:50 +02:00
qpathsimplifier_p.h
qpdf.cpp Another round of 0->nullptr cleanup 2020-07-31 12:56:50 +02:00
qpdf.qrc
qpdf_p.h Use qsizetype in QList 2020-07-06 21:31:14 +02:00
qpdfa_metadata.xml
qpdfwriter.cpp Fix some qdoc warnings: printer API cleanup 2020-09-22 20:55:55 +02:00
qpdfwriter.h Remove deprecated QPrinter and QPagedPaintDevice APIs 2020-09-04 08:37:59 +02:00
qpen.cpp Remove QVariant(int type, void *data, ...) constructor 2020-08-15 10:56:29 +02:00
qpen.h Centralize the implementation of move assignment operators 2020-10-03 11:47:17 +02:00
qpen_p.h Use QList instead of QVector in gui implementation 2020-07-07 20:35:05 +02:00
qpixellayout.cpp Replace Qt CONSTEXPR defines with constexpr 2020-08-14 15:52:58 +02:00
qpixellayout_p.h Replace Qt CONSTEXPR defines with constexpr 2020-08-14 15:52:58 +02:00
qplatformbackingstore.cpp Use QList instead of QVector in gui implementation 2020-07-07 20:35:05 +02:00
qplatformbackingstore.h Move QPlatformBackingStoreOpenGLSupport handling out of platform plugins 2020-05-29 19:01:57 +02:00
qpolygon.cpp Fix qdoc warnings: remove docs for inherited/implicit members 2020-09-28 07:09:56 +02:00
qpolygon.h Replace Q_REQUIRED_RESULT with [[nodiscard]] 2020-09-25 07:10:45 +02:00
qpolygonclipper_p.h
qrangecollection.cpp Doc: Fix documentation warnings for Qt GUI 2020-08-28 11:37:35 +02:00
qrangecollection.h Use QList instead of QVector in gui 2020-06-29 19:19:47 +02:00
qrangecollection_p.h Use QList instead of QVector in gui 2020-06-29 19:19:47 +02:00
qrasterbackingstore.cpp Move QRasterBackingStore to QtGui 2020-05-21 20:28:37 +02:00
qrasterbackingstore_p.h Move QRasterBackingStore to QtGui 2020-05-21 20:28:37 +02:00
qrasterdefs_p.h
qrasterizer.cpp Clean-up of old VC6 work-around 2020-09-10 17:28:12 +02:00
qrasterizer_p.h
qrbtree_p.h Use QList instead of QVector in gui 2020-06-29 19:19:47 +02:00
qregion.cpp Remove QVariant(int type, void *data, ...) constructor 2020-08-15 10:56:29 +02:00
qregion.h Centralize the implementation of move assignment operators 2020-10-03 11:47:17 +02:00
qrgb.h Replace Q_DECL_UNUSED with [[maybe_unused]] 2020-10-03 11:58:08 +02:00
qrgba64.h Replace Qt CONSTEXPR defines with constexpr 2020-08-14 15:52:58 +02:00
qrgba64.qdoc
qrgba64_p.h Replace Q_ALWAYS_INLINE with static inline 2020-07-28 08:39:42 +02:00
qstroker.cpp Use QList instead of QVector in gui implementation 2020-07-07 20:35:05 +02:00
qstroker_p.h Allow smooth curve stroking for very wide lines 2020-08-12 07:10:23 +02:00
qt_attribution.json WebGradients: redo implementation 2019-12-14 11:31:46 +01:00
qt_mips_asm_dsp_p.h
qtextureglyphcache.cpp Merge remote-tracking branch 'origin/5.15' into dev 2020-03-11 15:34:21 +01:00
qtextureglyphcache_p.h Remove unnecessary ; after function implementations 2020-07-06 11:46:39 +02:00
qtransform.cpp Remove QVariant(int type, void *data, ...) constructor 2020-08-15 10:56:29 +02:00
qtransform.h Replace Q_REQUIRED_RESULT with [[nodiscard]] 2020-09-25 07:10:45 +02:00
qtriangulatingstroker.cpp Clear old triangulated vertex data when a path is completely clipped 2020-08-05 12:08:46 +03:00
qtriangulatingstroker_p.h
qtriangulator.cpp Another round of 0->nullptr cleanup 2020-07-31 12:56:50 +02:00
qtriangulator_p.h Use QList instead of QVector in gui 2020-06-29 19:19:47 +02:00
qvectorpath_p.h
webgradients.cpp Cleanup QGradient 2020-09-11 19:32:35 +02:00