QtBase - 8193340a44fd835cee029e63a31cfcab8ef6fd55

Function Tree

Page:<>1
Function: AnchorData
...10
Function: QImageIOPlugin
...20
Function: QTouchEvent
...27
Function: comp_func_XOR_rgb64
28
Function: convertGrayscale8ToRGB64
29
Function: countBits
30
Function: disableCoreDump_ctor_class_
3132
Function: formatTabletEvent
33
Function: getticks
34
Function: imageFormatForVisual
35
Function: isPrintable
...40
Function: operator>>
...50
Function: qopenglfResolveUniformMatrix4x3fv
...59
Function: windowOf
Functionâ–´Condition %eLOC - Effective Lines of CodeMcCabe - Cyclomatic Complexity
fetchPixel
Name: 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
  0.000% (0/1)
11
fetchPixel
Name: 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
  0.000% (0/1)
11
fetchPixel
Name: 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
  0.000% (0/1)
11
fetchPixel
Name: 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
  0.000% (0/1)
11
fetchPixel
Name: 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
  0.000% (0/1)
11
fetchPixel
Name: 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
  0.000% (0/1)
11
fetchPixels
Name: 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
  0.000% (0/4)
32
fetchPixels
Name: 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
  0.000% (0/1)
11
fetchTransformed
Name: 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
  0.000% (0/34)
4611
fetchTransformed64
Name: 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
  0.000% (0/46)
6315
fetchTransformedARGB32PM
Name: 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
  0.000% (0/34)
4511
fetchTransformedBilinear
Name: 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
  0.000% (0/106)
23031
fetchTransformedBilinear64
Name: 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
  0.000% (0/110)
23831
fetchTransformedBilinearARGB32PM
Name: 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
  0.000% (0/127)
21635
fetchTransformedBilinear_pixelBounds
Name: 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
  0.000% (0/7)
83
fetchTransformedBilinear_pixelBounds
Name: 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
  0.000% (0/8)
73
fetchUntransformed
Name: 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
  0.000% (0/3)
41
fetchUntransformed64
Name: 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
  0.000% (0/6)
82
fetchUntransformedARGB32PM
Name: 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
  0.000% (0/1)
21
fetchUntransformedRGB16
Name: 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
  0.000% (0/4)
42
fileFromPath
Name: 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
  0.000% (0/13)
95
fileScheme
Name: fileScheme
Coverage: 100.000% (1/1)
100.000% (1/1)
01
fileScheme
Name: fileScheme
Prototype: static inline QString fileScheme()
Coverage: 100.000% (2/2)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp
Lines: 428-431
100.000% (2/2)
02
fillBackground
Name: 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
  0.000% (0/10)
113
fillBackground
Name: 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
  0.000% (0/10)
103
fillLine
Name: fillLine
Prototype: template <> inline void fillLine<Clip, LeftToRight>(qint32 *line, int width, 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: 68-83
  0.000% (0/9)
113
fillLine
Name: fillLine
Prototype: template <> inline void fillLine<Clip, RightToLeft>(qint32 *line, int width, 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: 85-100
  0.000% (0/9)
113
fillLine
Name: 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
  0.000% (0/9)
113
fillLine
Name: 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
  0.000% (0/9)
113
fillLines
Name: fillLines
Prototype: template <FillClip clip, FillVDir vDir, FillHDir hDir> inline void fillLines(qint32 *bits, int width, int height, int upperY, int lowerY, int &lx, int ldx, int &rx, int rdx, qint32 &d, qint32 ddy, qint32 ddx)
Coverage:  0.000% (0/10)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp
Lines: 136-162
  0.000% (0/10)
184
fillRect_normalized
Name: fillRect_normalized
Prototype: static void fillRect_normalized(const QRect &r, QSpanData *data, QRasterPaintEnginePrivate *pe)
Coverage:  0.000% (0/41)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp
Lines: 1376-1444
  0.000% (0/41)
468
fillRegion
Name: fillRegion
Prototype: static inline void fillRegion(QPainter *painter, const QRegion &rgn, const QBrush &brush)
Coverage:  0.000% (0/12)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp
Lines: 2375-2405
  0.000% (0/12)
144
findAllLibCrypto
Name: findAllLibCrypto
Prototype: static QStringList findAllLibCrypto()
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp
Lines: 567-570
  0.000% (0/1)
11
findAllLibSsl
Name: findAllLibSsl
Prototype: static QStringList findAllLibSsl()
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp
Lines: 562-565
  0.000% (0/1)
11
findAllLibs
Name: findAllLibs
Prototype: static QStringList findAllLibs(QLatin1String filter)
Coverage:  0.000% (0/3)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp
Lines: 544-560
  0.000% (0/3)
103
findAllTextureWidgetsRecursively
Name: findAllTextureWidgetsRecursively
Prototype: static void findAllTextureWidgetsRecursively(QWidget *tlw, QWidget *widget)
Coverage:  0.000% (0/11)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetbackingstore.cpp
Lines: 985-1003
  0.000% (0/11)
95
findArgEscapes
Name: findArgEscapes
Prototype: static ArgEscapeData findArgEscapes(const QString &s)
Coverage: 100.000% (39/39)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp
Lines: 7221-7281
100.000% (39/39)
4213
findAttribute
Name: findAttribute
Prototype: static inline int findAttribute(const QStringList &attributes, const QString &name)
Coverage:  0.000% (0/6)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp
Lines: 1683-1690
  0.000% (0/6)
42
findBySize
Name: findBySize
Prototype: static inline int findBySize(const QVector<QImage> &images, const QSize &size)
Coverage:  0.000% (0/7)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp
Lines: 363-370
  0.000% (0/7)
43
findChar
Name: findChar
Prototype: static int findChar(const char *str, int len, char ch, int from)
Coverage:  0.000% (0/12)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearraymatcher.cpp
Lines: 226-240
  0.000% (0/12)
115
findChar
Name: findChar
Coverage: 100.000% (1/1)
100.000% (1/1)
11
findChar
Name: findChar
Prototype: static int findChar(const QChar *str, int len, QChar ch, int from, Qt::CaseSensitivity cs)
Coverage: 100.000% (23/23)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp
Lines: 658-704
100.000% (23/23)
2512
findChildFrame
Name: findChildFrame
Prototype: static QTextFrame *findChildFrame(QTextFrame *f, int pos)
Coverage:  0.000% (0/10)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp
Lines: 1415-1432
  0.000% (0/10)
124
findChildObject
Name: findChildObject
Prototype: static QObject *findChildObject(const QDBusConnectionPrivate::ObjectTreeNode *root, const QString &fullpath, int start)
Coverage:  90.909% (20/22)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp
Lines: 414-455
 90.909% (20/22)
237
findChildrenHelper
Name: findChildrenHelper
Prototype: template <typename T> static QList<T> findChildrenHelper(const QObject *o)
Coverage:  0.000% (0/7)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp
Lines: 849-862
  0.000% (0/7)
53
findCrossings
Name: findCrossings
Prototype: static QVector<QCrossingEdge> findCrossings(const QWingedEdge &list, qreal y)
Coverage:  0.000% (0/13)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp
Lines: 1793-1808
  0.000% (0/13)
103
findInBlock
Name: findInBlock
Prototype: static bool findInBlock(const QTextBlock &block, const QString &expression, int offset, QTextDocument::FindFlags options, QTextCursor *cursor)
Coverage:  0.000% (0/27)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp
Lines: 1251-1282
  0.000% (0/27)
215
findInBlock
Name: findInBlock
Prototype: static bool findInBlock(const QTextBlock &block, const QRegExp &expression, int offset, QTextDocument::FindFlags options, QTextCursor *cursor)
Coverage:  0.000% (0/25)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp
Lines: 1369-1400
  0.000% (0/25)
215
findInBlock
Name: findInBlock
Prototype: static bool findInBlock(const QTextBlock &block, const QRegularExpression &expression, int offset, QTextDocument::FindFlags options, QTextCursor *cursor)
Coverage:  0.000% (0/29)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp
Lines: 1491-1528
  0.000% (0/29)
256
findKnownValue
Name: findKnownValue
Prototype: static quint64 findKnownValue(const QString &name, const QCssKnownValue *start, int numValues)
Coverage:  0.000% (0/6)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp
Lines: 358-365
  0.000% (0/6)
52
findLocaleData
Name: findLocaleData
Prototype: static const QLocaleData *findLocaleData(const QString &name)
Coverage: 100.000% (1/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp
Lines: 477-485
100.000% (1/1)
51
findLocalePrivate
Name: findLocalePrivate
Prototype: static QLocalePrivate *findLocalePrivate(QLocale::Language language, QLocale::Script script, QLocale::Country country)
Coverage:  55.556% (5/9)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp
Lines: 712-728
 55.556% (5/9)
83
findMethodCandidates
Name: findMethodCandidates
Prototype: static inline QByteArray findMethodCandidates(const QMetaObject *metaObject, const char *nonExistentMember)
Coverage: 100.000% (10/10)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp
Lines: 1337-1352
100.000% (10/10)
104
findNearestColor
Name: findNearestColor
Prototype: static inline QRgb findNearestColor(QRgb color, QRasterBuffer *rbuf)
Coverage:  0.000% (0/4)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp
Lines: 1107-1132
  0.000% (0/4)
192
findObject
Name: findObject
Prototype: static bool findObject(const QDBusConnectionPrivate::ObjectTreeNode *root, const QString &fullpath, int &usedLength, QDBusConnectionPrivate::ObjectTreeNode &result)
Coverage:  92.500% (37/40)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp
Lines: 365-412
 92.500% (37/40)
299
findPatternUnloaded
Name: findPatternUnloaded
Prototype: static bool findPatternUnloaded(const QString &library, QLibraryPrivate *lib)
Coverage:  56.818% (25/44)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp
Lines: 227-318
 56.818% (25/44)
4613
findSlot
Name: findSlot
Prototype: static int findSlot(const QMetaObject *mo, const QByteArray &name, int flags, const QString &signature_, QVector<int> &metaTypes)
Coverage:  71.910% (64/89)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp
Lines: 657-751
 71.910% (64/89)
5823
findTextureWidgetsRecursively
Name: findTextureWidgetsRecursively
Prototype: static void findTextureWidgetsRecursively(QWidget *tlw, QWidget *widget, QPlatformTextureList *widgetTextures, QVector<QWidget *> *nativeChildren)
Coverage:  0.000% (0/28)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetbackingstore.cpp
Lines: 964-983
  0.000% (0/28)
136
findUnixOsVersion
Name: findUnixOsVersion
Prototype: static bool findUnixOsVersion(QUnixOSVersion &v)
Coverage:  15.385% (2/13)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp
Lines: 2286-2299
 15.385% (2/13)
95
findVersionDirectivePosition
Name: findVersionDirectivePosition
Prototype: static QVersionDirectivePosition findVersionDirectivePosition(const char *source)
Coverage:  0.000% (0/49)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp
Lines: 424-495
  0.000% (0/49)
3719
findXdndAwareParent
Name: findXdndAwareParent
Prototype: static xcb_window_t findXdndAwareParent(QXcbConnection *c, xcb_window_t window)
Coverage:  0.000% (0/15)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbdrag.cpp
Lines: 1093-1125
  0.000% (0/15)
255
find_translation
Name: find_translation
Prototype: static QString find_translation(const QLocale & locale, const QString & filename, const QString & prefix, const QString & directory, const QString & suffix)
Coverage:  0.000% (0/63)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtranslator.cpp
Lines: 616-701
  0.000% (0/63)
5317
firstChildPos
Name: firstChildPos
Prototype: static QFixed firstChildPos(const QTextFrame *f)
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp
Lines: 1518-1521
  0.000% (0/1)
11
fixInitialSize
Name: fixInitialSize
Prototype: static QSize fixInitialSize(QSize size, const QWindow *w, int defaultWidth, int defaultHeight)
Coverage:  0.000% (0/7)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformwindow.cpp
Lines: 575-587
  0.000% (0/7)
73
fixToolBarOrientation
Name: fixToolBarOrientation
Prototype: static void fixToolBarOrientation(QLayoutItem *item, int dockPos)
Coverage:  0.000% (0/17)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp
Lines: 1904-1934
  0.000% (0/17)
175
fix_color_table
Name: fix_color_table
Prototype: static QVector<QRgb> fix_color_table(const QVector<QRgb> &ctbl, QImage::Format format)
Coverage:  0.000% (0/15)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp
Lines: 1135-1149
  0.000% (0/15)
96
fixed
Name: fixed
Prototype: QTextStream &fixed(QTextStream &stream)
Coverage: 100.000% (1/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp
Lines: 2861-2865
100.000% (1/1)
21
fixed1616ToInt
Name: fixed1616ToInt
Prototype: static inline int fixed1616ToInt(FP1616 val)
Coverage: 100.000% (1/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp
Lines: 2421-2424
100.000% (1/1)
11
fixed1616ToReal
Name: fixed1616ToReal
Prototype: static inline qreal fixed1616ToReal(FP1616 val)
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection_xi2.cpp
Lines: 478-481
  0.000% (0/1)
11
fixedAlignment
Name: fixedAlignment
Prototype: static Qt::Alignment fixedAlignment(Qt::Alignment alignment, Qt::LayoutDirection layoutDirection)
Coverage:  0.000% (0/6)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp
Lines: 253-263
  0.000% (0/6)
52
fixedCDataSection
Name: fixedCDataSection
Prototype: static QString fixedCDataSection(const QString &data, bool *ok)
Coverage:  0.000% (0/14)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp
Lines: 732-756
  0.000% (0/14)
166
fixedCharData
Name: fixedCharData
Prototype: static QString fixedCharData(const QString &data, bool *ok)
Coverage:  15.385% (2/13)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp
Lines: 678-698
 15.385% (2/13)
135
fixedComment
Name: fixedComment
Prototype: static QString fixedComment(const QString &data, bool *ok)
Coverage:  0.000% (0/14)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp
Lines: 703-727
  0.000% (0/14)
166
fixedDate
Name: fixedDate
Prototype: static inline QDate fixedDate(int y, int m, int d)
Coverage: 100.000% (1/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp
Lines: 86-91
100.000% (1/1)
31
fixedDescent
Name: fixedDescent
Prototype: static qreal fixedDescent(qreal descent, qreal ascent, qreal targetSize)
Coverage:  0.000% (0/4)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp
Lines: 63-74
  0.000% (0/4)
72
fixedPIData
Name: fixedPIData
Prototype: static QString fixedPIData(const QString &data, bool *ok)
Coverage:  0.000% (0/14)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp
Lines: 760-784
  0.000% (0/14)
166
fixedPubidLiteral
Name: fixedPubidLiteral
Prototype: static QString fixedPubidLiteral(const QString &data, bool *ok)
Coverage:  0.000% (0/18)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp
Lines: 789-817
  0.000% (0/18)
176
fixedSystemLiteral
Name: fixedSystemLiteral
Prototype: static QString fixedSystemLiteral(const QString &data, bool *ok)
Coverage:  0.000% (0/12)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp
Lines: 822-843
  0.000% (0/12)
124
fixedXmlName
Name: fixedXmlName
Prototype: static QString fixedXmlName(const QString &_name, bool *ok, bool namespaces = false)
Coverage:  17.073% (7/41)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp
Lines: 624-673
 17.073% (7/41)
3312
flagsDebug
Name: flagsDebug
Prototype: static inline QDebug flagsDebug(QDebug debug, QNetworkInterface::InterfaceFlags flags)
Coverage:  0.000% (0/19)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qnetworkinterface.cpp
Lines: 592-607
  0.000% (0/19)
137
floordiv
Name: floordiv
Prototype: static inline qint64 floordiv(qint64 a, int b)
Coverage: 100.000% (3/3)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp
Lines: 104-107
100.000% (3/3)
11
floordiv
Name: floordiv
Prototype: static inline int floordiv(int a, int b)
Coverage:  66.667% (2/3)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp
Lines: 109-112
 66.667% (2/3)
11
flowPosition
Name: flowPosition
Prototype: static QFixed flowPosition(const QTextFrame::iterator it)
Coverage:  0.000% (0/10)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp
Lines: 1501-1516
  0.000% (0/10)
94
flush
Name: flush
Prototype: QTextStream &flush(QTextStream &stream)
Coverage: 100.000% (1/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp
Lines: 2949-2953
100.000% (1/1)
21
flushRow
Name: flushRow
Prototype: static inline void flushRow(const QRegionSpan *spans, int y, int numSpans, QRegionPrivate *reg, int *lastRow, int *extendTo, bool *needsExtend)
Coverage:  0.000% (0/39)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp
Lines: 3421-3455
  0.000% (0/39)
229
focusInPeeker
Name: focusInPeeker
Prototype: static bool focusInPeeker(QXcbConnection *connection, xcb_generic_event_t *event)
Coverage:  77.778% (14/18)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp
Lines: 964-989
 77.778% (14/18)
146
foldCase
Name: foldCase
Prototype: static inline uint foldCase(const ushort *ch, const ushort *start)
Coverage:  25.000% (2/8)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp
Lines: 1507-1513
 25.000% (2/8)
42
foldCase
Name: foldCase
Prototype: static inline uint foldCase(uint ch, uint &last)
Coverage:  83.333% (5/6)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp
Lines: 1515-1522
 83.333% (5/6)
52
foldCase
Name: foldCase
Prototype: static inline ushort foldCase(ushort ch)
Coverage: 100.000% (1/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp
Lines: 1524-1527
100.000% (1/1)
11
forcepoint
Name: forcepoint
Prototype: QTextStream &forcepoint(QTextStream &stream)
Coverage: 100.000% (1/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp
Lines: 2749-2753
100.000% (1/1)
21
forcesign
Name: forcesign
Prototype: QTextStream &forcesign(QTextStream &stream)
Coverage: 100.000% (1/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp
Lines: 2735-2739
100.000% (1/1)
21
formatDifference
Name: formatDifference
Prototype: static QTextFormat formatDifference(const QTextFormat &from, const QTextFormat &to)
Coverage:  0.000% (0/6)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp
Lines: 2200-2211
  0.000% (0/6)
73
formatDropEvent
Name: formatDropEvent
Prototype: static void formatDropEvent(QDebug d, const QDropEvent *e)
Coverage:  0.000% (0/6)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp
Lines: 3762-3779
  0.000% (0/6)
152
formatGestureHeader
Name: formatGestureHeader
Prototype: static void formatGestureHeader(QDebug d, const char *className, const QGesture *gesture)
Coverage:  0.000% (0/4)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgesture.cpp
Lines: 1092-1100
  0.000% (0/4)
52
formatGraphicsItemHelper
Name: formatGraphicsItemHelper
Prototype: static void formatGraphicsItemHelper(QDebug debug, const QGraphicsItem *item)
Coverage:  0.000% (0/10)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp
Lines: 11287-11297
  0.000% (0/10)
84
formatInputMethodEvent
Name: formatInputMethodEvent
Prototype: static inline void formatInputMethodEvent(QDebug d, const QInputMethodEvent *e)
Coverage:  0.000% (0/19)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp
Lines: 3599-3626
  0.000% (0/19)
207
formatInputMethodQueryEvent
Name: formatInputMethodQueryEvent
Prototype: static inline void formatInputMethodQueryEvent(QDebug d, const QInputMethodQueryEvent *e)
Coverage:  0.000% (0/10)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp
Lines: 3628-3641
  0.000% (0/10)
94
formatNumber
Name: formatNumber
Prototype: static QString formatNumber(int number, int fieldWidth)
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp
Lines: 68-71
  0.000% (0/1)
11
formatRect
Name: formatRect
Prototype: static inline void formatRect(QDebug &debug, const QRect r)
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbscreen.cpp
Lines: 809-813
  0.000% (0/1)
21
formatSizeF
Name: formatSizeF
Prototype: static inline void formatSizeF(QDebug &debug, const QSizeF s)
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbscreen.cpp
Lines: 815-818
  0.000% (0/1)
11
Page:<>1
Function: AnchorData
...10
Function: QImageIOPlugin
...20
Function: QTouchEvent
...27
Function: comp_func_XOR_rgb64
28
Function: convertGrayscale8ToRGB64
29
Function: countBits
30
Function: disableCoreDump_ctor_class_
3132
Function: formatTabletEvent
33
Function: getticks
34
Function: imageFormatForVisual
35
Function: isPrintable
...40
Function: operator>>
...50
Function: qopenglfResolveUniformMatrix4x3fv
...59
Function: windowOf

Generated by Squish Coco Non-Commercial 4.3.0-BETA-master-30-08-2018-4cb69e9