| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
hardlight_op| Name: | hardlight_op | | Prototype: | static inline uint hardlight_op(int dst, int src, int da, int sa) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | | Lines: | 1468-1476 |
| | 4 | 2 |
handleSpans| Name: | handleSpans | | Prototype: | template <typename T> void handleSpans(int count, const QSpan *spans, const QSpanData *data, T &handler) | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 3988-4036 |
| | 29 | 8 |
gtkStyleSetCallback| Name: | gtkStyleSetCallback | | Prototype: | static void gtkStyleSetCallback(GtkWidget*) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qgtkstyle_p.cpp | | Lines: | 203-211 |
| | 2 | 1 |
growthFactorBelowPreferredSize| Name: | growthFactorBelowPreferredSize | | Prototype: | static qreal growthFactorBelowPreferredSize(qreal desired, qreal sumAvailable, qreal sumDesired) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 57-61 |
| | 2 | 1 |
grow| Name: | grow | | Prototype: | static inline int grow(QLayoutStruct &ls, int delta) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 839-846 |
| | 5 | 2 |
gridAt| Name: | gridAt | | Prototype: | static QGridBox *&gridAt(QGridBox *grid[], int r, int c, int cc, Qt::Orientation orientation = Qt::Vertical) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 687-693 |
| | 3 | 2 |
grayscale| Name: | grayscale | | Prototype: | static void grayscale(const QImage &image, QImage &dest, const QRect& rect = QRect()) | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | | Lines: | 937-971 |
| | 22 | 7 |
gray_sweep| Name: | gray_sweep | | Prototype: | static void gray_sweep( PWorker worker, const QT_FT_Bitmap* target ) | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | | Lines: | 1290-1330 |
| | 21 | 7 |
gray_start_cell| Name: | gray_start_cell | | Prototype: | static void gray_start_cell( PWorker worker, TCoord ex, TCoord ey ) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | | Lines: | 496-514 |
| | 11 | 3 |
gray_split_cubic| Name: | gray_split_cubic | | Prototype: | static void gray_split_cubic( QT_FT_Vector* base ) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | | Lines: | 940-965 |
| | 19 | 1 |
gray_split_conic| Name: | gray_split_conic | | Prototype: | static void gray_split_conic( QT_FT_Vector* base ) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | | Lines: | 811-828 |
| | 11 | 1 |
gray_set_cell| Name: | gray_set_cell | | Prototype: | static void gray_set_cell( PWorker worker, TCoord ex, TCoord ey ) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | | Lines: | 449-489 |
| | 15 | 5 |
gray_render_span| Name: | gray_render_span | | Prototype: | static void gray_render_span( int count, const QT_FT_Span* spans, PWorker worker ) | | Coverage: | 0.000% (0/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | | Lines: | 1111-1157 |
| | 19 | 13 |
gray_render_scanline| Name: | gray_render_scanline | | Prototype: | static void gray_render_scanline( PWorker worker, TCoord ey, TPos x1, TCoord y1, TPos x2, TCoord y2 ) | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | | Lines: | 521-621 |
| | 56 | 9 |
gray_render_line| Name: | gray_render_line | | Prototype: | static void gray_render_line( PWorker worker, TPos to_x, TPos to_y ) | | Coverage: | 0.000% (0/69) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | | Lines: | 628-808 |
| | 109 | 20 |
gray_render_cubic| Name: | gray_render_cubic | | Prototype: | static void gray_render_cubic( PWorker worker, const QT_FT_Vector* control1, const QT_FT_Vector* control2, const QT_FT_Vector* to ) | | Coverage: | 0.000% (0/57) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | | Lines: | 968-1086 |
| | 83 | 19 |
gray_render_conic| Name: | gray_render_conic | | Prototype: | static void gray_render_conic( PWorker worker, const QT_FT_Vector* control, const QT_FT_Vector* to ) | | Coverage: | 0.000% (0/40) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | | Lines: | 831-937 |
| | 64 | 14 |
gray_record_cell| Name: | gray_record_cell | | Prototype: | static void gray_record_cell( PWorker worker ) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | | Lines: | 403-442 |
| | 24 | 7 |
gray_raster_reset| Name: | gray_raster_reset | | Prototype: | static void gray_raster_reset( QT_FT_Raster raster, char* pool_base, long pool_size ) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | | Lines: | 1862-1901 |
| | 21 | 4 |
gray_raster_render| Name: | gray_raster_render | | Prototype: | static int gray_raster_render( QT_FT_Raster raster, const QT_FT_Raster_Params* params ) | | Coverage: | 0.000% (0/59) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | | Lines: | 1742-1835 |
| | 50 | 16 |
gray_raster_new| Name: | gray_raster_new | | Prototype: | static int gray_raster_new( QT_FT_Raster* araster ) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | | Lines: | 1841-1852 |
| | 6 | 2 |
gray_raster_done| Name: | gray_raster_done | | Prototype: | static void gray_raster_done( QT_FT_Raster raster ) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | | Lines: | 1855-1859 |
| | 1 | 1 |
gray_move_to| Name: | gray_move_to | | Prototype: | static int gray_move_to( const QT_FT_Vector* to, PWorker worker ) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | | Lines: | 1090-1109 |
| | 8 | 1 |
gray_init_cells| Name: | gray_init_cells | | Prototype: | static void gray_init_cells( PWorker worker, void* buffer, long byte_size ) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | | Lines: | 338-352 |
| | 9 | 1 |
gray_hline| Name: | gray_hline | | Prototype: | static void gray_hline( PWorker worker, TCoord x, TCoord y, TPos area, int acount ) | | Coverage: | 0.000% (0/43) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | | Lines: | 1160-1263 |
| | 41 | 11 |
gray_convert_glyph_inner| Name: | gray_convert_glyph_inner | | Prototype: | static int gray_convert_glyph_inner( PWorker worker ) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | | Lines: | 1557-1573 |
| | 6 | 2 |
gray_convert_glyph| Name: | gray_convert_glyph | | Prototype: | static int gray_convert_glyph( PWorker worker ) | | Coverage: | 0.000% (0/86) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | | Lines: | 1576-1739 |
| | 96 | 24 |
gray_compute_cbox| Name: | gray_compute_cbox | | Prototype: | static void gray_compute_cbox( PWorker worker ) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | | Lines: | 359-396 |
| | 21 | 7 |
graphicsProxyWidget| Name: | graphicsProxyWidget | | Prototype: | static inline QGraphicsProxyWidget *graphicsProxyWidget(const QWidget *w) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 12362-12369 |
| | 5 | 2 |
grabberWindow| Name: | grabberWindow | | Prototype: | static inline QWindow *grabberWindow(const QWidget *w) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 12444-12451 |
| | 5 | 3 |
grabMouseForWidget| Name: | grabMouseForWidget | | Prototype: | static void grabMouseForWidget(QWidget *widget, const QCursor *cursor = 0) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 12454-12475 |
| | 10 | 4 |
grabForPopup| Name: | grabForPopup | | Prototype: | static void grabForPopup(QWidget *popup) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 3832-3843 |
| | 6 | 3 |
good_offset| Name: | good_offset | | Prototype: | static ShiftResult good_offset(const QBezier *b1, const QBezier *b2, qreal offset, qreal threshold) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbezier.cpp | | Lines: | 231-253 |
| | 17 | 5 |
glyph_metrics_t| Name: | glyph_metrics_t | | Coverage: | 0.000% (0/4) |
| | 16 | 2 |
glyphRunWithInfo| Name: | glyphRunWithInfo | | Prototype: | static QGlyphRun glyphRunWithInfo(QFontEngine *fontEngine, const QGlyphLayout &glyphLayout, const QPointF &pos, const QGlyphRun::GlyphRunFlags &flags, const QFixed &selectionX, const QFixed &selectionWidth, int glyphsStart, int glyphsEnd, unsigned short *logClusters, int textPosition, int textLength) | | Coverage: | 0.000% (0/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextlayout.cpp | | Lines: | 2129-2216 |
| | 53 | 9 |
glVendorKey| Name: | glVendorKey | | Coverage: | 0.000% (0/1) |
| | 0 | 1 |
glVendorKey| Name: | glVendorKey | | Prototype: | static inline QString glVendorKey() | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengl.cpp | | Lines: | 139-139 |
| | 0 | 2 |
get_style_class_name| Name: | get_style_class_name | | Prototype: | static QByteArray get_style_class_name() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 153-159 |
| | 4 | 2 |
get_picture_handler| Name: | get_picture_handler | | Prototype: | static QPictureHandler *get_picture_handler(const char *format) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | | Lines: | 1446-1457 |
| | 7 | 4 |
get_named_rgb| Name: | get_named_rgb | | Prototype: | static bool get_named_rgb(const char *name_no_space, QRgb *rgb) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor_p.cpp | | Lines: | 300-308 |
| | 5 | 2 |
get_font_bits| Name: | get_font_bits | | Prototype: | static quint8 get_font_bits(int version, const QFontPrivate *f) | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 1878-1901 |
| | 18 | 9 |
get_extended_font_bits| Name: | get_extended_font_bits | | Prototype: | static quint8 get_extended_font_bits(const QFontPrivate *f) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 1903-1912 |
| | 7 | 3 |
getWindow| Name: | getWindow | | Prototype: | static QAccessibleInterface * getWindow(QAccessibleInterface * interface) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/atspiadaptor.cpp | | Lines: | 1567-1577 |
| | 6 | 3 |
getVariables| Name: | getVariables | | Prototype: | QList<AnchorData *> getVariables(const QList<QSimplexConstraint *> &constraints) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | | Lines: | 2055-2065 |
| | 6 | 3 |
getText| Name: | getText | | Prototype: | static void getText(QString &text, QTextDocumentPrivate *priv, const QString &docText, int pos, int end) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextcursor.cpp | | Lines: | 1679-1691 |
| | 7 | 2 |
getSegments| Name: | getSegments | | Prototype: | static const char *getSegments(char ch) | | Coverage: | 0.000% (0/55) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlcdnumber.cpp | | Lines: | 236-320 |
| | 26 | 26 |
getResizeDeltaComponent| Name: | getResizeDeltaComponent | | Prototype: | static inline int getResizeDeltaComponent(uint cflags, uint resizeFlag, uint resizeReverseFlag, int delta) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 202-211 |
| | 5 | 3 |
getRelativeRect| Name: | getRelativeRect | | Prototype: | static QRect getRelativeRect(QAccessibleInterface *interface) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/atspiadaptor.cpp | | Lines: | 1579-1594 |
| | 9 | 2 |
getRadialGradientValues| Name: | getRadialGradientValues | | Prototype: | static void getRadialGradientValues(RadialGradientValues *v, const QSpanData *data) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 3584-3596 |
| | 7 | 1 |
getPlatformMenu| Name: | getPlatformMenu | | Prototype: | QPlatformMenu *getPlatformMenu(QAction *action) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenubar.cpp | | Lines: | 1204-1210 |
| | 3 | 2 |
getPixmapSize| Name: | getPixmapSize | | Prototype: | static QSize getPixmapSize(QTextDocument *doc, const QTextImageFormat &format) | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextimagehandler.cpp | | Lines: | 113-153 |
| | 27 | 9 |
getPixmap| Name: | getPixmap | | Coverage: | 0.000% (0/1) |
| | 0 | 1 |
getPixmap| Name: | getPixmap | | Prototype: | static QPixmap getPixmap(QTextDocument *doc, const QTextImageFormat &format, const qreal devicePixelRatio = 1.0) | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextimagehandler.cpp | | Lines: | 73-111 |
| | 20 | 8 |
getOrCreateMenu| Name: | getOrCreateMenu | | Prototype: | QAccessibleInterface *getOrCreateMenu(QWidget *menu, QAction *action) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblemenu.cpp | | Lines: | 50-58 |
| | 5 | 2 |
getOperator| Name: | getOperator | | Prototype: | static inline Operator getOperator(const QSpanData *data, const QSpan *spans, int spanCount) | | Coverage: | 0.000% (0/39) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 3746-3823 |
| | 53 | 16 |
getNativeMousePos| Name: | getNativeMousePos | | Prototype: | static inline QPoint getNativeMousePos(QEvent *e, QObject *o) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsimpledrag.cpp | | Lines: | 112-115 |
| | 1 | 1 |
getMoveDeltaComponent| Name: | getMoveDeltaComponent | | Prototype: | static inline int getMoveDeltaComponent(uint cflags, uint moveFlag, uint resizeFlag, int delta, int maxDelta, int minDelta) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 191-200 |
| | 5 | 3 |
getLinearGradientValues| Name: | getLinearGradientValues | | Prototype: | static void getLinearGradientValues(LinearGradientValues *v, const QSpanData *data) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 3451-3462 |
| | 8 | 2 |
getLineHeightParams| Name: | getLineHeightParams | | Prototype: | static inline void getLineHeightParams(const QTextBlockFormat &blockFormat, const QTextLine &line, qreal scaling, QFixed *lineAdjustment, QFixed *lineBreakHeight, QFixed *lineHeight) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | | Lines: | 2561-2577 |
| | 8 | 3 |
getInt| Name: | getInt | | Prototype: | static inline int getInt(QDataStream &stream) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbararealayout.cpp | | Lines: | 1294-1299 |
| | 3 | 1 |
getImageSize| Name: | getImageSize | | Prototype: | static QSize getImageSize(QTextDocument *doc, const QTextImageFormat &format) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextimagehandler.cpp | | Lines: | 194-223 |
| | 21 | 7 |
getImage| Name: | getImage | | Prototype: | static QImage getImage(QTextDocument *doc, const QTextImageFormat &format, const qreal devicePixelRatio = 1.0) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextimagehandler.cpp | | Lines: | 155-192 |
| | 19 | 7 |
getHash| Name: | getHash | | Prototype: | static inline int getHash(const QTextFormatPrivate *d, int format) | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 299-302 |
| | 1 | 1 |
getGlyphData| Name: | getGlyphData | | Prototype: | static void getGlyphData(QTtfGlyph *glyph, const QVector<TTF_POINT> &points, const QVector<int> &endPoints, int point_array_size) | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontsubset.cpp | | Lines: | 905-951 |
| | 31 | 9 |
getFontWeight| Name: | getFontWeight | | Prototype: | static int getFontWeight(const QString &weightString) | | Coverage: | 0.000% (0/102) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 85-178 |
| | 65 | 30 |
getFactor| Name: | getFactor | | Prototype: | static QPair<QGraphicsAnchorLayoutPrivate::Interval, qreal> getFactor(qreal value, qreal min, qreal minPref, qreal pref, qreal maxPref, qreal max) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | | Lines: | 407-441 |
| | 23 | 5 |
getEtcFileFirstLine| Name: | getEtcFileFirstLine | | Prototype: | static QByteArray getEtcFileFirstLine(const char *fileName) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines: | 2240-2249 |
| | 6 | 2 |
getBounds| Name: | getBounds | | Prototype: | static void getBounds(const QVector<TTF_POINT> &points, qint16 *xmin, qint16 *xmax, qint16 *ymin, qint16 *ymax) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontsubset.cpp | | Lines: | 837-850 |
| | 9 | 2 |
getBlendType| Name: | getBlendType | | Prototype: | static TextureBlendType getBlendType(const QSpanData *data) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 3725-3744 |
| | 13 | 6 |
generateWavyPixmap| Name: | generateWavyPixmap | | Prototype: | static QPixmap generateWavyPixmap(qreal maxRadius, const QPen &pen) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 6175-6225 |
| | 32 | 4 |
generateSubObjectXml| Name: | generateSubObjectXml | | Prototype: | static QString generateSubObjectXml(QObject *object) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusinternalfilters.cpp | | Lines: | 103-116 |
| | 10 | 3 |
generateName| Name: | generateName | | Prototype: | static QTtfTable generateName(const qttf_name_table &name) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontsubset.cpp | | Lines: | 618-641 |
| | 20 | 2 |
generateName| Name: | generateName | | Prototype: | static QTtfTable generateName(const QVector<QTtfNameRecord> &name) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontsubset.cpp | | Lines: | 644-694 |
| | 34 | 5 |
generateMaxp| Name: | generateMaxp | | Prototype: | static QTtfTable generateMaxp(const qttf_maxp_table &maxp) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontsubset.cpp | | Lines: | 566-608 |
| | 36 | 1 |
generateHhea| Name: | generateHhea | | Prototype: | static QTtfTable generateHhea(const qttf_hhea_table &hhea) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontsubset.cpp | | Lines: | 515-563 |
| | 43 | 1 |
generateHead| Name: | generateHead | | Prototype: | static QTtfTable generateHead(const qttf_head_table &head) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontsubset.cpp | | Lines: | 444-512 |
| | 44 | 1 |
generateGlyphTables| Name: | generateGlyphTables | | Prototype: | static QVector<QTtfTable> generateGlyphTables(qttf_font_tables &tables, const QVector<QTtfGlyph> &_glyphs) | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontsubset.cpp | | Lines: | 991-1062 |
| | 47 | 7 |
generateGlyph| Name: | generateGlyph | | Prototype: | static QTtfGlyph generateGlyph(int index, const QPainterPath &path, qreal advance, qreal lsb, qreal ppem) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontsubset.cpp | | Lines: | 953-984 |
| | 17 | 2 |
gcd| Name: | gcd | | Prototype: | static inline quint64 gcd(quint64 x, quint64 y) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | | Lines: | 91-99 |
| | 5 | 2 |
gcd| Name: | gcd | | Prototype: | inline unsigned int gcd(unsigned int x, unsigned int y) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathsimplifier.cpp | | Lines: | 100-108 |
| | 5 | 2 |
fuzzyIsNull| Name: | fuzzyIsNull | | Prototype: | static inline bool fuzzyIsNull(qreal d) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | | Lines: | 62-68 |
| | 3 | 2 |
fuzzyCompare| Name: | fuzzyCompare | | Prototype: | static bool fuzzyCompare(qreal a, qreal b) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | | Lines: | 1499-1502 |
| | 1 | 1 |
functionResolverWithFallback| Name: | functionResolverWithFallback | | Prototype: | template <typename ReturnType, int Policy, typename Base, typename FuncType> Resolver<Base, FuncType, Policy, ReturnType> functionResolverWithFallback(FuncType Base::*func, FuncType fallback, const char *name, const char *alternate = 0) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 2448-2452 |
| | 1 | 1 |
functionResolver| Name: | functionResolver | | Prototype: | template <typename ReturnType, int Policy, typename Base, typename FuncType> Resolver<Base, FuncType, Policy, ReturnType> functionResolver(FuncType Base::*func, const char *name, const char *alternate = 0) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 2454-2458 |
| | 1 | 1 |
fromstrerror_helper| Name: | fromstrerror_helper | | Prototype: | static inline __attribute__((__unused__)) QString fromstrerror_helper(int, const QByteArray &buf) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines: | 3073-3076 |
| | 1 | 1 |
from_HANDLE| Name: | from_HANDLE | | Prototype: | template <typename T> static typename QtPrivate::QEnableIf<QTypeInfo<T>::isPointer, T>::Type from_HANDLE(Qt::HANDLE id) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp | | Lines: | 226-230 |
| | 1 | 1 |
fromQColor| Name: | fromQColor | | Prototype: | static GdkColor fromQColor(const QColor &color) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qgtkstyle.cpp | | Lines: | 289-297 |
| | 6 | 1 |
fromLayoutItemSize| Name: | fromLayoutItemSize | | Prototype: | inline static QSize fromLayoutItemSize(QWidgetPrivate *priv, const QSize &size) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayoutitem.cpp | | Lines: | 53-56 |
| | 1 | 1 |
fromLayoutItemRect| Name: | fromLayoutItemRect | | Prototype: | inline static QRect fromLayoutItemRect(QWidgetPrivate *priv, const QRect &rect) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayoutitem.cpp | | Lines: | 47-51 |
| | 2 | 1 |
freeTextureFunc| Name: | freeTextureFunc | | Prototype: | void freeTextureFunc(QOpenGLFunctions *funcs, GLuint id) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglframebufferobject.cpp | | Lines: | 434-437 |
| | 1 | 1 |
freeTextureFunc| Name: | freeTextureFunc | | Prototype: | void freeTextureFunc(QGLContext *ctx, GLuint id) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 456-460 |
| | 2 | 1 |
freeTexture| Name: | freeTexture | | Prototype: | static void freeTexture(QOpenGLFunctions *funcs, GLuint id) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturecache.cpp | | Lines: | 363-366 |
| | 1 | 1 |
freeShaderFunc| Name: | freeShaderFunc | | Prototype: | void freeShaderFunc(QOpenGLFunctions *funcs, GLuint id) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 208-211 |
| | 1 | 1 |
freeShaderFunc| Name: | freeShaderFunc | | Prototype: | void freeShaderFunc(QGLContext *ctx, GLuint id) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | | Lines: | 215-219 |
| | 2 | 1 |
freeRenderbufferFunc| Name: | freeRenderbufferFunc | | Prototype: | void freeRenderbufferFunc(QOpenGLFunctions *funcs, GLuint id) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglframebufferobject.cpp | | Lines: | 429-432 |
| | 1 | 1 |
freeRenderbufferFunc| Name: | freeRenderbufferFunc | | Prototype: | void freeRenderbufferFunc(QGLContext *ctx, GLuint id) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 450-454 |
| | 2 | 1 |
freeProgramFunc| Name: | freeProgramFunc | | Prototype: | void freeProgramFunc(QOpenGLFunctions *funcs, GLuint id) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 719-722 |
| | 1 | 1 |
freeProgramFunc| Name: | freeProgramFunc | | Prototype: | void freeProgramFunc(QGLContext *ctx, GLuint id) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | | Lines: | 612-616 |
| | 2 | 1 |
freeFramebufferFunc| Name: | freeFramebufferFunc | | Prototype: | void freeFramebufferFunc(QOpenGLFunctions *funcs, GLuint id) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglframebufferobject.cpp | | Lines: | 424-427 |
| | 1 | 1 |
freeFramebufferFunc| Name: | freeFramebufferFunc | | Prototype: | void freeFramebufferFunc(QGLContext *ctx, GLuint id) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 444-448 |
| | 2 | 1 |