| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
qt_blend_argb32_on_rgb16| Name: | 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: | 237-287 |
| | 31 | 6 |
qt_blend_argb32_on_rgb16_const_alpha| Name: | 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: | 214-235 |
| | 13 | 3 |
qt_blend_rgb16_on_rgb16| Name: | 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: | 173-211 |
| | 21 | 17 |
qt_blend_rgb32_on_rgb16| Name: | 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: | 290-325 |
| | 17 | 4 |
qt_blend_rgb32_on_rgb32| Name: | 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: | 372-396 |
| | 10 | 3 |
qt_blend_rgb32_on_rgb32_sse2| Name: | 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: | 88-132 |
| | 27 | 8 |
qt_blurImage| Name: | 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: | 855-880 |
| | 15 | 5 |
qt_blurImage| Name: | 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: | 882-888 |
| | 3 | 2 |
qt_blurinner| Name: | 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: | 599-628 |
| | 10 | 1 |
qt_blurinner_alphaOnly| Name: | 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: | 632-639 |
| | 2 | 1 |
qt_blurrow| Name: | 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: | 641-670 |
| | 15 | 6 |
qt_call_post_routines| Name: | 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: | 285-299 |
| | 6 | 4 |
qt_call_pre_routines| Name: | 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: | 270-283 |
| | 6 | 3 |
qt_check_if_internal_object| Name: | 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: | 1702-1717 |
| | 6 | 4 |
qt_check_pointer| Name: | 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: | 2986-2989 |
| | 1 | 1 |
qt_cleanup| Name: | 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: | 905-917 |
| | 3 | 1 |
qt_cleanupFontDatabase| Name: | 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: | 720-727 |
| | 4 | 2 |
qt_cleanup_brush_pattern_image_cache| Name: | 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: | 158-161 |
| | 1 | 1 |
qt_cleanup_icon_cache| Name: | 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: | 107-110 |
| | 1 | 1 |
qt_cleanup_painter_state| Name: | 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: | 1689-1696 |
| | 5 | 1 |
qt_clock_gettime| Name: | 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: | 100-103 |
| | 1 | 1 |
qt_conv16ToRgb| Name: | 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: | 141-151 |
| | 7 | 1 |
qt_convRgbTo16| Name: | 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: | 132-139 |
| | 4 | 1 |
qt_convertMargins| Name: | 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: | 90-114 |
| | 14 | 3 |
qt_convertPoint| Name: | 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: | 68-88 |
| | 10 | 3 |
qt_convertPointsToPixels| Name: | 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: | 566-572 |
| | 4 | 2 |
qt_convertPointsToUnits| Name: | 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: | 574-583 |
| | 6 | 2 |
qt_convertToBool| Name: | qt_convertToBool | | Prototype: | template<typename TInput, typename LiteralWrapper> inline bool qt_convertToBool(const QVariant::Private *const d) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 322-327 |
| | 2 | 1 |
qt_convertUnits| Name: | 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: | 536-557 |
| | 12 | 4 |
qt_convertUnitsToPoints| Name: | 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: | 559-564 |
| | 3 | 2 |
qt_convert_rgb888_to_rgb32| Name: | 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: | 276-309 |
| | 21 | 4 |
qt_convert_rgb888_to_rgb32_ssse3| Name: | qt_convert_rgb888_to_rgb32_ssse3 | | Prototype: | void qt_convert_rgb888_to_rgb32_ssse3(quint32 *dst, const uchar *src, int len) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_ssse3.cpp | | Lines: | 45-120 |
| | 39 | 4 |
qt_convert_rgb888_to_rgbx8888| Name: | qt_convert_rgb888_to_rgbx8888 | | Prototype: | void qt_convert_rgb888_to_rgbx8888(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: | 311-351 |
| | 21 | 4 |
qt_core_boilerplate| Name: | qt_core_boilerplate | | Prototype: | void qt_core_boilerplate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlibraryinfo.cpp | | Lines: | 649-670 |
| | 12 | 1 |
qt_create_pipe| Name: | qt_create_pipe | | Prototype: | static int qt_create_pipe(int *pipe) | | Coverage: | 40.000% (4/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess_unix.cpp | | Lines: | 125-137 |
| | 9 | 4 |
qt_create_qhash_seed| Name: | qt_create_qhash_seed | | Prototype: | static uint qt_create_qhash_seed() | | Coverage: | 38.462% (5/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | | Lines: | 221-266 |
| | 22 | 5 |
qt_curves_for_arc| Name: | qt_curves_for_arc | | Prototype: | QPointF qt_curves_for_arc(const QRectF &rect, qreal startAngle, qreal sweepLength, QPointF *curves, int *point_count) | | Coverage: | 0.000% (0/82) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | | Lines: | 847-992 |
| | 100 | 21 |
qt_custom_file_engine_handler_create| Name: | qt_custom_file_engine_handler_create | | Prototype: | QAbstractFileEngine *qt_custom_file_engine_handler_create(const QString &path) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qabstractfileengine.cpp | | Lines: | 154-170 |
| | 8 | 4 |
qt_debug_component| Name: | qt_debug_component | | Prototype: | bool qt_debug_component() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 1125-1129 |
| | 1 | 1 |
qt_defaultDpi| Name: | qt_defaultDpi | | Prototype: | int qt_defaultDpi() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 164-167 |
| | 1 | 1 |
qt_defaultDpiX| Name: | qt_defaultDpiX | | Prototype: | int qt_defaultDpiX() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 134-147 |
| | 7 | 4 |
qt_defaultDpiY| Name: | qt_defaultDpiY | | Prototype: | int qt_defaultDpiY() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 149-162 |
| | 7 | 4 |
qt_definitionSize| Name: | qt_definitionSize | | Prototype: | static QSizeF qt_definitionSize(QPageSize::PageSizeId pageSizeId) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | | Lines: | 527-534 |
| | 5 | 2 |
qt_detectRTLLanguage| Name: | qt_detectRTLLanguage | | Prototype: | static bool qt_detectRTLLanguage() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 203-210 |
| | 5 | 1 |
qt_dirtyRegion| Name: | qt_dirtyRegion | | Prototype: | QRegion qt_dirtyRegion(QWidget *widget) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 945-955 |
| | 6 | 3 |
qt_draw_decoration_for_glyphs| Name: | qt_draw_decoration_for_glyphs | | Prototype: | void qt_draw_decoration_for_glyphs(QPainter *painter, const glyph_t *glyphArray, const QFixedPoint *positions, int glyphCount, QFontEngine *fontEngine, const QFont &font, const QTextCharFormat &charFormat) | | Coverage: | 0.000% (0/35) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 6326-6369 |
| | 27 | 9 |
qt_draw_helper| Name: | qt_draw_helper | | Prototype: | void qt_draw_helper(QPainterPrivate *p, const QPainterPath &path, QPainterPrivate::DrawOperation operation) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 8489-8492 |
| | 1 | 1 |
qt_draw_tile| Name: | qt_draw_tile | | Prototype: | void qt_draw_tile(QPaintEngine *gc, qreal x, qreal y, qreal w, qreal h, const QPixmap &pixmap, qreal xOffset, qreal yOffset) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | | Lines: | 541-565 |
| | 19 | 6 |
qt_effective_device_pixel_ratio| Name: | qt_effective_device_pixel_ratio | | Prototype: | static qreal qt_effective_device_pixel_ratio(QWindow *window = 0) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 120-129 |
| | 5 | 3 |
qt_egl_device_integration| Name: | qt_egl_device_integration | | Prototype: | QEGLDeviceIntegration *qt_egl_device_integration() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfshooks.cpp | | Lines: | 124-127 |
| | 1 | 1 |
qt_ends_with| Name: | qt_ends_with | | Prototype: | static inline bool qt_ends_with(const QChar *haystack, int haystackLen, const QChar *needle, int needleLen, Qt::CaseSensitivity cs) | | Coverage: | 100.000% (19/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 10130-10154 |
| | 17 | 7 |
qt_ends_with| Name: | qt_ends_with | | Prototype: | static inline bool qt_ends_with(const QChar *haystack, int haystackLen, QLatin1String needle, Qt::CaseSensitivity cs) | | Coverage: | 100.000% (23/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 10157-10178 |
| | 16 | 7 |
qt_error_string| Name: | qt_error_string | | Prototype: | QString qt_error_string(int errorCode) | | Coverage: | 78.947% (15/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines: | 3084-3151 |
| | 20 | 9 |
qt_fallbacksForFamily| Name: | qt_fallbacksForFamily | | Prototype: | QStringList qt_fallbacksForFamily(const QString &family, QFont::Style style, QFont::StyleHint styleHint, QChar::Script script) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 880-884 |
| | 2 | 1 |
qt_fetch_conical_gradient| Name: | qt_fetch_conical_gradient | | Prototype: | static const uint * qt_fetch_conical_gradient(uint *buffer, const Operator *, const QSpanData *data, int y, int x, int length) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 3701-3705 |
| | 1 | 1 |
qt_fetch_conical_gradient_rgb64| Name: | qt_fetch_conical_gradient_rgb64 | | Prototype: | static const QRgba64 * qt_fetch_conical_gradient_rgb64(QRgba64 *buffer, const Operator *, const QSpanData *data, int y, int x, int length) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 3707-3711 |
| | 1 | 1 |
qt_fetch_conical_gradient_template| Name: | qt_fetch_conical_gradient_template | | Prototype: | template <class GradientBase, typename BlendType> static inline const BlendType * qt_fetch_conical_gradient_template( BlendType *buffer, const QSpanData *data, int y, int x, int length) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 3650-3699 |
| | 30 | 6 |
qt_fetch_linear_gradient| Name: | qt_fetch_linear_gradient | | Prototype: | static const uint * qt_fetch_linear_gradient(uint *buffer, const Operator *op, const QSpanData *data, int y, int x, int length) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 3572-3576 |
| | 1 | 1 |
qt_fetch_linear_gradient_rgb64| Name: | qt_fetch_linear_gradient_rgb64 | | Prototype: | static const QRgba64 * qt_fetch_linear_gradient_rgb64(QRgba64 *buffer, const Operator *op, const QSpanData *data, int y, int x, int length) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 3578-3582 |
| | 1 | 1 |
qt_fetch_linear_gradient_template| Name: | qt_fetch_linear_gradient_template | | Prototype: | template<class GradientBase, typename BlendType> static inline const BlendType * qt_fetch_linear_gradient_template( BlendType *buffer, const Operator *op, const QSpanData *data, int y, int x, int length) | | Coverage: | 0.000% (0/38) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 3502-3570 |
| | 41 | 10 |
qt_fetch_radial_gradient_plain| Name: | qt_fetch_radial_gradient_plain | | Prototype: | const uint * qt_fetch_radial_gradient_plain(uint *buffer, const Operator *op, const QSpanData *data, int y, int x, int length) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 3636-3640 |
| | 1 | 1 |
qt_fetch_radial_gradient_rgb64| Name: | qt_fetch_radial_gradient_rgb64 | | Prototype: | const QRgba64 * qt_fetch_radial_gradient_rgb64(QRgba64 *buffer, const Operator *op, const QSpanData *data, int y, int x, int length) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 3644-3648 |
| | 1 | 1 |
qt_fetch_radial_gradient_sse2| Name: | qt_fetch_radial_gradient_sse2 | | Prototype: | const uint * qt_fetch_radial_gradient_sse2(uint *buffer, const Operator *op, const QSpanData *data, int y, int x, int length) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_sse2.cpp | | Lines: | 466-470 |
| | 1 | 1 |
qt_fill_tile| Name: | qt_fill_tile | | Prototype: | void qt_fill_tile(QPixmap *tile, const QPixmap &pixmap) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | | Lines: | 525-539 |
| | 10 | 3 |
qt_findAtNxFile| Name: | qt_findAtNxFile | | Prototype: | QString qt_findAtNxFile(const QString &baseFileName, qreal targetDevicePixelRatio, qreal *sourceDevicePixelRatio) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 1397-1424 |
| | 16 | 7 |
qt_find_ellipse_coords| Name: | qt_find_ellipse_coords | | Prototype: | void qt_find_ellipse_coords(const QRectF &r, qreal angle, qreal length, QPointF* startPoint, QPointF *endPoint) | | Coverage: | 0.000% (0/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 89-136 |
| | 28 | 9 |
qt_find_latin1_string| Name: | qt_find_latin1_string | | Prototype: | static inline int qt_find_latin1_string(const QChar *haystack, int size, QLatin1String needle, int from, Qt::CaseSensitivity cs) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 10067-10081 |
| | 8 | 2 |
qt_find_obj_child| Name: | qt_find_obj_child | | Prototype: | void *qt_find_obj_child(QObject *parent, const char *type, const QString &name) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 761-771 |
| | 7 | 4 |
qt_find_pattern| Name: | qt_find_pattern | | Prototype: | static long qt_find_pattern(const char *s, ulong s_len, const char *pattern, ulong p_len) | | Coverage: | 65.000% (13/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 181-215 |
| | 15 | 6 |
qt_fontHasNarrowOutlines| Name: | qt_fontHasNarrowOutlines | | Prototype: | bool qt_fontHasNarrowOutlines(QFontEngine *fontEngine) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 733-749 |
| | 10 | 3 |
qt_fontHasNarrowOutlines| Name: | qt_fontHasNarrowOutlines | | Prototype: | bool qt_fontHasNarrowOutlines(const QRawFont &f) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 751-764 |
| | 9 | 3 |
qt_fontdata_from_index| Name: | qt_fontdata_from_index | | Prototype: | QByteArray qt_fontdata_from_index(int index) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 2406-2410 |
| | 2 | 1 |
qt_fontdatabase_mutex| Name: | qt_fontdatabase_mutex | | Prototype: | QMutex *qt_fontdatabase_mutex() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 730-733 |
| | 1 | 1 |
qt_format_text| Name: | qt_format_text | | Prototype: | void qt_format_text(const QFont &fnt, const QRectF &_r, int tf, const QString& str, QRectF *brect, int tabstops, int *ta, int tabarraylen, QPainter *painter) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 7385-7394 |
| | 4 | 1 |
qt_format_text| Name: | qt_format_text | | Prototype: | void qt_format_text(const QFont &fnt, const QRectF &_r, int tf, const QTextOption *option, const QString& str, QRectF *brect, int tabstops, int *ta, int tabarraylen, QPainter *painter) | | Coverage: | 0.000% (0/192) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 7395-7639 |
| | 164 | 49 |
qt_from_latin1| Name: | qt_from_latin1 | | Coverage: | 100.000% (1/1) |
| | 1 | 1 |
qt_from_latin1| Name: | qt_from_latin1 | | Prototype: | void qt_from_latin1(ushort *dst, const char *str, size_t size) | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 206-254 |
| | 13 | 4 |
qt_ft_outline_cubic_to| Name: | qt_ft_outline_cubic_to | | Prototype: | static void qt_ft_outline_cubic_to(qfixed c1x, qfixed c1y, qfixed c2x, qfixed c2y, qfixed ex, qfixed ey, void *data) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 239-247 |
| | 3 | 1 |
qt_ft_outline_line_to| Name: | qt_ft_outline_line_to | | Prototype: | static void qt_ft_outline_line_to(qfixed x, qfixed y, void *data) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 234-237 |
| | 1 | 1 |
qt_ft_outline_move_to| Name: | qt_ft_outline_move_to | | Prototype: | static void qt_ft_outline_move_to(qfixed x, qfixed y, void *data) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 229-232 |
| | 1 | 1 |
qt_fusionPalette| Name: | qt_fusionPalette | | Prototype: | QPalette qt_fusionPalette() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp | | Lines: | 1110-1144 |
| | 29 | 1 |
qt_fusion_draw_mdibutton| Name: | qt_fusion_draw_mdibutton | | Prototype: | static void qt_fusion_draw_mdibutton(QPainter *painter, const QStyleOptionTitleBar *option, const QRect &tmp, bool hover, bool sunken) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qfusionstyle.cpp | | Lines: | 269-328 |
| | 46 | 4 |
qt_fusion_gradient| Name: | qt_fusion_gradient | | Prototype: | static QLinearGradient qt_fusion_gradient(const QRect &rect, const QBrush &baseColor, Direction direction = TopDown) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qfusionstyle.cpp | | Lines: | 232-266 |
| | 19 | 7 |
qt_getDefaultJustificationOpportunities| Name: | qt_getDefaultJustificationOpportunities | | Prototype: | static inline void qt_getDefaultJustificationOpportunities(const ushort *string, int length, QGlyphLayout g, ushort *log_clusters, int spaceAs) | | Coverage: | 0.000% (0/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | | Lines: | 840-872 |
| | 19 | 8 |
qt_getFreetype| Name: | qt_getFreetype | | Prototype: | FT_Library qt_getFreetype() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines: | 151-157 |
| | 4 | 2 |
qt_getFreetypeData| Name: | qt_getFreetypeData | | Prototype: | QtFreetypeData *qt_getFreetypeData() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines: | 142-148 |
| | 4 | 2 |
qt_getJustificationOpportunities| Name: | qt_getJustificationOpportunities | | Prototype: | static inline void qt_getJustificationOpportunities(const ushort *string, int length, const QScriptItem &si, QGlyphLayout g, ushort *log_clusters) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | | Lines: | 874-911 |
| | 12 | 16 |
qt_getWindow| Name: | qt_getWindow | | Prototype: | static QWindow *qt_getWindow(const QWidget *widget) | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qcommonstyle.cpp | | Lines: | 83-86 |
| | 1 | 1 |
qt_get_bitflip_array| Name: | qt_get_bitflip_array | | Prototype: | const uchar *qt_get_bitflip_array() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | | Lines: | 72-75 |
| | 1 | 1 |
qt_get_colornames| Name: | qt_get_colornames | | Prototype: | QStringList qt_get_colornames() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor_p.cpp | | Lines: | 348-356 |
| | 6 | 2 |
qt_get_font_table_default| Name: | qt_get_font_table_default | | Prototype: | static bool qt_get_font_table_default(void *user_data, uint tag, uchar *buffer, uint *length) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 209-213 |
| | 2 | 1 |
qt_get_hex_rgb| Name: | qt_get_hex_rgb | | Prototype: | bool qt_get_hex_rgb(const char *name, QRgb *rgb) | | Coverage: | 0.000% (0/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor_p.cpp | | Lines: | 70-108 |
| | 33 | 8 |
qt_get_hex_rgb| Name: | qt_get_hex_rgb | | Prototype: | bool qt_get_hex_rgb(const QChar *str, int len, QRgb *rgb) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor_p.cpp | | Lines: | 110-119 |
| | 7 | 3 |
qt_get_metadata| Name: | qt_get_metadata | | Prototype: | static bool qt_get_metadata(QtPluginQueryVerificationDataFunction pfn, QLibraryPrivate *priv) | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 668-683 |
| | 11 | 4 |
qt_get_named_rgb| Name: | qt_get_named_rgb | | Prototype: | bool qt_get_named_rgb(const char *name, QRgb* rgb) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor_p.cpp | | Lines: | 310-324 |
| | 10 | 4 |
qt_get_named_rgb| Name: | qt_get_named_rgb | | Prototype: | bool qt_get_named_rgb(const QChar *name, int len, QRgb *rgb) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor_p.cpp | | Lines: | 326-338 |
| | 9 | 4 |
qt_get_named_xpm_rgb| Name: | qt_get_named_xpm_rgb | | Prototype: | static inline bool qt_get_named_xpm_rgb(const char *name_no_space, QRgb *rgb) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qxpmhandler.cpp | | Lines: | 747-756 |
| | 5 | 2 |
qt_get_rgb_val| Name: | qt_get_rgb_val | | Prototype: | uint qt_get_rgb_val(const char *name) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor_p.cpp | | Lines: | 341-346 |
| | 3 | 1 |
qt_gettid| Name: | qt_gettid | | Prototype: | static long qt_gettid() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp | | Lines: | 104-109 |
| | 1 | 1 |
qt_gettime| Name: | qt_gettime | | Prototype: | struct timespec qt_gettime() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qelapsedtimer_unix.cpp | | Lines: | 159-169 |
| | 6 | 1 |