Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
qpaintengineex_lineToName: | qpaintengineex_lineTo | Prototype: | static void qpaintengineex_lineTo(qreal x, qreal y, void *data) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 346-350 |
| | 3 | 1 |
qpaintengineex_moveToName: | qpaintengineex_moveTo | Prototype: | static void qpaintengineex_moveTo(qreal x, qreal y, void *data) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 340-344 |
| | 3 | 1 |
qpiw_write_fnName: | qpiw_write_fn | Prototype: | static void qpiw_write_fn(png_structp png_ptr, png_bytep data, png_size_t length) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpnghandler.cpp | Lines: | 217-228 |
| | 6 | 2 |
qputenvName: | qputenv | Prototype: | bool qputenv(const char *varName, const QByteArray& value) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | Lines: | 3380-3398 |
| | 2 | 1 |
qrandName: | qrand | Prototype: | int qrand() | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | Lines: | 3520-3564 |
| | 8 | 3 |
qrasterpaintengine_dirty_clipName: | qrasterpaintengine_dirty_clip | Prototype: | static void qrasterpaintengine_dirty_clip(QRasterPaintEnginePrivate *d, QRasterPaintEngineState *s) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 1121-1134 |
| | 5 | 1 |
qrasterpaintengine_state_setNoClipName: | qrasterpaintengine_state_setNoClip | Prototype: | static void qrasterpaintengine_state_setNoClip(QRasterPaintEngineState *s) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 1113-1119 |
| | 4 | 2 |
qroundName: | qround | Prototype: | static inline qreal qround(qreal f) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | Lines: | 198-201 |
| | 1 | 1 |
qsnprintfName: | qsnprintf | Prototype: | int qsnprintf(char *str, size_t n, const char *fmt, ...) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qvsnprintf.cpp | Lines: | 118-127 |
| | 5 | 1 |
qsrandName: | qsrand | Prototype: | void qsrand(uint seed) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | Lines: | 3466-3503 |
| | 7 | 3 |
qsslSocketCannotResolveSymbolWarningName: | qsslSocketCannotResolveSymbolWarning | Prototype: | void qsslSocketCannotResolveSymbolWarning(const char *functionName) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | Lines: | 129-132 |
| | 1 | 2 |
qsslSocketUnresolvedSymbolWarningName: | qsslSocketUnresolvedSymbolWarning | Prototype: | void qsslSocketUnresolvedSymbolWarning(const char *functionName) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | Lines: | 123-126 |
| | 1 | 2 |
qstrcmpName: | qstrcmp | Prototype: | int qstrcmp(const char *str1, const char *str2) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 356-360 |
| | 2 | 1 |
qstrcmpName: | qstrcmp | Prototype: | int qstrcmp(const QByteArray &str1, const char *str2) | Coverage: | 100.000% (18/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 455-477 |
| | 13 | 6 |
qstrcmpName: | qstrcmp | Prototype: | int qstrcmp(const QByteArray &str1, const QByteArray &str2) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 482-493 |
| | 6 | 2 |
qstrcpyName: | qstrcpy | Prototype: | char *qstrcpy(char *dst, const char *src) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 267-281 |
| | 3 | 2 |
qstrdupName: | qstrdup | Prototype: | char *qstrdup(const char *src) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 247-253 |
| | 4 | 2 |
qstricmpName: | qstricmp | Prototype: | int qstricmp(const char *str1, const char *str2) | Coverage: | 100.000% (11/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 401-413 |
| | 10 | 4 |
qstringToXTPName: | qstringToXTP | Prototype: | static inline XTextProperty* qstringToXTP(Display *dpy, const QString& s) | Coverage: | 47.826% (11/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | Lines: | 245-283 |
| | 25 | 7 |
qstrncpyName: | qstrncpy | Prototype: | char *qstrncpy(char *dst, const char *src, uint len) | Coverage: | 100.000% (9/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 302-315 |
| | 6 | 3 |
qstrnicmpName: | qstrnicmp | Prototype: | int qstrnicmp(const char *str1, const char *str2, uint len) | Coverage: | 100.000% (15/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 435-450 |
| | 12 | 5 |
qstrntodName: | qstrntod | Prototype: | double qstrntod(const char *s00, int len, const char **se, bool *ok) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_tools.cpp | Lines: | 548-558 |
| | 8 | 3 |
qstrtodName: | qstrtod | Prototype: | double qstrtod(const char *s00, const char **se, bool *ok) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_tools.cpp | Lines: | 536-541 |
| | 3 | 1 |
qstrtollName: | qstrtoll | Prototype: | long long qstrtoll(const char * nptr, const char **endptr, int base, bool *ok) | Coverage: | 93.333% (14/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_tools.cpp | Lines: | 409-425 |
| | 12 | 3 |
qstrtoullName: | qstrtoull | Prototype: | unsigned long long qstrtoull(const char * nptr, const char **endptr, int base, bool *ok) | Coverage: | 89.474% (17/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_tools.cpp | Lines: | 381-407 |
| | 17 | 5 |
qtInitializeVertexArrayObjectHelperName: | qtInitializeVertexArrayObjectHelper | Coverage: | 0.000% (0/1) |
| | 0 | 1 |
qtInitializeVertexArrayObjectHelperName: | qtInitializeVertexArrayObjectHelper | Prototype: | void qtInitializeVertexArrayObjectHelper(QOpenGLVertexArrayObjectHelper *helper, QOpenGLContext *context) | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglvertexarrayobject.cpp | Lines: | 57-94 |
| | 25 | 10 |
qtLoggingDebugName: | qtLoggingDebug | Prototype: | static bool qtLoggingDebug() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingregistry.cpp | Lines: | 251-255 |
| | 1 | 1 |
qtPcreCallbackName: | qtPcreCallback | Prototype: | static pcre16_jit_stack *qtPcreCallback(void *) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | Lines: | 1108-1114 |
| | 3 | 2 |
qtToGlColorName: | qtToGlColor | Prototype: | static inline uint qtToGlColor(uint c) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qglgradientcache.cpp | Lines: | 157-169 |
| | 5 | 1 |
qtTrIdName: | qtTrId | Prototype: | QString qtTrId(const char *id, int n) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 2028-2031 |
| | 1 | 1 |
qtVectorPathForPathName: | qtVectorPathForPath | Prototype: | const QVectorPath &qtVectorPathForPath(const QPainterPath &path) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 131-135 |
| | 2 | 1 |
qt_PersistentModelIndexLessThanName: | qt_PersistentModelIndexLessThan | Prototype: | static bool qt_PersistentModelIndexLessThan(const QPersistentModelIndex &i1, const QPersistentModelIndex &i2) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | Lines: | 1008-1013 |
| | 3 | 1 |
qt_QGraphicsItem_isObscuredName: | qt_QGraphicsItem_isObscured | Prototype: | static bool qt_QGraphicsItem_isObscured(const QGraphicsItem *item, const QGraphicsItem *other, const QRectF &rect) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | Lines: | 5205-5210 |
| | 1 | 1 |
qt_QMetaEnum_debugOperatorName: | qt_QMetaEnum_debugOperator | Prototype: | QDebug qt_QMetaEnum_debugOperator(QDebug &dbg, int value, const QMetaObject *meta, const char *name) | Coverage: | 100.000% (5/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdebug.cpp | Lines: | 903-915 |
| | 9 | 2 |
qt_QMetaEnum_flagDebugOperatorName: | qt_QMetaEnum_flagDebugOperator | Prototype: | void qt_QMetaEnum_flagDebugOperator(QDebug &debug, size_t sizeofT, int value) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdebug.cpp | Lines: | 894-897 |
| | 1 | 1 |
qt_QMetaEnum_flagDebugOperatorName: | qt_QMetaEnum_flagDebugOperator | Prototype: | QDebug qt_QMetaEnum_flagDebugOperator(QDebug &debug, quint64 value, const QMetaObject *meta, const char *name) | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdebug.cpp | Lines: | 917-929 |
| | 10 | 2 |
qt_TSCIIToUnicodeName: | qt_TSCIIToUnicode | Prototype: | static unsigned int qt_TSCIIToUnicode(uint code, uint *s) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qtsciicodec.cpp | Lines: | 483-493 |
| | 6 | 3 |
qt_UnicodeToTSCIIName: | qt_UnicodeToTSCII | Prototype: | static unsigned char qt_UnicodeToTSCII(ushort u1, ushort u2, ushort u3) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qtsciicodec.cpp | Lines: | 455-481 |
| | 15 | 4 |
qt_abstime_for_timeoutName: | qt_abstime_for_timeout | Prototype: | void qt_abstime_for_timeout(timespec *ts, int timeout) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qwaitcondition_unix.cpp | Lines: | 96-113 |
| | 4 | 1 |
qt_accAmpIndexName: | qt_accAmpIndex | Prototype: | static int qt_accAmpIndex(const QString &text) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidget.cpp | Lines: | 104-131 |
| | 11 | 5 |
qt_accHotKeyName: | qt_accHotKey | Prototype: | QString qt_accHotKey(const QString &text) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidget.cpp | Lines: | 143-150 |
| | 4 | 2 |
qt_accStripAmpName: | qt_accStripAmp | Prototype: | QString qt_accStripAmp(const QString &text) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidget.cpp | Lines: | 133-141 |
| | 5 | 2 |
qt_addBitmapToPathName: | qt_addBitmapToPath | Prototype: | void qt_addBitmapToPath(qreal x0, qreal y0, const uchar *image_data, int bpl, int w, int h, QPainterPath *path) | Coverage: | 0.000% (0/36) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | Lines: | 741-774 |
| | 22 | 10 |
qt_add_rect_to_arrayName: | qt_add_rect_to_array | Prototype: | void qt_add_rect_to_array(const QRectF &r, GLfloat *array) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 2909-2924 |
| | 12 | 1 |
qt_add_texcoords_to_arrayName: | qt_add_texcoords_to_array | Prototype: | void qt_add_texcoords_to_array(qreal x1, qreal y1, qreal x2, qreal y2, GLfloat *array) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 2926-2936 |
| | 8 | 1 |
qt_alphamapblit_argb32Name: | qt_alphamapblit_argb32 | Prototype: | static void qt_alphamapblit_argb32(QRasterBuffer *rasterBuffer, int x, int y, const QRgba64 &color, const uchar *map, int mapWidth, int mapHeight, int mapStride, const QClipData *clip) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 5900-5907 |
| | 1 | 1 |
qt_alphamapblit_quint16Name: | qt_alphamapblit_quint16 | Prototype: | static void qt_alphamapblit_quint16(QRasterBuffer *rasterBuffer, int x, int y, const QRgba64 &color, const uchar *map, int mapWidth, int mapHeight, int mapStride, const QClipData *) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 5699-5726 |
| | 14 | 5 |
qt_alphamapblit_rgba8888Name: | qt_alphamapblit_rgba8888 | Prototype: | static void qt_alphamapblit_rgba8888(QRasterBuffer *rasterBuffer, int x, int y, const QRgba64 &color, const uchar *map, int mapWidth, int mapHeight, int mapStride, const QClipData *clip) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 5910-5917 |
| | 1 | 1 |
qt_alphamapblit_uint32Name: | qt_alphamapblit_uint32 | Prototype: | static void qt_alphamapblit_uint32(QRasterBuffer *rasterBuffer, int x, int y, quint32 color, const uchar *map, int mapWidth, int mapHeight, int mapStride, const QClipData *clip) | Coverage: | 0.000% (0/31) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 5803-5897 |
| | 33 | 11 |
qt_alphargbblit_argb32Name: | qt_alphargbblit_argb32 | Prototype: | static void qt_alphargbblit_argb32(QRasterBuffer *rasterBuffer, int x, int y, const QRgba64 &color, const uint *src, int mapWidth, int mapHeight, int srcStride, const QClipData *clip) | Coverage: | 0.000% (0/37) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 5920-5993 |
| | 45 | 13 |
qt_app_fonts_hashName: | qt_app_fonts_hash | Prototype: | FontHash *qt_app_fonts_hash() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | Lines: | 458-461 |
| | 1 | 1 |
qt_app_palettes_hashName: | qt_app_palettes_hash | Prototype: | PaletteHash *qt_app_palettes_hash() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | Lines: | 452-455 |
| | 1 | 1 |
qt_applicationName_noFallbackName: | qt_applicationName_noFallback | Prototype: | QString qt_applicationName_noFallback() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 2405-2408 |
| | 1 | 1 |
qt_assertName: | qt_assert | Prototype: | void qt_assert(const char *assertion, const char *file, int line) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | Lines: | 3079-3082 |
| | 1 | 1 |
qt_assert_xName: | qt_assert_x | Prototype: | void qt_assert_x(const char *where, const char *what, const char *file, int line) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | Lines: | 3087-3090 |
| | 1 | 1 |
qt_bitmapToRegionName: | qt_bitmapToRegion | Prototype: | QRegionPrivate *qt_bitmapToRegion(const QBitmap& bitmap) | Coverage: | 0.000% (0/42) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 3760-3833 |
| | 38 | 12 |
qt_bitmapblit16_sse2Name: | qt_bitmapblit16_sse2 | Prototype: | void qt_bitmapblit16_sse2(QRasterBuffer *rasterBuffer, int x, int y, const QRgba64 &color, const uchar *src, int width, int height, int stride) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_sse2.cpp | Lines: | 408-436 |
| | 19 | 4 |
qt_bitmapblit32_sse2Name: | qt_bitmapblit32_sse2 | Prototype: | void qt_bitmapblit32_sse2(QRasterBuffer *rasterBuffer, int x, int y, const QRgba64 &color, const uchar *src, int width, int height, int stride) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_sse2.cpp | Lines: | 394-399 |
| | 1 | 1 |
qt_bitmapblit32_sse2_baseName: | qt_bitmapblit32_sse2_base | Prototype: | void qt_bitmapblit32_sse2_base(QRasterBuffer *rasterBuffer, int x, int y, quint32 color, const uchar *src, int width, int height, int stride) | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_sse2.cpp | Lines: | 343-392 |
| | 36 | 7 |
qt_bitmapblit8888_sse2Name: | qt_bitmapblit8888_sse2 | Prototype: | void qt_bitmapblit8888_sse2(QRasterBuffer *rasterBuffer, int x, int y, const QRgba64 &color, const uchar *src, int width, int height, int stride) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_sse2.cpp | Lines: | 401-406 |
| | 1 | 1 |
qt_bitmapblit_argb32Name: | qt_bitmapblit_argb32 | Prototype: | inline static void qt_bitmapblit_argb32(QRasterBuffer *rasterBuffer, int x, int y, const QRgba64 &color, const uchar *map, int mapWidth, int mapHeight, int mapStride) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 5662-5669 |
| | 2 | 1 |
qt_bitmapblit_quint16Name: | qt_bitmapblit_quint16 | Prototype: | inline static void qt_bitmapblit_quint16(QRasterBuffer *rasterBuffer, int x, int y, const QRgba64 &color, const uchar *map, int mapWidth, int mapHeight, int mapStride) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 5690-5697 |
| | 2 | 1 |
qt_bitmapblit_rgb30Name: | qt_bitmapblit_rgb30 | Prototype: | template<QtPixelOrder PixelOrder> inline static void qt_bitmapblit_rgb30(QRasterBuffer *rasterBuffer, int x, int y, const QRgba64 &color, const uchar *map, int mapWidth, int mapHeight, int mapStride) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 5680-5688 |
| | 2 | 1 |
qt_bitmapblit_rgba8888Name: | qt_bitmapblit_rgba8888 | Prototype: | inline static void qt_bitmapblit_rgba8888(QRasterBuffer *rasterBuffer, int x, int y, const QRgba64 &color, const uchar *map, int mapWidth, int mapHeight, int mapStride) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 5671-5678 |
| | 2 | 1 |
qt_bitmapblit_templateName: | qt_bitmapblit_template | Prototype: | template <class DST> static inline void qt_bitmapblit_template(QRasterBuffer *rasterBuffer, int x, int y, DST color, const uchar *map, int mapWidth, int mapHeight, int mapStride) | Coverage: | 0.000% (0/42) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 5503-5563 |
| | 38 | 14 |
qt_blend_argb32_on_argb32Name: | qt_blend_argb32_on_argb32 | Prototype: | static void qt_blend_argb32_on_argb32(uchar *destPixels, int dbpl, const uchar *srcPixels, int sbpl, int w, int h, int const_alpha) | Coverage: | 0.000% (0/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qblendfunctions.cpp | Lines: | 339-375 |
| | 20 | 9 |
qt_blend_argb32_on_argb32_sse2Name: | qt_blend_argb32_on_argb32_sse2 | Prototype: | void qt_blend_argb32_on_argb32_sse2(uchar *destPixels, int dbpl, const uchar *srcPixels, int sbpl, int w, int h, int const_alpha) | Coverage: | 0.000% (0/58) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_sse2.cpp | Lines: | 52-86 |
| | 23 | 20 |
qt_blend_argb32_on_argb32_ssse3Name: | qt_blend_argb32_on_argb32_ssse3 | Prototype: | void qt_blend_argb32_on_argb32_ssse3(uchar *destPixels, int dbpl, const uchar *srcPixels, int sbpl, int w, int h, int const_alpha) | Coverage: | 0.000% (0/85) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_ssse3.cpp | Lines: | 142-177 |
| | 23 | 30 |
qt_blend_argb32_on_rgb16Name: | qt_blend_argb32_on_rgb16 | Prototype: | static void qt_blend_argb32_on_rgb16(uchar *destPixels, int dbpl, const uchar *srcPixels, int sbpl, int w, int h, int const_alpha) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qblendfunctions.cpp | Lines: | 243-293 |
| | 31 | 6 |
qt_blend_argb32_on_rgb16_const_alphaName: | qt_blend_argb32_on_rgb16_const_alpha | Prototype: | void qt_blend_argb32_on_rgb16_const_alpha(uchar *destPixels, int dbpl, const uchar *srcPixels, int sbpl, int w, int h, int const_alpha) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qblendfunctions.cpp | Lines: | 220-241 |
| | 13 | 3 |
qt_blend_rgb16_on_rgb16Name: | qt_blend_rgb16_on_rgb16 | Prototype: | void qt_blend_rgb16_on_rgb16(uchar *dst, int dbpl, const uchar *src, int sbpl, int w, int h, int const_alpha) | Coverage: | 0.000% (0/41) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qblendfunctions.cpp | Lines: | 179-217 |
| | 21 | 17 |
qt_blend_rgb32_on_rgb16Name: | qt_blend_rgb32_on_rgb16 | Prototype: | static void qt_blend_rgb32_on_rgb16(uchar *destPixels, int dbpl, const uchar *srcPixels, int sbpl, int w, int h, int const_alpha) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qblendfunctions.cpp | Lines: | 296-331 |
| | 17 | 4 |
qt_blend_rgb32_on_rgb32Name: | qt_blend_rgb32_on_rgb32 | Prototype: | void qt_blend_rgb32_on_rgb32(uchar *destPixels, int dbpl, const uchar *srcPixels, int sbpl, int w, int h, int const_alpha) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qblendfunctions.cpp | Lines: | 378-402 |
| | 10 | 3 |
qt_blend_rgb32_on_rgb32_sse2Name: | qt_blend_rgb32_on_rgb32_sse2 | Prototype: | void qt_blend_rgb32_on_rgb32_sse2(uchar *destPixels, int dbpl, const uchar *srcPixels, int sbpl, int w, int h, int const_alpha) | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_sse2.cpp | Lines: | 95-139 |
| | 27 | 8 |
qt_blurImageName: | qt_blurImage | Prototype: | void qt_blurImage(QPainter *p, QImage &blurImage, qreal radius, bool quality, bool alphaOnly, int transposed = 0) | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | Lines: | 861-886 |
| | 15 | 5 |
qt_blurImageName: | qt_blurImage | Prototype: | void qt_blurImage(QImage &blurImage, qreal radius, bool quality, int transposed = 0) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | Lines: | 888-894 |
| | 3 | 2 |
qt_blurinnerName: | qt_blurinner | Prototype: | template<int aprec, int zprec> inline void qt_blurinner(uchar *bptr, int &zR, int &zG, int &zB, int &zA, int alpha) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | Lines: | 605-634 |
| | 10 | 1 |
qt_blurinner_alphaOnlyName: | qt_blurinner_alphaOnly | Prototype: | template<int aprec, int zprec> inline void qt_blurinner_alphaOnly(uchar *bptr, int &z, int alpha) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | Lines: | 638-645 |
| | 2 | 1 |
qt_blurrowName: | qt_blurrow | Prototype: | template<int aprec, int zprec, bool alphaOnly> inline void qt_blurrow(QImage & im, int line, int alpha) | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | Lines: | 647-676 |
| | 15 | 6 |
qt_call_post_routinesName: | qt_call_post_routines | Prototype: | void __attribute__((visibility("default"))) qt_call_post_routines() | Coverage: | 66.667% (6/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 286-300 |
| | 6 | 4 |
qt_call_pre_routinesName: | qt_call_pre_routines | Prototype: | static void qt_call_pre_routines() | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 271-284 |
| | 6 | 3 |
qt_check_if_internal_objectName: | qt_check_if_internal_object | Prototype: | static void qt_check_if_internal_object(const QObject **obj, int *element) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | Lines: | 1708-1723 |
| | 6 | 4 |
qt_check_pointerName: | qt_check_pointer | Prototype: | void qt_check_pointer(const char *n, int l) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | Lines: | 3049-3052 |
| | 1 | 1 |
qt_cleanupName: | qt_cleanup | Prototype: | void qt_cleanup() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | Lines: | 910-922 |
| | 3 | 1 |
qt_cleanupFontDatabaseName: | qt_cleanupFontDatabase | Prototype: | void qt_cleanupFontDatabase() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | Lines: | 722-729 |
| | 4 | 2 |
qt_cleanup_brush_pattern_image_cacheName: | qt_cleanup_brush_pattern_image_cache | Prototype: | static void qt_cleanup_brush_pattern_image_cache() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | Lines: | 164-167 |
| | 1 | 1 |
qt_cleanup_icon_cacheName: | qt_cleanup_icon_cache | Prototype: | static void qt_cleanup_icon_cache() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | Lines: | 116-119 |
| | 1 | 1 |
qt_cleanup_painter_stateName: | qt_cleanup_painter_state | Prototype: | static inline void qt_cleanup_painter_state(QPainterPrivate *d) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 1693-1700 |
| | 5 | 1 |
qt_clock_gettimeName: | qt_clock_gettime | Prototype: | static inline void qt_clock_gettime(clockid_t clock, struct timespec *ts) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qelapsedtimer_unix.cpp | Lines: | 107-110 |
| | 1 | 1 |
qt_conv16ToRgbName: | qt_conv16ToRgb | Prototype: | inline QRgb qt_conv16ToRgb(ushort c) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcolormap.cpp | Lines: | 147-157 |
| | 7 | 1 |
qt_convRgbTo16Name: | qt_convRgbTo16 | Prototype: | inline ushort qt_convRgbTo16(QRgb c) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcolormap.cpp | Lines: | 138-145 |
| | 4 | 1 |
qt_convertMarginsName: | qt_convertMargins | Prototype: | QMarginsF qt_convertMargins(const QMarginsF &margins, QPageLayout::Unit fromUnits, QPageLayout::Unit toUnits) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagelayout.cpp | Lines: | 96-120 |
| | 14 | 3 |
qt_convertPointName: | qt_convertPoint | Prototype: | QPointF qt_convertPoint(const QPointF &xy, QPageLayout::Unit fromUnits, QPageLayout::Unit toUnits) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagelayout.cpp | Lines: | 74-94 |
| | 10 | 3 |
qt_convertPointsToPixelsName: | qt_convertPointsToPixels | Prototype: | static QSize qt_convertPointsToPixels(const QSize &size, int resolution) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | Lines: | 572-578 |
| | 4 | 2 |
qt_convertPointsToUnitsName: | qt_convertPointsToUnits | Prototype: | static QSizeF qt_convertPointsToUnits(const QSize &size, QPageSize::Unit units) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | Lines: | 580-589 |
| | 6 | 2 |
qt_convertToBoolName: | qt_convertToBool | Prototype: | template<typename TInput, typename LiteralWrapper> inline bool qt_convertToBool(const QVariant::Private *const d) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 318-323 |
| | 2 | 1 |
qt_convertUnitsName: | qt_convertUnits | Prototype: | static QSizeF qt_convertUnits(const QSizeF &size, QPageSize::Unit fromUnits, QPageSize::Unit toUnits) | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | Lines: | 542-563 |
| | 12 | 4 |
qt_convertUnitsToPointsName: | qt_convertUnitsToPoints | Prototype: | static QSize qt_convertUnitsToPoints(const QSizeF &size, QPageSize::Unit units) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | Lines: | 565-570 |
| | 3 | 2 |
qt_convert_rgb888_to_rgb32Name: | qt_convert_rgb888_to_rgb32 | Prototype: | void qt_convert_rgb888_to_rgb32(quint32 *dest_data, const uchar *src_data, int len) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | Lines: | 282-315 |
| | 21 | 4 |