Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
grabForPopupName: | 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 |
grabMouseForWidgetName: | 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 |
grabberWindowName: | 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 |
graphicsProxyWidgetName: | 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 |
gray_compute_cboxName: | 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 |
gray_convert_glyphName: | 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_convert_glyph_innerName: | 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_hlineName: | 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_init_cellsName: | 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_move_toName: | 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_raster_doneName: | 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_raster_newName: | 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_renderName: | 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_resetName: | 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_record_cellName: | 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_render_conicName: | 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_render_cubicName: | 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_lineName: | 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_scanlineName: | 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_spanName: | 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_set_cellName: | 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_split_conicName: | 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_split_cubicName: | 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_start_cellName: | 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_sweepName: | 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 |
grayscaleName: | 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 |
gridAtName: | 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 |
growName: | 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 |
growthFactorBelowPreferredSizeName: | 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 |
gtkStyleSetCallbackName: | 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 |
handleSpansName: | 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 |
hardlight_opName: | 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 |
hasBackingStoreSupportName: | hasBackingStoreSupport | Prototype: | static inline bool hasBackingStoreSupport() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 132-135 |
| | 1 | 1 |
hasElementIndexUintName: | hasElementIndexUint | Prototype: | static bool hasElementIndexUint() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 2262-2268 |
| | 4 | 2 |
hasFeatureName: | hasFeature | Prototype: | static inline bool hasFeature(const QDockWidgetPrivate *priv, QDockWidget::DockWidgetFeature feature) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | Lines: | 80-81 |
| | 1 | 1 |
hasFeatureName: | hasFeature | Prototype: | static inline bool hasFeature(const QDockWidget *dockwidget, QDockWidget::DockWidgetFeature feature) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | Lines: | 83-84 |
| | 1 | 1 |
hashName: | hash | Prototype: | static inline uint hash(const QColor &color) | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | Lines: | 261-264 |
| | 1 | 1 |
hashName: | hash | Prototype: | static inline uint hash(const QPen &pen) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | Lines: | 266-269 |
| | 1 | 1 |
hashName: | hash | Prototype: | static inline uint hash(const QBrush &brush) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | Lines: | 271-274 |
| | 1 | 1 |
hb_canRenderName: | hb_canRender | Prototype: | static HB_Bool hb_canRender(HB_Font font, const HB_UChar16 *string, hb_uint32 length) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | Lines: | 141-145 |
| | 2 | 1 |
hb_freeFaceName: | hb_freeFace | Prototype: | static void hb_freeFace(void *face) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | Lines: | 203-206 |
| | 1 | 1 |
hb_getAdvancesName: | hb_getAdvances | Prototype: | static void hb_getAdvances(HB_Font font, const HB_Glyph *glyphs, hb_uint32 numGlyphs, HB_Fixed *advances, int flags) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | Lines: | 129-139 |
| | 6 | 1 |
hb_getFontMetricName: | hb_getFontMetric | Prototype: | static HB_Fixed hb_getFontMetric(HB_Font font, HB_FontMetric metric) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | Lines: | 159-166 |
| | 4 | 2 |
hb_getGlyphMetricsName: | hb_getGlyphMetrics | Prototype: | static void hb_getGlyphMetrics(HB_Font font, HB_Glyph glyph, HB_GlyphMetrics *metrics) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | Lines: | 147-157 |
| | 8 | 1 |
hb_getPointInOutlineName: | hb_getPointInOutline | Prototype: | static HB_Error hb_getPointInOutline(HB_Font font, HB_Glyph glyph, int flags, hb_uint32 point, HB_Fixed *xpos, HB_Fixed *ypos, hb_uint32 *nPoints) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | Lines: | 179-183 |
| | 2 | 1 |
hb_getSFntTableName: | hb_getSFntTable | Prototype: | static HB_Error hb_getSFntTable(void *font, HB_Tag tableTag, HB_Byte *buffer, HB_UInt *length) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | Lines: | 190-201 |
| | 7 | 2 |
hb_qt_face_get_for_engineName: | hb_qt_face_get_for_engine | Prototype: | hb_face_t *hb_qt_face_get_for_engine(QFontEngine *fe) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qharfbuzzng.cpp | Lines: | 671-683 |
| | 7 | 3 |
hb_qt_font_get_for_engineName: | hb_qt_font_get_for_engine | Prototype: | hb_font_t *hb_qt_font_get_for_engine(QFontEngine *fe) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qharfbuzzng.cpp | Lines: | 721-733 |
| | 7 | 3 |
hb_qt_font_get_use_design_metricsName: | hb_qt_font_get_use_design_metrics | Prototype: | uint hb_qt_font_get_use_design_metrics(hb_font_t *font) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qharfbuzzng.cpp | Lines: | 582-585 |
| | 1 | 1 |
hb_qt_font_set_use_design_metricsName: | hb_qt_font_set_use_design_metrics | Prototype: | void hb_qt_font_set_use_design_metrics(hb_font_t *font, uint value) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qharfbuzzng.cpp | Lines: | 577-580 |
| | 1 | 1 |
hb_qt_get_font_funcsName: | hb_qt_get_font_funcs | Prototype: | hb_font_funcs_t *hb_qt_get_font_funcs() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qharfbuzzng.cpp | Lines: | 614-617 |
| | 1 | 1 |
hb_qt_get_unicode_funcsName: | hb_qt_get_unicode_funcs | Prototype: | hb_unicode_funcs_t *hb_qt_get_unicode_funcs() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qharfbuzzng.cpp | Lines: | 411-414 |
| | 1 | 1 |
hb_qt_script_from_scriptName: | hb_qt_script_from_script | Prototype: | QChar::Script hb_qt_script_from_script(hb_script_t script) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qharfbuzzng.cpp | Lines: | 208-214 |
| | 4 | 2 |
hb_qt_script_to_scriptName: | hb_qt_script_to_script | Prototype: | hb_script_t hb_qt_script_to_script(QChar::Script script) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qharfbuzzng.cpp | Lines: | 203-206 |
| | 1 | 1 |
hb_stringToGlyphsName: | hb_stringToGlyphs | Prototype: | static HB_Bool hb_stringToGlyphs(HB_Font font, const HB_UChar16 *string, hb_uint32 length, HB_Glyph *glyphs, hb_uint32 *numGlyphs, HB_Bool rightToLeft) | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | Lines: | 102-127 |
| | 17 | 4 |
helperIconName: | helperIcon | Prototype: | static QMessageDialogOptions::Icon helperIcon(QMessageBox::Icon i) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qmessagebox.cpp | Lines: | 2702-2717 |
| | 7 | 6 |
helperStandardButtonsName: | helperStandardButtons | Prototype: | static QPlatformDialogHelper::StandardButtons helperStandardButtons(QMessageBox * q) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qmessagebox.cpp | Lines: | 2719-2723 |
| | 2 | 1 |
hex2byteName: | hex2byte | Prototype: | static inline int hex2byte(char *p) | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qxbmhandler.cpp | Lines: | 52-56 |
| | 2 | 1 |
hex2intName: | hex2int | Prototype: | static inline int hex2int(const char *s) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor_p.cpp | Lines: | 48-57 |
| | 7 | 3 |
hex2intName: | hex2int | Prototype: | static inline int hex2int(char s) | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor_p.cpp | Lines: | 64-68 |
| | 2 | 1 |
hexdigName: | hexdig | Prototype: | static inline uchar hexdig(uint u) | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonwriter.cpp | Lines: | 46-49 |
| | 1 | 1 |
highByteName: | highByte | Prototype: | static inline uchar highByte(glyph_t glyph) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | Lines: | 1751-1752 |
| | 1 | 1 |
hintName: | hint | Prototype: | static inline QVariant hint(QPlatformIntegration::StyleHint h) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qstylehints.cpp | Lines: | 42-45 |
| | 1 | 1 |
horzName: | horz | Prototype: | static inline bool horz(QBoxLayout::Direction dir) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 128-131 |
| | 1 | 1 |
iWantTheFocusName: | iWantTheFocus | Prototype: | static QWidget *iWantTheFocus(QWidget *ancestor) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | Lines: | 93-109 |
| | 10 | 5 |
iconToQXdgDBusImageVectorName: | iconToQXdgDBusImageVector | Prototype: | QXdgDBusImageVector iconToQXdgDBusImageVector(const QIcon &icon) | Coverage: | 0.000% (0/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qdbustraytypes.cpp | Lines: | 58-109 |
| | 37 | 11 |
idKeyName: | idKey | Coverage: | 0.000% (0/1) |
| | 0 | 1 |
idKeyName: | idKey | Prototype: | static inline QString idKey() | Coverage: | 0.000% (0/2) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengl.cpp | Lines: | 144-144 |
| | 0 | 2 |
imageHasNarrowOutlinesName: | imageHasNarrowOutlines | Prototype: | static bool imageHasNarrowOutlines(const QImage &im) | Coverage: | 0.000% (0/35) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | Lines: | 690-731 |
| | 31 | 9 |
imageReadMimeFormatsName: | imageReadMimeFormats | Prototype: | static QStringList imageReadMimeFormats() | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdnd.cpp | Lines: | 146-164 |
| | 12 | 3 |
imageWriteMimeFormatsName: | imageWriteMimeFormats | Prototype: | static QStringList imageWriteMimeFormats() | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdnd.cpp | Lines: | 167-185 |
| | 12 | 3 |
inflateName: | inflate | Prototype: | static int inflate(Bytef *dest, ulong *destLen, const Bytef *source, ulong sourceLen) | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | Lines: | 123-156 |
| | 24 | 6 |
initEmptyMultiBoxName: | initEmptyMultiBox | Prototype: | static void initEmptyMultiBox(QVector<QLayoutStruct> &chain, int start, int end) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | Lines: | 612-620 |
| | 5 | 3 |
initFontDefName: | initFontDef | Prototype: | static void initFontDef(const QtFontDesc &desc, const QFontDef &request, QFontDef *fontDef, bool multi) | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | Lines: | 656-684 |
| | 20 | 5 |
initFontUnlockedName: | initFontUnlocked | Prototype: | static void initFontUnlocked() | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 227-237 |
| | 7 | 5 |
initGtkName: | initGtk | Prototype: | static void initGtk() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qgtk2painter.cpp | Lines: | 94-128 |
| | 24 | 2 |
initLayoutStructName: | initLayoutStruct | Prototype: | static inline void initLayoutStruct(QLayoutStruct& sl, QFormLayoutItem* item) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 639-646 |
| | 5 | 1 |
initPaletteName: | initPalette | Prototype: | static void initPalette() | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 212-219 |
| | 5 | 4 |
initPerfName: | initPerf | Prototype: | static void initPerf() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkperfevents.cpp | Lines: | 82-101 |
| | 12 | 2 |
initResourcesName: | initResources | Prototype: | static void initResources() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | Lines: | 107-116 |
| | 2 | 1 |
initSystemPaletteName: | initSystemPalette | Prototype: | static void initSystemPalette() | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | Lines: | 132-145 |
| | 8 | 4 |
init_platformName: | init_platform | Coverage: | 0.000% (0/1) |
| | 0 | 1 |
init_platformName: | init_platform | Prototype: | static void init_platform(const QString &pluginArgument, const QString &platformPluginPath, const QString &platformThemeName, int &argc, char **argv) | Coverage: | 0.000% (0/43) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 1058-1147 |
| | 41 | 18 |
init_pluginsName: | init_plugins | Prototype: | static void init_plugins(const QList<QByteArray> &pluginList) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 1149-1165 |
| | 11 | 4 |
initialGlobalScaleFactorName: | initialGlobalScaleFactor | Prototype: | static inline qreal initialGlobalScaleFactor() | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qhighdpiscaling.cpp | Lines: | 52-76 |
| | 16 | 6 |
initializeDbName: | initializeDb | Prototype: | static void initializeDb() | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | Lines: | 888-903 |
| | 8 | 5 |
insertOrRemoveItemsName: | insertOrRemoveItems | Prototype: | template <typename T> static void insertOrRemoveItems(QVector<T> &items, int index, int delta) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | Lines: | 44-55 |
| | 6 | 4 |
int2stringName: | int2string | Prototype: | static QString int2string(int num, int base, int ndigits, bool *oflow) | Coverage: | 0.000% (0/35) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlcdnumber.cpp | Lines: | 151-205 |
| | 37 | 13 |
intValueHelperName: | intValueHelper | Prototype: | static bool intValueHelper(const QCss::Value &v, int *i, const char *unit) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | Lines: | 1456-1471 |
| | 12 | 5 |
interpolateName: | interpolate | Prototype: | static qreal interpolate(const QPair<QGraphicsAnchorLayoutPrivate::Interval, qreal> &factor, qreal min, qreal minPref, qreal pref, qreal maxPref, qreal max) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | Lines: | 443-469 |
| | 16 | 5 |
interpolate_4_pixels_16Name: | interpolate_4_pixels_16 | Prototype: | static inline uint interpolate_4_pixels_16(uint tl, uint tr, uint bl, uint br, int distx, int disty) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 1742-1756 |
| | 10 | 1 |
interpolate_4_pixels_rgb64Name: | interpolate_4_pixels_rgb64 | Prototype: | static inline QRgba64 interpolate_4_pixels_rgb64(QRgba64 t[], QRgba64 b[], uint distx, uint disty) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 1829-1850 |
| | 11 | 2 |
interpolate_pixel_rgb16_255Name: | interpolate_pixel_rgb16_255 | Prototype: | static inline quint16 interpolate_pixel_rgb16_255(quint16 x, quint8 a, quint16 y, quint8 b) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 4268-4275 |
| | 3 | 1 |
interpolate_pixel_rgb16x2_255Name: | interpolate_pixel_rgb16x2_255 | Prototype: | static inline quint32 interpolate_pixel_rgb16x2_255(quint32 x, quint8 a, quint32 y, quint8 b) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 4277-4284 |
| | 4 | 1 |
intersectLineName: | intersectLine | Prototype: | template <Edge edge> QPointF intersectLine(const QPointF &a, const QPointF &b, qreal t) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | Lines: | 1947-1958 |
| | 4 | 4 |
intersectPathName: | intersectPath | Prototype: | QPainterPath intersectPath(const QPainterPath &path, const QRectF &rect) | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | Lines: | 2085-2112 |
| | 19 | 8 |
intersectPixelFPName: | intersectPixelFP | Prototype: | static Q16Dot16 intersectPixelFP(int x, Q16Dot16 top, Q16Dot16 bottom, Q16Dot16 leftIntersectX, Q16Dot16 rightIntersectX, Q16Dot16 slope, Q16Dot16 invSlope) | Coverage: | 0.000% (0/31) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qrasterizer.cpp | Lines: | 669-708 |
| | 25 | 10 |
intersectionPointName: | intersectionPoint | Prototype: | IntersectionPoint intersectionPoint(const QPoint &u1, const QPoint &u2, const QPoint &v1, const QPoint &v2) | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathsimplifier.cpp | Lines: | 168-231 |
| | 32 | 6 |
intersectsViewportName: | intersectsViewport | Prototype: | static inline bool intersectsViewport(const QRect &r, int width, int height) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | Lines: | 940-941 |
| | 1 | 1 |
intmaxlogName: | intmaxlog | Prototype: | static inline int intmaxlog(int n) | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscenebsptreeindex.cpp | Lines: | 82-85 |
| | 1 | 1 |