Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
fillLineName: | fillLine | Prototype: | template <> inline void fillLine<NoClip, LeftToRight>(qint32 *line, int, int lx, int rx, qint32 d, qint32 dd) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | Lines: | 102-117 |
| | 11 | 3 |
fillLineName: | fillLine | Prototype: | template <> inline void fillLine<NoClip, RightToLeft>(qint32 *line, int, int lx, int rx, qint32 d, qint32 dd) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | Lines: | 119-134 |
| | 11 | 3 |
fillBackgroundName: | fillBackground | Prototype: | static void fillBackground(QPainter *p, const QRectF &rect, QBrush brush, const QPointF &origin, QRectF gradientRect = QRectF()) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | Lines: | 416-432 |
| | 11 | 3 |
fillBackgroundName: | fillBackground | Prototype: | static void fillBackground(QPainter *p, const QRectF &rect, QBrush brush, QRectF gradientRect = QRectF()) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | Lines: | 1854-1869 |
| | 10 | 3 |
fileFromPathName: | fileFromPath | Prototype: | static inline QString fileFromPath(const QString &rootPath, QString path) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | Lines: | 1019-1038 |
| | 9 | 5 |
fetchUntransformedRGB16Name: | fetchUntransformedRGB16 | Prototype: | static const uint * fetchUntransformedRGB16(uint *buffer, const Operator *, const QSpanData *data, int y, int x, int length) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 1437-1449 |
| | 4 | 2 |
fetchUntransformedARGB32PMName: | fetchUntransformedARGB32PM | Prototype: | static const uint * fetchUntransformedARGB32PM(uint *, const Operator *, const QSpanData *data, int y, int x, int) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 1430-1435 |
| | 2 | 1 |
fetchUntransformed64Name: | fetchUntransformed64 | Prototype: | static const QRgba64 * fetchUntransformed64(QRgba64 *buffer, const Operator *, const QSpanData *data, int y, int x, int length) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 1451-1464 |
| | 8 | 2 |
fetchUntransformedName: | fetchUntransformed | Prototype: | static const uint * fetchUntransformed(uint *buffer, const Operator *, const QSpanData *data, int y, int x, int length) | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 1421-1428 |
| | 4 | 1 |
fetchTransformedBilinear_pixelBoundsName: | fetchTransformedBilinear_pixelBounds | Prototype: | template<> inline void fetchTransformedBilinear_pixelBounds<BlendTransformedBilinearTiled>(int max, int, int, int &v1, int &v2) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 1867-1878 |
| | 8 | 3 |
fetchTransformedBilinear_pixelBoundsName: | fetchTransformedBilinear_pixelBounds | Prototype: | template<> inline void fetchTransformedBilinear_pixelBounds<BlendTransformedBilinear>(int, int l1, int l2, int &v1, int &v2) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 1880-1891 |
| | 7 | 3 |
fetchTransformedBilinearARGB32PMName: | fetchTransformedBilinearARGB32PM | Prototype: | template<TextureBlendType blendType> static const uint * fetchTransformedBilinearARGB32PM(uint *buffer, const Operator *, const QSpanData *data, int y, int x, int length) | Coverage: | 0.000% (0/127) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 1893-2405 |
| | 216 | 35 |
fetchTransformedBilinear64Name: | fetchTransformedBilinear64 | Prototype: | template<TextureBlendType blendType> static const QRgba64 * fetchTransformedBilinear64(QRgba64 *buffer, const Operator *, const QSpanData *data, int y, int x, int length) | Coverage: | 0.000% (0/110) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 2751-3098 |
| | 238 | 31 |
fetchTransformedBilinearName: | fetchTransformedBilinear | Prototype: | template<TextureBlendType blendType> static const uint * fetchTransformedBilinear(uint *buffer, const Operator *, const QSpanData *data, int y, int x, int length) | Coverage: | 0.000% (0/106) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 2408-2749 |
| | 230 | 31 |
fetchTransformedARGB32PMName: | fetchTransformedARGB32PM | Prototype: | template<TextureBlendType blendType> static const uint * fetchTransformedARGB32PM(uint *buffer, const Operator *, const QSpanData *data, int y, int x, int length) | Coverage: | 0.000% (0/34) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 1467-1546 |
| | 45 | 11 |
fetchTransformed64Name: | fetchTransformed64 | Prototype: | template<TextureBlendType blendType> static const QRgba64 * fetchTransformed64(QRgba64 *buffer, const Operator *, const QSpanData *data, int y, int x, int length) | Coverage: | 0.000% (0/46) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 1633-1736 |
| | 63 | 15 |
fetchTransformedName: | fetchTransformed | Prototype: | template<TextureBlendType blendType> static const uint * fetchTransformed(uint *buffer, const Operator *, const QSpanData *data, int y, int x, int length) | Coverage: | 0.000% (0/34) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 1548-1631 |
| | 46 | 11 |
fetchPixelsName: | fetchPixels | Prototype: | template <QPixelLayout::BPP bpp> inline const uint * fetchPixels(uint *buffer, const uchar *src, int index, int count) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 784-790 |
| | 3 | 2 |
fetchPixelsName: | fetchPixels | Prototype: | template <> inline const uint * fetchPixels<QPixelLayout::BPP32>(uint *, const uchar *src, int index, int) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 792-796 |
| | 1 | 1 |
fetchPixelName: | fetchPixel | Prototype: | template <> inline uint fetchPixel<QPixelLayout::BPP1LSB>(const uchar *src, int index) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 748-752 |
| | 1 | 1 |
fetchPixelName: | fetchPixel | Prototype: | template <> inline uint fetchPixel<QPixelLayout::BPP1MSB>(const uchar *src, int index) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 754-758 |
| | 1 | 1 |
fetchPixelName: | fetchPixel | Prototype: | template <> inline uint fetchPixel<QPixelLayout::BPP8>(const uchar *src, int index) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 760-764 |
| | 1 | 1 |
fetchPixelName: | fetchPixel | Prototype: | template <> inline uint fetchPixel<QPixelLayout::BPP16>(const uchar *src, int index) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 766-770 |
| | 1 | 1 |
fetchPixelName: | fetchPixel | Prototype: | template <> inline uint fetchPixel<QPixelLayout::BPP24>(const uchar *src, int index) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 772-776 |
| | 1 | 1 |
fetchPixelName: | fetchPixel | Prototype: | template <> inline uint fetchPixel<QPixelLayout::BPP32>(const uchar *src, int index) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 778-782 |
| | 1 | 1 |
featuresKey::[lambda]Name: | featuresKey::[lambda] | Prototype: | []() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengl.cpp | Lines: | 143-143 |
| | 0 | 1 |
featuresKeyName: | featuresKey | Prototype: | static inline QString featuresKey() | Coverage: | 0.000% (0/2) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengl.cpp | Lines: | 143-143 |
| | 0 | 2 |
fbnameName: | fbname | Prototype: | static QString fbname(const QString &fileName) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qxpmhandler.cpp | Lines: | 761-780 |
| | 15 | 6 |
fast_ceil_positiveName: | fast_ceil_positive | Prototype: | static inline int fast_ceil_positive(const qreal &v) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 2075-2082 |
| | 4 | 2 |
familyListName: | familyList | Prototype: | static QStringList familyList(const QFontDef &req) | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | Lines: | 686-714 |
| | 18 | 5 |
fallbacksForFamilyName: | fallbacksForFamily | Prototype: | static QStringList fallbacksForFamily(const QString &family, QFont::Style style, QFont::StyleHint styleHint, QChar::Script script) | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | Lines: | 846-878 |
| | 19 | 7 |
fallbackThemeName: | fallbackTheme | Prototype: | static QString fallbackTheme() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp | Lines: | 56-64 |
| | 5 | 3 |
fRoundName: | fRound | Prototype: | static inline int fRound(Fixed64 i) | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayoutengine.cpp | Lines: | 51-53 |
| | 1 | 1 |
extract_locationName: | extract_location | Prototype: | static const char * extract_location(const char *member) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 2223-2232 |
| | 5 | 3 |
extendedPseudoClassName: | extendedPseudoClass | Prototype: | static quint64 extendedPseudoClass(const QWidget *w) | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | Lines: | 2415-2434 |
| | 9 | 5 |
expblurName: | expblur | Prototype: | template <int aprec, int zprec, bool alphaOnly> void expblur(QImage &img, qreal radius, bool improvedQuality = false, int transposed = 0) | Coverage: | 0.000% (0/34) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | Lines: | 689-763 |
| | 58 | 11 |
expandSizeName: | expandSize | Prototype: | static void expandSize(QSizeF &result, const QSizeF &size) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicslayoutitem.cpp | Lines: | 75-81 |
| | 4 | 3 |
exceptionsKey::[lambda]Name: | exceptionsKey::[lambda] | Prototype: | []() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengl.cpp | Lines: | 146-146 |
| | 0 | 1 |
exceptionsKeyName: | exceptionsKey | Prototype: | static inline QString exceptionsKey() | Coverage: | 0.000% (0/2) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengl.cpp | Lines: | 146-146 |
| | 0 | 2 |
eventClassNameName: | eventClassName | Prototype: | static const char *eventClassName(QEvent::Type t) | Coverage: | 0.000% (0/109) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 3643-3758 |
| | 38 | 73 |
escapedStringName: | escapedString | Prototype: | static QByteArray escapedString(const QString &s) | Coverage: | 0.000% (0/35) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonwriter.cpp | Lines: | 51-114 |
| | 41 | 14 |
err_method_notfoundName: | err_method_notfound | Prototype: | static void err_method_notfound(const QObject *object, const char *method, const char *func) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 2261-2279 |
| | 12 | 4 |
err_info_about_objectsName: | err_info_about_objects | Prototype: | static void err_info_about_objects(const char * func, const QObject * sender, const QObject * receiver) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 2282-2292 |
| | 6 | 3 |
epsilonCompareName: | epsilonCompare | Prototype: | static inline bool epsilonCompare(const QPointF &a, const QPointF &b, const QSizeF &epsilon) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 2222-2226 |
| | 2 | 1 |
encodeEntityName: | encodeEntity | Prototype: | static QByteArray encodeEntity(const QByteArray& str) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 5686-5717 |
| | 22 | 5 |
embeddedWidgetName: | embeddedWidget | Prototype: | static QWidget *embeddedWidget(QWidget *w) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | Lines: | 2323-2345 |
| | 9 | 5 |
elfHashName: | elfHash | Prototype: | static uint elfHash(const char *name) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtranslator.cpp | Lines: | 117-123 |
| | 4 | 1 |
eglContextForContextName: | eglContextForContext | Prototype: | static void *eglContextForContext(QOpenGLContext *context) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsintegration.cpp | Lines: | 355-364 |
| | 5 | 2 |
effectiveStateName: | effectiveState | Prototype: | Qt::WindowState effectiveState(Qt::WindowStates state) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 3025-3034 |
| | 7 | 4 |
effectiveScreenName: | effectiveScreen | Prototype: | static inline const QScreen *effectiveScreen(const QWindow *window) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformwindow.cpp | Lines: | 542-559 |
| | 12 | 6 |
effectiveInternalFormatName: | effectiveInternalFormat | Prototype: | static inline GLenum effectiveInternalFormat(GLenum internalFormat) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglframebufferobject.cpp | Lines: | 803-812 |
| | 3 | 2 |
editorHandlesKeyEventName: | editorHandlesKeyEvent | Prototype: | static bool editorHandlesKeyEvent(QWidget *editor, const QKeyEvent *event) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemdelegate.cpp | Lines: | 426-447 |
| | 7 | 7 |
dumpRecursiveName: | dumpRecursive | Prototype: | static void dumpRecursive(int level, QObject *object) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 3934-3969 |
| | 13 | 5 |
dumpOutputName: | dumpOutput | Prototype: | static void dumpOutput(const QByteArray &data, FILE *fh) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkvalgrind.cpp | Lines: | 71-76 |
| | 3 | 1 |
dumpLayoutName: | dumpLayout | Prototype: | static void dumpLayout(QTextStream &qout, const QDockAreaLayoutItem &item, QString indent) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 84-110 |
| | 23 | 4 |
dumpLayoutName: | dumpLayout | Prototype: | static void dumpLayout(QTextStream &qout, const QDockAreaLayoutInfo &layout, QString indent) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 112-131 |
| | 14 | 2 |
dumpLayoutName: | dumpLayout | Prototype: | static void dumpLayout(QTextStream &qout, const QDockAreaLayout &layout) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 133-149 |
| | 13 | 1 |
dumpName: | dump | Prototype: | static inline QString dump(const QByteArray &) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 141-141 |
| | 1 | 1 |
dummyStreamDebugName: | dummyStreamDebug | Prototype: | static void dummyStreamDebug(QDebug, const QVariant &) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 1006-1006 |
| | 1 | 1 |
dummyIsNullName: | dummyIsNull | Prototype: | static bool dummyIsNull(const QVariant::Private *d) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 1002-1002 |
| | 1 | 1 |
dummyConvertName: | dummyConvert | Prototype: | static bool dummyConvert(const QVariant::Private *, int, void *, bool *) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 1004-1004 |
| | 1 | 1 |
dummyConstructName: | dummyConstruct | Prototype: | static void dummyConstruct(QVariant::Private *, const void *) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 1000-1000 |
| | 1 | 1 |
dummyCompareName: | dummyCompare | Prototype: | static bool dummyCompare(const QVariant::Private *, const QVariant::Private *) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 1003-1003 |
| | 1 | 1 |
dummyClearName: | dummyClear | Prototype: | static void dummyClear(QVariant::Private *) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 1001-1001 |
| | 1 | 1 |
dropShadowName: | dropShadow | Prototype: | static inline bool dropShadow() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwhatsthis.cpp | Lines: | 166-171 |
| | 3 | 2 |
driverVersionKey::[lambda]Name: | driverVersionKey::[lambda] | Prototype: | []() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengl.cpp | Lines: | 141-141 |
| | 0 | 1 |
driverVersionKeyName: | driverVersionKey | Prototype: | static inline QString driverVersionKey() | Coverage: | 0.000% (0/2) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengl.cpp | Lines: | 141-141 |
| | 0 | 2 |
driverDescriptionKey::[lambda]Name: | driverDescriptionKey::[lambda] | Prototype: | []() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengl.cpp | Lines: | 142-142 |
| | 0 | 1 |
driverDescriptionKeyName: | driverDescriptionKey | Prototype: | static inline QString driverDescriptionKey() | Coverage: | 0.000% (0/2) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengl.cpp | Lines: | 142-142 |
| | 0 | 2 |
drawTriangleName: | drawTriangle | Prototype: | template <FillClip clip> void drawTriangle(qint32 *bits, int width, int height, const QPoint *center, const QPoint *v1, const QPoint *v2, qint32 value) | Coverage: | 0.000% (0/44) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | Lines: | 164-280 |
| | 69 | 14 |
drawTextItemDecorationName: | drawTextItemDecoration | Prototype: | static void drawTextItemDecoration(QPainter *painter, const QPointF &pos, const QFontEngine *fe, QTextEngine *textEngine, QTextCharFormat::UnderlineStyle underlineStyle, QTextItem::RenderFlags flags, qreal width, const QTextCharFormat &charFormat) | Coverage: | 0.000% (0/48) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 6227-6324 |
| | 66 | 16 |
drawRectangleName: | drawRectangle | Prototype: | template <FillClip clip> void drawRectangle(qint32 *bits, int width, int height, const QPoint *int1, const QPoint *center1, const QPoint *ext1, const QPoint *int2, const QPoint *center2, const QPoint *ext2, qint32 extValue) | Coverage: | 0.000% (0/59) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | Lines: | 282-425 |
| | 92 | 19 |
drawPolygonsName: | drawPolygons | Prototype: | static void drawPolygons(qint32 *bits, int width, int height, const QPoint *vertices, const quint32 *indices, int indexCount, qint32 value) | Coverage: | 0.000% (0/42) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | Lines: | 427-481 |
| | 44 | 14 |
drawPixelARGB32OpaqueName: | drawPixelARGB32Opaque | Prototype: | inline void drawPixelARGB32Opaque(QCosmeticStroker *stroker, int x, int y, int) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcosmeticstroker.cpp | Lines: | 172-180 |
| | 5 | 2 |
drawPixelARGB32Name: | drawPixelARGB32 | Prototype: | inline void drawPixelARGB32(QCosmeticStroker *stroker, int x, int y, int coverage) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcosmeticstroker.cpp | Lines: | 161-170 |
| | 6 | 2 |
drawPixelName: | drawPixel | Prototype: | inline void drawPixel(QCosmeticStroker *stroker, int x, int y, int coverage) | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcosmeticstroker.cpp | Lines: | 138-159 |
| | 14 | 4 |
drawLineAAName: | drawLineAA | Prototype: | template<DrawPixel drawPixel, class Dasher> static bool drawLineAA(QCosmeticStroker *stroker, qreal rx1, qreal ry1, qreal rx2, qreal ry2, int caps) | Coverage: | 0.000% (0/59) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcosmeticstroker.cpp | Lines: | 899-1040 |
| | 90 | 18 |
drawLineName: | drawLine | Prototype: | template<DrawPixel drawPixel, class Dasher> static bool drawLine(QCosmeticStroker *stroker, qreal rx1, qreal ry1, qreal rx2, qreal ry2, int caps) | Coverage: | 0.000% (0/113) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcosmeticstroker.cpp | Lines: | 722-896 |
| | 116 | 26 |
drawEllipse_midpoint_iName: | drawEllipse_midpoint_i | Prototype: | static void drawEllipse_midpoint_i(const QRect &rect, const QRect &clip, ProcessSpans pen_func, ProcessSpans brush_func, QSpanData *pen_data, QSpanData *brush_data) | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 4726-4768 |
| | 27 | 5 |
drawEllipsePointsName: | drawEllipsePoints | Prototype: | static inline void drawEllipsePoints(int x, int y, int length, const QRect &rect, const QRect &clip, ProcessSpans pen_func, ProcessSpans brush_func, QSpanData *pen_data, QSpanData *brush_data) | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 4654-4720 |
| | 42 | 6 |
drawArrowName: | drawArrow | Prototype: | static void drawArrow(const QStyle *style, const QStyleOptionToolButton *toolbutton, const QRect &rect, QPainter *painter, const QWidget *widget = 0) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qcommonstyle.cpp | Lines: | 767-790 |
| | 14 | 6 |
downloadBufferDeleterName: | downloadBufferDeleter | Prototype: | static void downloadBufferDeleter(char *ptr) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyimpl.cpp | Lines: | 707-710 |
| | 1 | 1 |
double2stringName: | double2string | Prototype: | static QString double2string(double num, int base, int ndigits, bool *oflow) | Coverage: | 0.000% (0/28) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlcdnumber.cpp | Lines: | 208-233 |
| | 18 | 7 |
dotName: | dot | Prototype: | static qreal dot(const QPointF &a, const QPointF &b) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | Lines: | 77-80 |
| | 1 | 1 |
dotName: | dot | Prototype: | inline int dot(const QPoint &u, const QPoint &v) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathsimplifier.cpp | Lines: | 82-85 |
| | 1 | 1 |
documentSizeName: | documentSize | Prototype: | static QSize documentSize(QWidgetTextControl *control) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextedit.cpp | Lines: | 241-259 |
| | 10 | 3 |
dockedGeometryName: | dockedGeometry | Prototype: | static QRect dockedGeometry(QWidget *widget) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 1129-1141 |
| | 8 | 2 |
dockPosHelperName: | dockPosHelper | Prototype: | static QInternal::DockPosition dockPosHelper(const QRect &rect, const QPoint &_pos, Qt::Orientation o, bool nestingEnabled, QDockAreaLayoutInfo::TabMode tabMode) | Coverage: | 0.000% (0/57) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 637-737 |
| | 40 | 17 |
do_mirror_dataName: | do_mirror_data | Prototype: | template<class T> inline void do_mirror_data(QImageData *dst, QImageData *src, int dstX0, int dstY0, int dstXIncr, int dstYIncr, int w, int h) | Coverage: | 0.000% (0/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | Lines: | 2965-2997 |
| | 17 | 8 |
do_mirrorName: | do_mirror | Prototype: | inline void do_mirror(QImageData *dst, QImageData *src, bool horizontal, bool vertical) | Coverage: | 0.000% (0/51) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | Lines: | 2999-3077 |
| | 47 | 18 |
dlIterateCallbackName: | dlIterateCallback | Prototype: | static int dlIterateCallback(struct dl_phdr_info *info, size_t size, void *data) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | Lines: | 492-505 |
| | 10 | 4 |
dither_to_MonoName: | dither_to_Mono | Prototype: | void dither_to_Mono(QImageData *dst, const QImageData *src, Qt::ImageConversionFlags flags, bool fromalpha) | Coverage: | 0.000% (0/190) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | Lines: | 1155-1422 |
| | 184 | 63 |
distributeMultiBoxName: | distributeMultiBox | Prototype: | static void distributeMultiBox(QVector<QLayoutStruct> &chain, int start, int end, int minSize, int sizeHint, QVector<int> &stretchArray, int stretch) | Coverage: | 0.000% (0/45) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | Lines: | 622-685 |
| | 42 | 15 |
discard_pbm_lineName: | discard_pbm_line | Prototype: | static void discard_pbm_line(QIODevice *d) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qppmhandler.cpp | Lines: | 49-57 |
| | 5 | 2 |
discardSyncRequestName: | discardSyncRequest | Prototype: | static inline bool discardSyncRequest(QWidget *tlw, QTLWExtra *tlwExtra) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetbackingstore.cpp | Lines: | 1088-1094 |
| | 3 | 2 |
discardInvalidateBufferRequestName: | discardInvalidateBufferRequest | Prototype: | static inline bool discardInvalidateBufferRequest(QWidget *widget, QTLWExtra *tlwExtra) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetbackingstore.cpp | Lines: | 1451-1464 |
| | 8 | 4 |
directorySizeDistanceName: | directorySizeDistance | Prototype: | static int directorySizeDistance(const QIconDirInfo &dir, int iconsize) | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp | Lines: | 420-443 |
| | 16 | 8 |
directoryMatchesSizeName: | directoryMatchesSize | Prototype: | static bool directoryMatchesSize(const QIconDirInfo &dir, int iconsize) | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp | Lines: | 398-414 |
| | 10 | 4 |
differentialForProgressName: | differentialForProgress | Prototype: | static qreal differentialForProgress(const QEasingCurve &curve, qreal pos) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | Lines: | 145-155 |
| | 5 | 1 |
difference_opName: | difference_op | Prototype: | static inline int difference_op(int dst, int src, int da, int sa) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 1633-1636 |
| | 1 | 1 |