Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
QPdfEngine::newPageName: | QPdfEngine::newPage | Prototype: | bool QPdfEngine::newPage() | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1259-1271 |
| | 9 | 3 |
QPdfEngine::drawPointsName: | QPdfEngine::drawPoints | Prototype: | void QPdfEngine::drawPoints (const QPointF *points, int pointCount) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 764-780 |
| | 11 | 3 |
QPdfEngine::drawLinesName: | QPdfEngine::drawLines | Prototype: | void QPdfEngine::drawLines (const QLineF *lines, int lineCount) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 782-797 |
| | 11 | 3 |
QPdfEngine::drawImageName: | QPdfEngine::drawImage | Prototype: | void QPdfEngine::drawImage(const QRectF &rectangle, const QImage &image, const QRectF &sr, Qt::ImageConversionFlags) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 923-943 |
| | 16 | 3 |
QPdfEngine::drawHyperlinkName: | QPdfEngine::drawHyperlink | Prototype: | void QPdfEngine::drawHyperlink(const QRectF &r, const QUrl &url) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1005-1033 |
| | 23 | 3 |
QPdf::toHexName: | QPdf::toHex | Prototype: | const char *QPdf::toHex(ushort u, char *buffer) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 701-715 |
| | 10 | 3 |
QPdf::toHexName: | QPdf::toHex | Prototype: | const char *QPdf::toHex(uchar u, char *buffer) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 717-731 |
| | 10 | 3 |
QPdf::ByteStream::operator <<Name: | QPdf::ByteStream::operator << | Prototype: | ByteStream &ByteStream::operator <<(const ByteStream &src) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 207-222 |
| | 10 | 3 |
QParallelAnimationGroupPrivate::connectUncontrolledAnimationsName: | QParallelAnimationGroupPrivate::connectUncontrolledAnimations | Prototype: | void QParallelAnimationGroupPrivate::connectUncontrolledAnimations() | Coverage: | 100.000% (9/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qparallelanimationgroup.cpp | Lines: | 256-265 |
| | 5 | 3 |
QParallelAnimationGroup::durationName: | QParallelAnimationGroup::duration | Prototype: | int QParallelAnimationGroup::duration() const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qparallelanimationgroup.cpp | Lines: | 111-125 |
| | 8 | 3 |
QPalette::brushName: | QPalette::brush | Prototype: | const QBrush &QPalette::brush(ColorGroup gr, ColorRole cr) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp | Lines: | 719-731 |
| | 7 | 3 |
QPainterPrivate::updateStateName: | QPainterPrivate::updateState | Prototype: | void QPainterPrivate::updateState(QPainterState *newState) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 911-919 |
| | 4 | 3 |
QPainterPrivate::updateMatrixName: | QPainterPrivate::updateMatrix | Prototype: | void QPainterPrivate::updateMatrix() | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 645-662 |
| | 9 | 3 |
QPainterPrivate::drawOpaqueBackgroundName: | QPainterPrivate::drawOpaqueBackground | Prototype: | void QPainterPrivate::drawOpaqueBackground(const QPainterPath &path, DrawOperation op) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 495-512 |
| | 9 | 3 |
QPainterPathStroker::createStrokeName: | QPainterPathStroker::createStroke | Prototype: | QPainterPath QPainterPathStroker::createStroke(const QPainterPath &path) const | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 2595-2612 |
| | 13 | 3 |
QPainterPath::quadToName: | QPainterPath::quadTo | Prototype: | void QPainterPath::quadTo(const QPointF &c, const QPointF &e) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 837-867 |
| | 14 | 3 |
QPainterPath::operator=Name: | QPainterPath::operator= | Prototype: | QPainterPath &QPainterPath::operator=(const QPainterPath &other) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 597-606 |
| | 6 | 3 |
QPainterPath::moveToName: | QPainterPath::moveTo | Prototype: | void QPainterPath::moveTo(const QPointF &p) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 672-701 |
| | 14 | 3 |
QPainterPath::lineToName: | QPainterPath::lineTo | Prototype: | void QPainterPath::lineTo(const QPointF &p) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 722-747 |
| | 13 | 3 |
QPainterPath::intersectsName: | QPainterPath::intersects | Prototype: | bool QPainterPath::intersects(const QPainterPath &p) const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 3361-3369 |
| | 6 | 3 |
QPainterPath::cubicToName: | QPainterPath::cubicTo | Prototype: | void QPainterPath::cubicTo(const QPointF &c1, const QPointF &c2, const QPointF &e) | Coverage: | 0.000% (0/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 780-813 |
| | 15 | 3 |
QPainterPath::controlPointRectName: | QPainterPath::controlPointRect | Prototype: | QRectF QPainterPath::controlPointRect() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 1471-1480 |
| | 6 | 3 |
QPainterPath::containsName: | QPainterPath::contains | Prototype: | bool QPainterPath::contains(const QPainterPath &p) const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 3383-3391 |
| | 6 | 3 |
QPainterPath::boundingRectName: | QPainterPath::boundingRect | Prototype: | QRectF QPainterPath::boundingRect() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 1450-1459 |
| | 6 | 3 |
QPainterPath::addRectName: | QPainterPath::addRect | Prototype: | void QPainterPath::addRect(const QRectF &r) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 1019-1047 |
| | 17 | 3 |
QPainterPath::addPolygonName: | QPainterPath::addPolygon | Prototype: | void QPainterPath::addPolygon(const QPolygonF &polygon) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 1066-1081 |
| | 9 | 3 |
QPainterPath::addPathName: | QPainterPath::addPath | Prototype: | void QPainterPath::addPath(const QPainterPath &other) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 1223-1242 |
| | 11 | 3 |
QPainterPath::addEllipseName: | QPainterPath::addEllipse | Prototype: | void QPainterPath::addEllipse(const QRectF &boundingRect) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 1102-1134 |
| | 21 | 3 |
QPainter::setWorldTransformName: | QPainter::setWorldTransform | Prototype: | void QPainter::setWorldTransform(const QTransform &matrix, bool combine ) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 8274-8290 |
| | 9 | 3 |
QPainter::setWorldMatrixEnabledName: | QPainter::setWorldMatrixEnabled | Prototype: | void QPainter::setWorldMatrixEnabled(bool enable) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 3047-3064 |
| | 8 | 3 |
QPainter::setViewTransformEnabledName: | QPainter::setViewTransformEnabled | Prototype: | void QPainter::setViewTransformEnabled(bool enable) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 7287-7306 |
| | 8 | 3 |
QPainter::setFontName: | QPainter::setFont | Prototype: | void QPainter::setFont(const QFont &font) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 4066-4083 |
| | 7 | 3 |
QPainter::setBrushOriginName: | QPainter::setBrushOrigin | Prototype: | void QPainter::setBrushOrigin(const QPointF &p) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 2126-2147 |
| | 9 | 3 |
QPainter::setBackgroundName: | QPainter::setBackground | Prototype: | void QPainter::setBackground(const QBrush &bg) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 4036-4051 |
| | 7 | 3 |
QPainter::saveName: | QPainter::save | Prototype: | void QPainter::save() | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 1570-1591 |
| | 11 | 3 |
QPainter::resetTransformName: | QPainter::resetTransform | Prototype: | void QPainter::resetTransform() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 8242-8264 |
| | 13 | 3 |
QPainter::fillRectName: | QPainter::fillRect | Prototype: | void QPainter::fillRect(const QRect &r, const QColor &color) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 6966-6979 |
| | 7 | 3 |
QPainter::fillRectName: | QPainter::fillRect | Prototype: | void QPainter::fillRect(const QRectF &r, const QColor &color) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 6990-7003 |
| | 7 | 3 |
QPainter::endNativePaintingName: | QPainter::endNativePainting | Prototype: | void QPainter::endNativePainting() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 1992-2004 |
| | 7 | 3 |
QPainter::drawTextName: | QPainter::drawText | Prototype: | void QPainter::drawText(const QRectF &r, int flags, const QString &str, QRectF *br) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 6007-6024 |
| | 6 | 3 |
QPainter::drawTextName: | QPainter::drawText | Prototype: | void QPainter::drawText(const QRectF &r, const QString &text, const QTextOption &o) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 6125-6142 |
| | 6 | 3 |
QPainter::drawPictureName: | QPainter::drawPicture | Prototype: | void QPainter::drawPicture(const QPointF &p, const QPicture &picture) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 6776-6790 |
| | 9 | 3 |
QPainter::beginNativePaintingName: | QPainter::beginNativePainting | Prototype: | void QPainter::beginNativePainting() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 1971-1981 |
| | 6 | 3 |
QPaintEngineEx::drawPolygonName: | QPaintEngineEx::drawPolygon | Prototype: | void QPaintEngineEx::drawPolygon(const QPoint *points, int pointCount, PolygonDrawMode mode) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 920-935 |
| | 8 | 3 |
QPaintEngineEx::drawPixmapFragmentsName: | QPaintEngineEx::drawPixmapFragments | Prototype: | void QPaintEngineEx::drawPixmapFragments(const QPainter::PixmapFragment *fragments, int fragmentCount, const QPixmap &pixmap, QPainter::PixmapFragmentHints ) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 962-991 |
| | 21 | 3 |
QPaintEngineEx::drawLinesName: | QPaintEngineEx::drawLines | Prototype: | void QPaintEngineEx::drawLines(const QLine *lines, int lineCount) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 783-800 |
| | 11 | 3 |
QPaintEngineEx::drawName: | QPaintEngineEx::draw | Prototype: | void QPaintEngineEx::draw(const QVectorPath &path) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 594-603 |
| | 6 | 3 |
QPaintEngine::drawTextItemName: | QPaintEngine::drawTextItem | Prototype: | void QPaintEngine::drawTextItem(const QPointF &p, const QTextItem &textItem) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | Lines: | 751-768 |
| | 13 | 3 |
QPaintEngine::drawRectsName: | QPaintEngine::drawRects | Prototype: | void QPaintEngine::drawRects(const QRect *rects, int rectCount) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | Lines: | 833-856 |
| | 13 | 3 |
QPaintEngine::drawPointsName: | QPaintEngine::drawPoints | Prototype: | void QPaintEngine::drawPoints(const QPoint *points, int pointCount) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | Lines: | 479-494 |
| | 11 | 3 |
QPaintEngine::drawLinesName: | QPaintEngine::drawLines | Prototype: | void QPaintEngine::drawLines(const QLine *lines, int lineCount) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | Lines: | 797-823 |
| | 14 | 3 |
QPaintDeviceWindow::exposeEventName: | QPaintDeviceWindow::exposeEvent | Prototype: | void QPaintDeviceWindow::exposeEvent(QExposeEvent *exposeEvent) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpaintdevicewindow.cpp | Lines: | 179-194 |
| | 7 | 3 |
QPaintDeviceWindow::eventName: | QPaintDeviceWindow::event | Prototype: | bool QPaintDeviceWindow::event(QEvent *event) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpaintdevicewindow.cpp | Lines: | 199-210 |
| | 6 | 3 |
QPageSizePrivate::QPageSizePrivateName: | QPageSizePrivate::QPageSizePrivate | Prototype: | QPageSizePrivate::QPageSizePrivate(const QString &key, const QSize &pointSize, const QString &name) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | Lines: | 792-805 |
| | 6 | 3 |
QPageSizePrivate::QPageSizePrivateName: | QPageSizePrivate::QPageSizePrivate | Prototype: | QPageSizePrivate::QPageSizePrivate(int windowsId, const QSize &pointSize, const QString &name) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | Lines: | 807-820 |
| | 6 | 3 |
QPageSetupWidget::setPrinterName: | QPageSetupWidget::setPrinter | Prototype: | void QPageSetupWidget::setPrinter(QPrinter *printer) | Coverage: | 57.143% (4/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp | Lines: | 374-392 |
| | 9 | 3 |
QPageLayout::setMarginsName: | QPageLayout::setMargins | Prototype: | bool QPageLayout::setMargins(const QMarginsF &margins) | Coverage: | 0.000% (0/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagelayout.cpp | Lines: | 601-620 |
| | 16 | 3 |
QPageLayout::paintRectName: | QPageLayout::paintRect | Prototype: | QRectF QPageLayout::paintRect(Unit units) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagelayout.cpp | Lines: | 902-910 |
| | 6 | 3 |
QPMCache::timerEventName: | QPMCache::timerEvent | Prototype: | void QPMCache::timerEvent(QTimerEvent *) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | Lines: | 286-297 |
| | 8 | 3 |
QPMCache::resizeKeyArrayName: | QPMCache::resizeKeyArray | Prototype: | void QPMCache::resizeKeyArray(int size) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | Lines: | 405-414 |
| | 7 | 3 |
QPMCache::replaceName: | QPMCache::replace | Prototype: | bool QPMCache::replace(const QPixmapCache::Key &key, const QPixmap &pixmap, int cost) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | Lines: | 368-388 |
| | 11 | 3 |
QPMCache::objectName: | QPMCache::object | Prototype: | QPixmap *QPMCache::object(const QString &key) const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | Lines: | 300-313 |
| | 8 | 3 |
QPMCache::insertName: | QPMCache::insert | Prototype: | QPixmapCache::Key QPMCache::insert(const QPixmap &pixmap, int cost) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | Lines: | 352-366 |
| | 8 | 3 |
QPMCache::flushDetachedPixmapsName: | QPMCache::flushDetachedPixmaps | Prototype: | bool QPMCache::flushDetachedPixmaps(bool nt) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | Lines: | 264-284 |
| | 13 | 3 |
QOpenUrlHandlerRegistry::handlerDestroyedName: | QOpenUrlHandlerRegistry::handlerDestroyed | Prototype: | void QOpenUrlHandlerRegistry::handlerDestroyed(QObject *handler) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qdesktopservices.cpp | Lines: | 82-92 |
| | 5 | 3 |
QOpenGLWindow::defaultFramebufferObjectName: | QOpenGLWindow::defaultFramebufferObject | Prototype: | GLuint QOpenGLWindow::defaultFramebufferObject() const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qopenglwindow.cpp | Lines: | 497-506 |
| | 6 | 3 |
QOpenGLWidgetPrivate::resizeViewportFramebufferName: | QOpenGLWidgetPrivate::resizeViewportFramebuffer | Prototype: | void QOpenGLWidgetPrivate::resizeViewportFramebuffer() | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qopenglwidget.cpp | Lines: | 907-917 |
| | 6 | 3 |
QOpenGLWidgetPrivate::resetName: | QOpenGLWidgetPrivate::reset | Prototype: | void QOpenGLWidgetPrivate::reset() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qopenglwidget.cpp | Lines: | 657-683 |
| | 16 | 3 |
QOpenGLWidgetPrivate::renderName: | QOpenGLWidgetPrivate::render | Prototype: | void QOpenGLWidgetPrivate::render() | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qopenglwidget.cpp | Lines: | 836-851 |
| | 8 | 3 |
QOpenGLWidgetPrivate::recreateFboName: | QOpenGLWidgetPrivate::recreateFbo | Prototype: | void QOpenGLWidgetPrivate::recreateFbo() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qopenglwidget.cpp | Lines: | 685-719 |
| | 23 | 3 |
QOpenGLWidgetPaintDevicePrivate::beginPaintName: | QOpenGLWidgetPaintDevicePrivate::beginPaint | Prototype: | void QOpenGLWidgetPaintDevicePrivate::beginPaint() | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qopenglwidget.cpp | Lines: | 615-632 |
| | 8 | 3 |
QOpenGLWidgetPaintDevice::ensureActiveTargetName: | QOpenGLWidgetPaintDevice::ensureActiveTarget | Prototype: | void QOpenGLWidgetPaintDevice::ensureActiveTarget() | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qopenglwidget.cpp | Lines: | 634-650 |
| | 8 | 3 |
QOpenGLWidget::resizeEventName: | QOpenGLWidget::resizeEvent | Prototype: | void QOpenGLWidget::resizeEvent(QResizeEvent *e) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qopenglwidget.cpp | Lines: | 1167-1184 |
| | 11 | 3 |
QOpenGLWidget::paintEventName: | QOpenGLWidget::paintEvent | Prototype: | void QOpenGLWidget::paintEvent(QPaintEvent *e) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qopenglwidget.cpp | Lines: | 1197-1206 |
| | 6 | 3 |
QOpenGLWidget::paintEngineName: | QOpenGLWidget::paintEngine | Prototype: | QPaintEngine *QOpenGLWidget::paintEngine() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qopenglwidget.cpp | Lines: | 1308-1321 |
| | 6 | 3 |
QOpenGLWidget::makeCurrentName: | QOpenGLWidget::makeCurrent | Prototype: | void QOpenGLWidget::makeCurrent() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qopenglwidget.cpp | Lines: | 1046-1056 |
| | 6 | 3 |
QOpenGLTimeMonitorPrivate::samplesName: | QOpenGLTimeMonitorPrivate::samples | Prototype: | QVector<GLuint64> QOpenGLTimeMonitorPrivate::samples() const | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp | Lines: | 599-612 |
| | 6 | 3 |
QOpenGLTexturePrivate::releaseName: | QOpenGLTexturePrivate::release | Prototype: | void QOpenGLTexturePrivate::release(uint unit, QOpenGLTexture::TextureUnitReset reset) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | Lines: | 258-269 |
| | 7 | 3 |
QOpenGLTexturePrivate::initializeOpenGLFunctionsName: | QOpenGLTexturePrivate::initializeOpenGLFunctions | Prototype: | void QOpenGLTexturePrivate::initializeOpenGLFunctions() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | Lines: | 141-155 |
| | 6 | 3 |
QOpenGLTexturePrivate::destroyName: | QOpenGLTexturePrivate::destroy | Prototype: | void QOpenGLTexturePrivate::destroy() | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | Lines: | 186-233 |
| | 38 | 3 |
QOpenGLTexturePrivate::bindName: | QOpenGLTexturePrivate::bind | Prototype: | void QOpenGLTexturePrivate::bind(uint unit, QOpenGLTexture::TextureUnitReset reset) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | Lines: | 240-251 |
| | 7 | 3 |
QOpenGLTextureGlyphCache::maxTextureHeightName: | QOpenGLTextureGlyphCache::maxTextureHeight | Prototype: | int QOpenGLTextureGlyphCache::maxTextureHeight() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureglyphcache.cpp | Lines: | 450-460 |
| | 6 | 3 |
QOpenGLTextureGlyphCache::fillTextureName: | QOpenGLTextureGlyphCache::fillTexture | Prototype: | void QOpenGLTextureGlyphCache::fillTexture(const Coord &c, glyph_t glyph, QFixed subPixelPosition) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureglyphcache.cpp | Lines: | 418-434 |
| | 10 | 3 |
QOpenGLTextureBlitterPrivate::prepareProgramName: | QOpenGLTextureBlitterPrivate::prepareProgram | Prototype: | void QOpenGLTextureBlitterPrivate::prepareProgram(const QMatrix4x4 &vertexTransform) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureblitter.cpp | Lines: | 219-244 |
| | 16 | 3 |
QOpenGLTexture::setSwizzleMaskName: | QOpenGLTexture::setSwizzleMask | Prototype: | void QOpenGLTexture::setSwizzleMask(SwizzleComponent component, SwizzleValue value) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | Lines: | 3736-3757 |
| | 12 | 3 |
QOpenGLTexture::setSwizzleMaskName: | QOpenGLTexture::setSwizzleMask | Prototype: | void QOpenGLTexture::setSwizzleMask(SwizzleValue r, SwizzleValue g, SwizzleValue b, SwizzleValue a) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | Lines: | 3764-3792 |
| | 16 | 3 |
QOpenGLTexture::setDepthStencilModeName: | QOpenGLTexture::setDepthStencilMode | Prototype: | void QOpenGLTexture::setDepthStencilMode(QOpenGLTexture::DepthStencilMode mode) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | Lines: | 3825-3845 |
| | 12 | 3 |
QOpenGLTexture::setBorderColorName: | QOpenGLTexture::setBorderColor | Prototype: | void QOpenGLTexture::setBorderColor(float r, float g, float b, float a) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | Lines: | 4122-4148 |
| | 16 | 3 |
QOpenGLTexture::setBorderColorName: | QOpenGLTexture::setBorderColor | Prototype: | void QOpenGLTexture::setBorderColor(int r, int g, int b, int a) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | Lines: | 4155-4183 |
| | 16 | 3 |
QOpenGLTexture::setBorderColorName: | QOpenGLTexture::setBorderColor | Prototype: | void QOpenGLTexture::setBorderColor(uint r, uint g, uint b, uint a) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | Lines: | 4190-4218 |
| | 16 | 3 |
QOpenGLSharedResource::freeName: | QOpenGLSharedResource::free | Prototype: | void QOpenGLSharedResource::free() | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qopenglcontext.cpp | Lines: | 1506-1522 |
| | 9 | 3 |
QOpenGLShaderProgramPrivate::hasShaderName: | QOpenGLShaderProgramPrivate::hasShader | Prototype: | bool QOpenGLShaderProgramPrivate::hasShader(QOpenGLShader::ShaderType type) const | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | Lines: | 739-746 |
| | 4 | 3 |
QOpenGLShaderProgram::removeShaderName: | QOpenGLShaderProgram::removeShader | Prototype: | void QOpenGLShaderProgram::removeShader(QOpenGLShader *shader) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | Lines: | 959-973 |
| | 9 | 3 |
QOpenGLShaderProgram::removeAllShadersName: | QOpenGLShaderProgram::removeAllShaders | Prototype: | void QOpenGLShaderProgram::removeAllShaders() | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | Lines: | 995-1012 |
| | 11 | 3 |
QOpenGLShaderProgram::programIdName: | QOpenGLShaderProgram::programId | Prototype: | GLuint QOpenGLShaderProgram::programId() const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | Lines: | 1144-1157 |
| | 7 | 3 |
QOpenGLShaderProgram::hasOpenGLShaderProgramsName: | QOpenGLShaderProgram::hasOpenGLShaderPrograms | Prototype: | bool QOpenGLShaderProgram::hasOpenGLShaderPrograms(QOpenGLContext *context) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | Lines: | 3416-3428 |
| | 5 | 3 |
QOpenGLShaderProgram::addShaderFromSourceFileName: | QOpenGLShaderProgram::addShaderFromSourceFile | Prototype: | bool QOpenGLShaderProgram::addShaderFromSourceFile (QOpenGLShader::ShaderType type, const QString& fileName) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | Lines: | 936-950 |
| | 10 | 3 |
QOpenGLShaderProgram::addShaderFromSourceCodeName: | QOpenGLShaderProgram::addShaderFromSourceCode | Prototype: | bool QOpenGLShaderProgram::addShaderFromSourceCode(QOpenGLShader::ShaderType type, const char *source) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | Lines: | 869-882 |
| | 10 | 3 |
QOpenGLShader::sourceCodeName: | QOpenGLShader::sourceCode | Prototype: | QByteArray QOpenGLShader::sourceCode() const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | Lines: | 637-653 |
| | 14 | 3 |
QOpenGLPaintDevice::paintEngineName: | QOpenGLPaintDevice::paintEngine | Prototype: | QPaintEngine *QOpenGLPaintDevice::paintEngine() const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintdevice.cpp | Lines: | 202-214 |
| | 7 | 3 |