Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QPainter::drawStaticTextName: | QPainter::drawStaticText | Prototype: | void QPainter::drawStaticText(const QPointF &topLeftPosition, const QStaticText &staticText) | Coverage: | 0.000% (0/72) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 5719-5832 |
| | 72 | 18 |
QPainter::drawRoundedRectName: | QPainter::drawRoundedRect | Prototype: | void QPainter::drawRoundedRect(const QRectF &rect, qreal xRadius, qreal yRadius, Qt::SizeMode mode) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 4120-4144 |
| | 12 | 4 |
QPainter::drawRoundRectName: | QPainter::drawRoundRect | Prototype: | void QPainter::drawRoundRect(const QRectF &r, int xRnd, int yRnd) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 4177-4180 |
| | 1 | 1 |
QPainter::drawRectsName: | QPainter::drawRects | Prototype: | void QPainter::drawRects(const QRectF *rects, int rectCount) | Coverage: | 0.000% (0/32) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 3483-3534 |
| | 30 | 10 |
QPainter::drawRectsName: | QPainter::drawRects | Prototype: | void QPainter::drawRects(const QRect *rects, int rectCount) | Coverage: | 0.000% (0/32) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 3543-3596 |
| | 30 | 10 |
QPainter::drawPolylineName: | QPainter::drawPolyline | Prototype: | void QPainter::drawPolyline(const QPointF *points, int pointCount) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 4693-4726 |
| | 14 | 5 |
QPainter::drawPolylineName: | QPainter::drawPolyline | Prototype: | void QPainter::drawPolyline(const QPoint *points, int pointCount) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 4734-4767 |
| | 14 | 5 |
QPainter::drawPolygonName: | QPainter::drawPolygon | Prototype: | void QPainter::drawPolygon(const QPointF *points, int pointCount, Qt::FillRule fillRule) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 4809-4841 |
| | 17 | 5 |
QPainter::drawPolygonName: | QPainter::drawPolygon | Prototype: | void QPainter::drawPolygon(const QPoint *points, int pointCount, Qt::FillRule fillRule) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 4848-4880 |
| | 17 | 5 |
QPainter::drawPointsName: | QPainter::drawPoints | Prototype: | void QPainter::drawPoints(const QPointF *points, int pointCount) | Coverage: | 0.000% (0/30) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 3643-3696 |
| | 32 | 10 |
QPainter::drawPointsName: | QPainter::drawPoints | Prototype: | void QPainter::drawPoints(const QPoint *points, int pointCount) | Coverage: | 0.000% (0/30) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 3705-3758 |
| | 32 | 10 |
QPainter::drawPixmapFragmentsName: | QPainter::drawPixmapFragments | Prototype: | void QPainter::drawPixmapFragments(const PixmapFragment *fragments, int fragmentCount, const QPixmap &pixmap, PixmapFragmentHints hints) | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 8333-8380 |
| | 30 | 7 |
QPainter::drawPixmapName: | QPainter::drawPixmap | Prototype: | void QPainter::drawPixmap(const QPointF &p, const QPixmap &pm) | Coverage: | 0.000% (0/36) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 5045-5115 |
| | 39 | 8 |
QPainter::drawPixmapName: | QPainter::drawPixmap | Prototype: | void QPainter::drawPixmap(const QRectF &r, const QPixmap &pm, const QRectF &sr) | Coverage: | 0.000% (0/85) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 5117-5249 |
| | 82 | 18 |
QPainter::drawPieName: | QPainter::drawPie | Prototype: | void QPainter::drawPie(const QRectF &r, int a, int alen) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 4409-4436 |
| | 14 | 5 |
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: | 6772-6786 |
| | 9 | 3 |
QPainter::drawPathName: | QPainter::drawPath | Prototype: | void QPainter::drawPath(const QPainterPath &path) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 3367-3395 |
| | 11 | 4 |
QPainter::drawLinesName: | QPainter::drawLines | Prototype: | void QPainter::drawLines(const QLineF *lines, int lineCount) | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 4525-4565 |
| | 22 | 7 |
QPainter::drawLinesName: | QPainter::drawLines | Prototype: | void QPainter::drawLines(const QLine *lines, int lineCount) | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 4574-4614 |
| | 22 | 7 |
QPainter::drawLinesName: | QPainter::drawLines | Prototype: | void QPainter::drawLines(const QPointF *pointPairs, int lineCount) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 4624-4629 |
| | 2 | 1 |
QPainter::drawLinesName: | QPainter::drawLines | Prototype: | void QPainter::drawLines(const QPoint *pointPairs, int lineCount) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 4637-4642 |
| | 2 | 1 |
QPainter::drawImageName: | QPainter::drawImage | Prototype: | void QPainter::drawImage(const QPointF &p, const QImage &image) | Coverage: | 0.000% (0/30) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 5354-5407 |
| | 36 | 6 |
QPainter::drawImageName: | QPainter::drawImage | Prototype: | void QPainter::drawImage(const QRectF &targetRect, const QImage &image, const QRectF &sourceRect, Qt::ImageConversionFlags flags) | Coverage: | 0.000% (0/74) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 5409-5520 |
| | 78 | 16 |
QPainter::drawGlyphRunName: | QPainter::drawGlyphRun | Prototype: | void QPainter::drawGlyphRun(const QPointF &position, const QGlyphRun &glyphRun) | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 5534-5569 |
| | 23 | 5 |
QPainter::drawEllipseName: | QPainter::drawEllipse | Prototype: | void QPainter::drawEllipse(const QRectF &r) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 4220-4252 |
| | 17 | 5 |
QPainter::drawEllipseName: | QPainter::drawEllipse | Prototype: | void QPainter::drawEllipse(const QRect &r) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 4261-4294 |
| | 17 | 5 |
QPainter::drawConvexPolygonName: | QPainter::drawConvexPolygon | Prototype: | void QPainter::drawConvexPolygon(const QPoint *points, int pointCount) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 4947-4979 |
| | 17 | 5 |
QPainter::drawConvexPolygonName: | QPainter::drawConvexPolygon | Prototype: | void QPainter::drawConvexPolygon(const QPointF *points, int pointCount) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 4981-5013 |
| | 17 | 5 |
QPainter::drawChordName: | QPainter::drawChord | Prototype: | void QPainter::drawChord(const QRectF &r, int a, int alen) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 4478-4497 |
| | 9 | 2 |
QPainter::drawArcName: | QPainter::drawArc | Prototype: | void QPainter::drawArc(const QRectF &r, int a, int alen) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 4347-4365 |
| | 8 | 2 |
QPainter::deviceTransformName: | QPainter::deviceTransform | Prototype: | const QTransform & QPainter::deviceTransform() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 8218-8226 |
| | 5 | 2 |
QPainter::deviceMatrixName: | QPainter::deviceMatrix | Prototype: | const QMatrix &QPainter::deviceMatrix() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 3002-3010 |
| | 5 | 2 |
QPainter::deviceName: | QPainter::device | Prototype: | QPaintDevice *QPainter::device() const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 1507-1513 |
| | 4 | 2 |
QPainter::compositionModeName: | QPainter::compositionMode | Prototype: | QPainter::CompositionMode QPainter::compositionMode() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 2397-2405 |
| | 5 | 2 |
QPainter::combinedTransformName: | QPainter::combinedTransform | Prototype: | QTransform QPainter::combinedTransform() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 8308-8316 |
| | 5 | 2 |
QPainter::combinedMatrixName: | QPainter::combinedMatrix | Prototype: | QMatrix QPainter::combinedMatrix() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 2977-2980 |
| | 1 | 1 |
QPainter::clipRegionName: | QPainter::clipRegion | Prototype: | QRegion QPainter::clipRegion() const | Coverage: | 0.000% (0/64) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 2493-2597 |
| | 67 | 22 |
QPainter::clipPathName: | QPainter::clipPath | Prototype: | QPainterPath QPainter::clipPath() const | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 2611-2648 |
| | 19 | 6 |
QPainter::clipBoundingRectName: | QPainter::clipBoundingRect | Prototype: | QRectF QPainter::clipBoundingRect() const | Coverage: | 0.000% (0/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 2662-2703 |
| | 23 | 9 |
QPainter::brushOriginName: | QPainter::brushOrigin | Prototype: | QPoint QPainter::brushOrigin() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 2094-2102 |
| | 5 | 2 |
QPainter::brushName: | QPainter::brush | Prototype: | const QBrush &QPainter::brush() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 4009-4017 |
| | 5 | 2 |
QPainter::boundingRectName: | QPainter::boundingRect | Prototype: | QRect QPainter::boundingRect(const QRect &rect, int flags, const QString &str) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 6586-6593 |
| | 5 | 2 |
QPainter::boundingRectName: | QPainter::boundingRect | Prototype: | QRectF QPainter::boundingRect(const QRectF &rect, int flags, const QString &str) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 6597-6604 |
| | 5 | 2 |
QPainter::boundingRectName: | QPainter::boundingRect | Prototype: | QRectF QPainter::boundingRect(const QRectF &r, const QString &text, const QTextOption &o) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 6619-6629 |
| | 6 | 2 |
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: | 1967-1977 |
| | 6 | 3 |
QPainter::beginName: | QPainter::begin | Prototype: | bool QPainter::begin(QPaintDevice *pd) | Coverage: | 0.000% (0/78) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 1698-1855 |
| | 94 | 24 |
QPainter::backgroundModeName: | QPainter::backgroundMode | Prototype: | Qt::BGMode QPainter::backgroundMode() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 3818-3826 |
| | 5 | 2 |
QPainter::backgroundName: | QPainter::background | Prototype: | const QBrush &QPainter::background() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 2413-2421 |
| | 5 | 2 |
QPainter::QPainterName: | QPainter::QPainter | Prototype: | QPainter::QPainter() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 1436-1439 |
| | 2 | 1 |
QPainter::QPainterName: | QPainter::QPainter | Prototype: | QPainter::QPainter(QPaintDevice *pd) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 1465-1474 |
| | 5 | 2 |
QPainter::PixmapFragment::createName: | QPainter::PixmapFragment::create | Prototype: | QPainter::PixmapFragment QPainter::PixmapFragment::create(const QPointF &pos, const QRectF &sourceRect, qreal scaleX, qreal scaleY, qreal rotation, qreal opacity) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 8411-8418 |
| | 3 | 1 |
QPaintEvent::QPaintEventName: | QPaintEvent::QPaintEvent | Prototype: | QPaintEvent::QPaintEvent(const QRegion& paintRegion) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 1363-1365 |
| | 1 | 1 |
QPaintEvent::QPaintEventName: | QPaintEvent::QPaintEvent | Prototype: | QPaintEvent::QPaintEvent(const QRect &paintRect) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 1371-1373 |
| | 1 | 1 |
QPaintEngineState::transformName: | QPaintEngineState::transform | Prototype: | QTransform QPaintEngineState::transform() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 8028-8033 |
| | 2 | 1 |
QPaintEngineState::renderHintsName: | QPaintEngineState::renderHints | Prototype: | QPainter::RenderHints QPaintEngineState::renderHints() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 8133-8136 |
| | 1 | 1 |
QPaintEngineState::penNeedsResolvingName: | QPaintEngineState::penNeedsResolving | Prototype: | bool QPaintEngineState::penNeedsResolving() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 8073-8077 |
| | 2 | 1 |
QPaintEngineState::penName: | QPaintEngineState::pen | Prototype: | QPen QPaintEngineState::pen() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 7916-7919 |
| | 1 | 1 |
QPaintEngineState::painterName: | QPaintEngineState::painter | Prototype: | QPainter *QPaintEngineState::painter() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 8159-8162 |
| | 1 | 1 |
QPaintEngineState::opacityName: | QPaintEngineState::opacity | Prototype: | qreal QPaintEngineState::opacity() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 8171-8174 |
| | 1 | 1 |
QPaintEngineState::matrixName: | QPaintEngineState::matrix | Prototype: | QMatrix QPaintEngineState::matrix() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 8009-8014 |
| | 2 | 1 |
QPaintEngineState::isClipEnabledName: | QPaintEngineState::isClipEnabled | Prototype: | bool QPaintEngineState::isClipEnabled() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 8118-8121 |
| | 1 | 1 |
QPaintEngineState::fontName: | QPaintEngineState::font | Prototype: | QFont QPaintEngineState::font() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 7988-7991 |
| | 1 | 1 |
QPaintEngineState::compositionModeName: | QPaintEngineState::compositionMode | Prototype: | QPainter::CompositionMode QPaintEngineState::compositionMode() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 8148-8151 |
| | 1 | 1 |
QPaintEngineState::clipRegionName: | QPaintEngineState::clipRegion | Prototype: | QRegion QPaintEngineState::clipRegion() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 8088-8091 |
| | 1 | 1 |
QPaintEngineState::clipPathName: | QPaintEngineState::clipPath | Prototype: | QPainterPath QPaintEngineState::clipPath() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 8102-8105 |
| | 1 | 1 |
QPaintEngineState::clipOperationName: | QPaintEngineState::clipOperation | Prototype: | Qt::ClipOperation QPaintEngineState::clipOperation() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 8047-8050 |
| | 1 | 1 |
QPaintEngineState::brushOriginName: | QPaintEngineState::brushOrigin | Prototype: | QPointF QPaintEngineState::brushOrigin() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 7944-7947 |
| | 1 | 1 |
QPaintEngineState::brushNeedsResolvingName: | QPaintEngineState::brushNeedsResolving | Prototype: | bool QPaintEngineState::brushNeedsResolving() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 8059-8063 |
| | 2 | 1 |
QPaintEngineState::brushName: | QPaintEngineState::brush | Prototype: | QBrush QPaintEngineState::brush() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 7930-7933 |
| | 1 | 1 |
QPaintEngineState::backgroundModeName: | QPaintEngineState::backgroundMode | Prototype: | Qt::BGMode QPaintEngineState::backgroundMode() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 7973-7976 |
| | 1 | 1 |
QPaintEngineState::backgroundBrushName: | QPaintEngineState::backgroundBrush | Prototype: | QBrush QPaintEngineState::backgroundBrush() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 7958-7961 |
| | 1 | 1 |
QPaintEnginePrivate::drawBoxTextItemName: | QPaintEnginePrivate::drawBoxTextItem | Prototype: | void QPaintEnginePrivate::drawBoxTextItem(const QPointF &p, const QTextItemInt &ti) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | Lines: | 975-1000 |
| | 19 | 4 |
QPaintEngineExPrivate::~QPaintEngineExPrivateName: | QPaintEngineExPrivate::~QPaintEngineExPrivate | Prototype: | QPaintEngineExPrivate::~QPaintEngineExPrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 165-168 |
| | 1 | 1 |
QPaintEngineExPrivate::replayClipOperationsName: | QPaintEngineExPrivate::replayClipOperations | Prototype: | void QPaintEngineExPrivate::replayClipOperations() | Coverage: | 0.000% (0/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 171-219 |
| | 30 | 9 |
QPaintEngineExPrivate::hasClipOperationsName: | QPaintEngineExPrivate::hasClipOperations | Prototype: | bool QPaintEngineExPrivate::hasClipOperations() const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 222-233 |
| | 6 | 2 |
QPaintEngineExPrivate::QPaintEngineExPrivateName: | QPaintEngineExPrivate::QPaintEngineExPrivate | Prototype: | QPaintEngineExPrivate::QPaintEngineExPrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 156-162 |
| | 2 | 1 |
QPaintEngineEx::strokeName: | QPaintEngineEx::stroke | Prototype: | void QPaintEngineEx::stroke(const QVectorPath &path, const QPen &pen) | Coverage: | 0.000% (0/96) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 384-589 |
| | 135 | 34 |
QPaintEngineEx::shouldDrawCachedGlyphsName: | QPaintEngineEx::shouldDrawCachedGlyphs | Prototype: | bool QPaintEngineEx::shouldDrawCachedGlyphs(QFontEngine *fontEngine, const QTransform &m) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 1083-1091 |
| | 5 | 2 |
QPaintEngineEx::setStateName: | QPaintEngineEx::setState | Prototype: | void QPaintEngineEx::setState(QPainterState *s) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 990-993 |
| | 1 | 1 |
QPaintEngineEx::requiresPretransformedGlyphPositionsName: | QPaintEngineEx::requiresPretransformedGlyphPositions | Prototype: | bool QPaintEngineEx::requiresPretransformedGlyphPositions(QFontEngine *, const QTransform &) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 1078-1081 |
| | 1 | 1 |
QPaintEngineEx::fillRectName: | QPaintEngineEx::fillRect | Prototype: | void QPaintEngineEx::fillRect(const QRectF &r, const QBrush &brush) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 691-697 |
| | 4 | 1 |
QPaintEngineEx::fillRectName: | QPaintEngineEx::fillRect | Prototype: | void QPaintEngineEx::fillRect(const QRectF &r, const QColor &color) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 699-702 |
| | 1 | 1 |
QPaintEngineEx::drawTiledPixmapName: | QPaintEngineEx::drawTiledPixmap | Prototype: | void QPaintEngineEx::drawTiledPixmap(const QRectF &r, const QPixmap &pixmap, const QPointF &s) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 944-957 |
| | 9 | 1 |
QPaintEngineEx::drawStaticTextItemName: | QPaintEngineEx::drawStaticTextItem | Prototype: | void QPaintEngineEx::drawStaticTextItem(QStaticTextItem *staticTextItem) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 1046-1076 |
| | 21 | 5 |
QPaintEngineEx::drawRoundedRectName: | QPaintEngineEx::drawRoundedRect | Prototype: | void QPaintEngineEx::drawRoundedRect(const QRectF &rect, qreal xRadius, qreal yRadius, Qt::SizeMode mode) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 738-776 |
| | 30 | 2 |
QPaintEngineEx::drawRectsName: | QPaintEngineEx::drawRects | Prototype: | void QPaintEngineEx::drawRects(const QRect *rects, int rectCount) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 704-719 |
| | 11 | 2 |
QPaintEngineEx::drawRectsName: | QPaintEngineEx::drawRects | Prototype: | void QPaintEngineEx::drawRects(const QRectF *rects, int rectCount) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 721-735 |
| | 11 | 2 |
QPaintEngineEx::drawPolygonName: | QPaintEngineEx::drawPolygon | Prototype: | void QPaintEngineEx::drawPolygon(const QPointF *points, int pointCount, PolygonDrawMode mode) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 907-915 |
| | 4 | 2 |
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: | 917-932 |
| | 8 | 3 |
QPaintEngineEx::drawPointsName: | QPaintEngineEx::drawPoints | Prototype: | void QPaintEngineEx::drawPoints(const QPointF *points, int pointCount) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 843-872 |
| | 21 | 6 |
QPaintEngineEx::drawPointsName: | QPaintEngineEx::drawPoints | Prototype: | void QPaintEngineEx::drawPoints(const QPoint *points, int pointCount) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 874-904 |
| | 22 | 6 |
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: | 959-988 |
| | 21 | 3 |
QPaintEngineEx::drawPixmapName: | QPaintEngineEx::drawPixmap | Prototype: | void QPaintEngineEx::drawPixmap(const QPointF &pos, const QPixmap &pm) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 934-937 |
| | 1 | 1 |
QPaintEngineEx::drawPathName: | QPaintEngineEx::drawPath | Prototype: | void QPaintEngineEx::drawPath(const QPainterPath &path) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 836-840 |
| | 2 | 2 |
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: | 780-797 |
| | 11 | 3 |
QPaintEngineEx::drawLinesName: | QPaintEngineEx::drawLines | Prototype: | void QPaintEngineEx::drawLines(const QLineF *lines, int lineCount) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 799-812 |
| | 8 | 2 |
QPaintEngineEx::drawImageName: | QPaintEngineEx::drawImage | Prototype: | void QPaintEngineEx::drawImage(const QPointF &pos, const QImage &image) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 939-942 |
| | 1 | 1 |
QPaintEngineEx::drawEllipseName: | QPaintEngineEx::drawEllipse | Prototype: | void QPaintEngineEx::drawEllipse(const QRectF &r) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 814-829 |
| | 8 | 2 |
QPaintEngineEx::drawEllipseName: | QPaintEngineEx::drawEllipse | Prototype: | void QPaintEngineEx::drawEllipse(const QRect &r) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 831-834 |
| | 1 | 1 |
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: | 591-600 |
| | 6 | 3 |