| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QPainterPath::addPolygon| Name: | 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::addPath| Name: | 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::addEllipse| Name: | 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 |
QPainterPath::QPainterPath| Name: | QPainterPath::QPainterPath | | Prototype: | QPainterPath::QPainterPath() noexcept | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 530-533 |
| | 2 | 1 |
QPainterPath::QPainterPath| Name: | QPainterPath::QPainterPath | | Prototype: | QPainterPath::QPainterPath(const QPainterPath &other) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 542-547 |
| | 2 | 2 |
QPainterPath::QPainterPath| Name: | QPainterPath::QPainterPath | | Prototype: | QPainterPath::QPainterPath(const QPointF &startPoint) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 554-559 |
| | 2 | 1 |
QPainter::~QPainter| Name: | QPainter::~QPainter | | Prototype: | QPainter::~QPainter() | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 1484-1503 |
| | 11 | 5 |
QPainter::worldTransform| Name: | QPainter::worldTransform | | Prototype: | const QTransform & QPainter::worldTransform() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 8296-8304 |
| | 5 | 2 |
QPainter::worldMatrixEnabled| Name: | QPainter::worldMatrixEnabled | | Prototype: | bool QPainter::worldMatrixEnabled() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 3075-3083 |
| | 5 | 2 |
QPainter::worldMatrix| Name: | QPainter::worldMatrix | | Prototype: | const QMatrix &QPainter::worldMatrix() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 2932-2940 |
| | 5 | 2 |
QPainter::window| Name: | QPainter::window | | Prototype: | QRect QPainter::window() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 7205-7213 |
| | 5 | 2 |
QPainter::viewport| Name: | QPainter::viewport | | Prototype: | QRect QPainter::viewport() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 7269-7277 |
| | 5 | 2 |
QPainter::viewTransformEnabled| Name: | QPainter::viewTransformEnabled | | Prototype: | bool QPainter::viewTransformEnabled() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 7141-7149 |
| | 5 | 2 |
QPainter::translate| Name: | QPainter::translate | | Prototype: | void QPainter::translate(const QPointF &offset) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 3188-3205 |
| | 9 | 2 |
QPainter::transform| Name: | QPainter::transform | | Prototype: | const QTransform & QPainter::transform() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 8202-8205 |
| | 1 | 1 |
QPainter::strokePath| Name: | QPainter::strokePath | | Prototype: | void QPainter::strokePath(const QPainterPath &path, const QPen &pen) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 3281-3312 |
| | 18 | 5 |
QPainter::shear| Name: | QPainter::shear | | Prototype: | void QPainter::shear(qreal sh, qreal sv) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 3140-3155 |
| | 7 | 2 |
QPainter::setWorldTransform| Name: | 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::setWorldMatrixEnabled| Name: | 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::setWorldMatrix| Name: | QPainter::setWorldMatrix | | Prototype: | void QPainter::setWorldMatrix(const QMatrix &matrix, bool combine) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 2914-2917 |
| | 1 | 1 |
QPainter::setWindow| Name: | QPainter::setWindow | | Prototype: | void QPainter::setWindow(const QRect &r) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 7176-7197 |
| | 10 | 2 |
QPainter::setViewport| Name: | QPainter::setViewport | | Prototype: | void QPainter::setViewport(const QRect &r) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 7240-7261 |
| | 10 | 2 |
QPainter::setViewTransformEnabled| Name: | 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::setTransform| Name: | QPainter::setTransform | | Prototype: | void QPainter::setTransform(const QTransform &transform, bool combine ) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 8191-8194 |
| | 1 | 1 |
QPainter::setRenderHints| Name: | QPainter::setRenderHints | | Prototype: | void QPainter::setRenderHints(RenderHints hints, bool on) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 7089-7107 |
| | 10 | 4 |
QPainter::setRenderHint| Name: | QPainter::setRenderHint | | Prototype: | void QPainter::setRenderHint(RenderHint hint, bool on) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 7063-7077 |
| | 3 | 2 |
QPainter::setRedirected| Name: | QPainter::setRedirected | | Prototype: | void QPainter::setRedirected(const QPaintDevice *device, QPaintDevice *replacement, const QPoint &offset) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 7331-7340 |
| | 5 | 1 |
QPainter::setPen| Name: | QPainter::setPen | | Prototype: | void QPainter::setPen(const QColor &color) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 3840-3862 |
| | 11 | 4 |
QPainter::setPen| Name: | QPainter::setPen | | Prototype: | void QPainter::setPen(const QPen &pen) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 3873-3899 |
| | 12 | 4 |
QPainter::setPen| Name: | QPainter::setPen | | Prototype: | void QPainter::setPen(Qt::PenStyle style) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 3908-3928 |
| | 11 | 4 |
QPainter::setOpacity| Name: | QPainter::setOpacity | | Prototype: | void QPainter::setOpacity(qreal opacity) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 2069-2089 |
| | 11 | 4 |
QPainter::setMatrixEnabled| Name: | QPainter::setMatrixEnabled | | Prototype: | void QPainter::setMatrixEnabled(bool enable) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 3093-3096 |
| | 1 | 1 |
QPainter::setMatrix| Name: | QPainter::setMatrix | | Prototype: | void QPainter::setMatrix(const QMatrix &matrix, bool combine) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 2950-2953 |
| | 1 | 1 |
QPainter::setLayoutDirection| Name: | QPainter::setLayoutDirection | | Prototype: | void QPainter::setLayoutDirection(Qt::LayoutDirection direction) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 7655-7660 |
| | 3 | 2 |
QPainter::setFont| Name: | 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::setCompositionMode| Name: | QPainter::setCompositionMode | | Prototype: | void QPainter::setCompositionMode(CompositionMode mode) | | Coverage: | 0.000% (0/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 2357-2394 |
| | 27 | 10 |
QPainter::setClipping| Name: | QPainter::setClipping | | Prototype: | void QPainter::setClipping(bool enable) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 2452-2482 |
| | 15 | 5 |
QPainter::setClipRegion| Name: | QPainter::setClipRegion | | Prototype: | void QPainter::setClipRegion(const QRegion &r, Qt::ClipOperation op) | | Coverage: | 0.000% (0/31) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 2830-2869 |
| | 25 | 7 |
QPainter::setClipRect| Name: | QPainter::setClipRect | | Prototype: | void QPainter::setClipRect(const QRectF &rect, Qt::ClipOperation op) | | Coverage: | 0.000% (0/31) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 2721-2767 |
| | 34 | 7 |
QPainter::setClipRect| Name: | QPainter::setClipRect | | Prototype: | void QPainter::setClipRect(const QRect &rect, Qt::ClipOperation op) | | Coverage: | 0.000% (0/31) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 2776-2810 |
| | 25 | 7 |
QPainter::setClipPath| Name: | QPainter::setClipPath | | Prototype: | void QPainter::setClipPath(const QPainterPath &path, Qt::ClipOperation op) | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 3233-3273 |
| | 24 | 7 |
QPainter::setBrushOrigin| Name: | 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::setBrush| Name: | QPainter::setBrush | | Prototype: | void QPainter::setBrush(const QBrush &brush) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 3955-3979 |
| | 13 | 4 |
QPainter::setBrush| Name: | QPainter::setBrush | | Prototype: | void QPainter::setBrush(Qt::BrushStyle style) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 3989-4005 |
| | 12 | 4 |
QPainter::setBackgroundMode| Name: | QPainter::setBackgroundMode | | Prototype: | void QPainter::setBackgroundMode(Qt::BGMode mode) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 3794-3815 |
| | 10 | 4 |
QPainter::setBackground| Name: | 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::scale| Name: | QPainter::scale | | Prototype: | void QPainter::scale(qreal sx, qreal sy) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 3117-3132 |
| | 7 | 2 |
QPainter::save| Name: | 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::rotate| Name: | QPainter::rotate | | Prototype: | void QPainter::rotate(qreal a) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 3165-3180 |
| | 7 | 2 |
QPainter::restoreRedirected| Name: | QPainter::restoreRedirected | | Prototype: | void QPainter::restoreRedirected(const QPaintDevice *device) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 7359-7363 |
| | 2 | 1 |
QPainter::restore| Name: | QPainter::restore | | Prototype: | void QPainter::restore() | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 1600-1663 |
| | 40 | 8 |
QPainter::resetTransform| Name: | 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::resetMatrix| Name: | QPainter::resetMatrix | | Prototype: | void QPainter::resetMatrix() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 3030-3033 |
| | 1 | 1 |
QPainter::renderHints| Name: | QPainter::renderHints | | Prototype: | QPainter::RenderHints QPainter::renderHints() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 7115-7123 |
| | 4 | 2 |
QPainter::redirected| Name: | QPainter::redirected | | Prototype: | QPaintDevice *QPainter::redirected(const QPaintDevice *device, QPoint *offset) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 7382-7387 |
| | 3 | 1 |
QPainter::pen| Name: | QPainter::pen | | Prototype: | const QPen &QPainter::pen() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 3936-3944 |
| | 5 | 2 |
QPainter::paintEngine| Name: | QPainter::paintEngine | | Prototype: | QPaintEngine *QPainter::paintEngine() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 1933-1937 |
| | 2 | 1 |
QPainter::opacity| Name: | QPainter::opacity | | Prototype: | qreal QPainter::opacity() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 2048-2056 |
| | 5 | 2 |
QPainter::matrixEnabled| Name: | QPainter::matrixEnabled | | Prototype: | bool QPainter::matrixEnabled() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 3106-3109 |
| | 1 | 1 |
QPainter::matrix| Name: | QPainter::matrix | | Prototype: | const QMatrix &QPainter::matrix() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 2963-2966 |
| | 1 | 1 |
QPainter::layoutDirection| Name: | QPainter::layoutDirection | | Prototype: | Qt::LayoutDirection QPainter::layoutDirection() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 7667-7671 |
| | 2 | 1 |
QPainter::isActive| Name: | QPainter::isActive | | Prototype: | bool QPainter::isActive() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 1527-1531 |
| | 2 | 1 |
QPainter::initFrom| Name: | QPainter::initFrom | | Prototype: | void QPainter::initFrom(const QPaintDevice *device) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 1541-1559 |
| | 12 | 4 |
QPainter::hasClipping| Name: | QPainter::hasClipping | | Prototype: | bool QPainter::hasClipping() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 2434-2442 |
| | 5 | 2 |
QPainter::fontMetrics| Name: | QPainter::fontMetrics | | Prototype: | QFontMetrics QPainter::fontMetrics() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 2013-2021 |
| | 5 | 2 |
QPainter::fontInfo| Name: | QPainter::fontInfo | | Prototype: | QFontInfo QPainter::fontInfo() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 2031-2039 |
| | 5 | 2 |
QPainter::font| Name: | QPainter::font | | Prototype: | const QFont &QPainter::font() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 4090-4098 |
| | 5 | 2 |
QPainter::fillRect| Name: | QPainter::fillRect | | Prototype: | void QPainter::fillRect(const QRectF &r, const QBrush &brush) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 6887-6916 |
| | 19 | 5 |
QPainter::fillRect| Name: | QPainter::fillRect | | Prototype: | void QPainter::fillRect(const QRect &r, const QBrush &brush) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 6925-6954 |
| | 19 | 5 |
QPainter::fillRect| Name: | 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::fillRect| Name: | 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::fillPath| Name: | QPainter::fillPath | | Prototype: | void QPainter::fillPath(const QPainterPath &path, const QBrush &brush) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 3324-3355 |
| | 18 | 5 |
QPainter::eraseRect| Name: | QPainter::eraseRect | | Prototype: | void QPainter::eraseRect(const QRectF &r) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 6817-6822 |
| | 2 | 1 |
QPainter::endNativePainting| Name: | 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::end| Name: | QPainter::end | | Prototype: | bool QPainter::end() | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 1871-1924 |
| | 28 | 9 |
QPainter::drawTiledPixmap| Name: | QPainter::drawTiledPixmap | | Prototype: | void QPainter::drawTiledPixmap(const QRectF &r, const QPixmap &pixmap, const QPointF &sp) | | Coverage: | 0.000% (0/45) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 6648-6728 |
| | 46 | 10 |
QPainter::drawTextItem| Name: | QPainter::drawTextItem | | Prototype: | void QPainter::drawTextItem(const QPointF &p, const QTextItem &ti) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 6375-6380 |
| | 2 | 1 |
QPainter::drawText| Name: | QPainter::drawText | | Prototype: | void QPainter::drawText(const QPointF &p, const QString &str) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 5697-5700 |
| | 1 | 1 |
QPainter::drawText| Name: | QPainter::drawText | | Prototype: | void QPainter::drawText(const QPointF &p, const QString &str, int tf, int justificationPadding) | | Coverage: | 0.000% (0/36) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 5841-5918 |
| | 52 | 11 |
QPainter::drawText| Name: | QPainter::drawText | | Prototype: | void QPainter::drawText(const QRect &r, int flags, const QString &str, QRect *br) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 5920-5940 |
| | 9 | 4 |
QPainter::drawText| Name: | 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::drawText| Name: | 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::drawStaticText| Name: | 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: | 5723-5836 |
| | 72 | 18 |
QPainter::drawRoundedRect| Name: | 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: | 4124-4148 |
| | 12 | 4 |
QPainter::drawRoundRect| Name: | 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: | 4181-4184 |
| | 1 | 1 |
QPainter::drawRects| Name: | 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: | 3487-3538 |
| | 30 | 10 |
QPainter::drawRects| Name: | 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: | 3547-3600 |
| | 30 | 10 |
QPainter::drawPolyline| Name: | 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: | 4697-4730 |
| | 14 | 5 |
QPainter::drawPolyline| Name: | 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: | 4738-4771 |
| | 14 | 5 |
QPainter::drawPolygon| Name: | 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: | 4813-4845 |
| | 17 | 5 |
QPainter::drawPolygon| Name: | 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: | 4852-4884 |
| | 17 | 5 |
QPainter::drawPoints| Name: | 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: | 3647-3700 |
| | 32 | 10 |
QPainter::drawPoints| Name: | 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: | 3709-3762 |
| | 32 | 10 |
QPainter::drawPixmapFragments| Name: | 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: | 8338-8385 |
| | 30 | 7 |
QPainter::drawPixmap| Name: | 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: | 5049-5119 |
| | 39 | 8 |
QPainter::drawPixmap| Name: | 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: | 5121-5253 |
| | 82 | 18 |
QPainter::drawPie| Name: | 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: | 4413-4440 |
| | 14 | 5 |
QPainter::drawPicture| Name: | 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::drawPath| Name: | 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: | 3371-3399 |
| | 11 | 4 |
QPainter::drawLines| Name: | 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: | 4529-4569 |
| | 22 | 7 |