| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QRadialGradient::setCenterRadius| Name: | QRadialGradient::setCenterRadius | | Prototype: | void QRadialGradient::setCenterRadius(qreal radius) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 2063-2067 |
| | 2 | 1 |
QRadialGradient::setFocalPoint| Name: | QRadialGradient::setFocalPoint | | Prototype: | void QRadialGradient::setFocalPoint(const QPointF &focalPoint) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 2143-2148 |
| | 3 | 1 |
QRadialGradient::setFocalRadius| Name: | QRadialGradient::setFocalRadius | | Prototype: | void QRadialGradient::setFocalRadius(qreal radius) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 2094-2108 |
| | 4 | 1 |
QRadialGradient::setRadius| Name: | QRadialGradient::setRadius | | Prototype: | void QRadialGradient::setRadius(qreal radius) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 2037-2041 |
| | 2 | 1 |
QRadioButton::QRadioButton| Name: | QRadioButton::QRadioButton | | Prototype: | QRadioButton::QRadioButton(QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qradiobutton.cpp | | Lines: | 137-142 |
| | 2 | 1 |
QRadioButton::QRadioButton| Name: | QRadioButton::QRadioButton | | Prototype: | QRadioButton::QRadioButton(const QString &text, QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qradiobutton.cpp | | Lines: | 157-163 |
| | 3 | 1 |
QRadioButton::event| Name: | QRadioButton::event | | Prototype: | bool QRadioButton::event(QEvent *e) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qradiobutton.cpp | | Lines: | 258-268 |
| | 4 | 2 |
QRadioButton::hitButton| Name: | QRadioButton::hitButton | | Prototype: | bool QRadioButton::hitButton(const QPoint &pos) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qradiobutton.cpp | | Lines: | 220-225 |
| | 3 | 1 |
QRadioButton::initStyleOption| Name: | QRadioButton::initStyleOption | | Prototype: | void QRadioButton::initStyleOption(QStyleOptionButton *option) const | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qradiobutton.cpp | | Lines: | 172-187 |
| | 12 | 4 |
QRadioButton::minimumSizeHint| Name: | QRadioButton::minimumSizeHint | | Prototype: | QSize QRadioButton::minimumSizeHint() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qradiobutton.cpp | | Lines: | 212-215 |
| | 1 | 1 |
QRadioButton::mouseMoveEvent| Name: | QRadioButton::mouseMoveEvent | | Prototype: | void QRadioButton::mouseMoveEvent(QMouseEvent *e) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qradiobutton.cpp | | Lines: | 230-245 |
| | 9 | 4 |
QRadioButton::paintEvent| Name: | QRadioButton::paintEvent | | Prototype: | void QRadioButton::paintEvent(QPaintEvent *) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qradiobutton.cpp | | Lines: | 249-255 |
| | 4 | 1 |
QRadioButton::sizeHint| Name: | QRadioButton::sizeHint | | Prototype: | QSize QRadioButton::sizeHint() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qradiobutton.cpp | | Lines: | 192-207 |
| | 13 | 3 |
QRadioButtonPrivate::QRadioButtonPrivate| Name: | QRadioButtonPrivate::QRadioButtonPrivate | | Prototype: | QRadioButtonPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qradiobutton.cpp | | Lines: | 58-58 |
| | 1 | 1 |
QRadioButtonPrivate::init| Name: | QRadioButtonPrivate::init | | Prototype: | void QRadioButtonPrivate::init() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qradiobutton.cpp | | Lines: | 66-74 |
| | 6 | 1 |
QRasterBuffer::bufferImage| Name: | QRasterBuffer::bufferImage | | Prototype: | QImage QRasterBuffer::bufferImage() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 4109-4122 |
| | 7 | 3 |
QRasterBuffer::colorizeBitmap| Name: | QRasterBuffer::colorizeBitmap | | Prototype: | QImage QRasterBuffer::colorizeBitmap(const QImage &image, const QColor &color) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 3624-3645 |
| | 15 | 4 |
QRasterBuffer::flushToARGBImage| Name: | QRasterBuffer::flushToARGBImage | | Prototype: | void QRasterBuffer::flushToARGBImage(QImage *target) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 4126-4147 |
| | 14 | 4 |
QRasterBuffer::init| Name: | QRasterBuffer::init | | Prototype: | void QRasterBuffer::init() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 3651-3657 |
| | 4 | 1 |
QRasterBuffer::prepare| Name: | QRasterBuffer::prepare | | Prototype: | QImage::Format QRasterBuffer::prepare(QImage *image) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 3659-3677 |
| | 13 | 2 |
QRasterBuffer::resetBuffer| Name: | QRasterBuffer::resetBuffer | | Prototype: | void QRasterBuffer::resetBuffer(int val) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 3679-3682 |
| | 1 | 1 |
QRasterPaintEngine::QRasterPaintEngine| Name: | QRasterPaintEngine::QRasterPaintEngine | | Prototype: | QRasterPaintEngine::QRasterPaintEngine(QPaintDevice *device) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 336-341 |
| | 2 | 1 |
QRasterPaintEngine::QRasterPaintEngine| Name: | QRasterPaintEngine::QRasterPaintEngine | | Prototype: | QRasterPaintEngine::QRasterPaintEngine(QRasterPaintEnginePrivate &dd, QPaintDevice *device) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 346-351 |
| | 2 | 1 |
QRasterPaintEngine::alphaPenBlt| Name: | QRasterPaintEngine::alphaPenBlt | | Prototype: | void QRasterPaintEngine::alphaPenBlt(const void* src, int bpl, int depth, int rx,int ry,int w,int h) | | Coverage: | 0.000% (0/169) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 2526-2746 |
| | 150 | 41 |
QRasterPaintEngine::begin| Name: | QRasterPaintEngine::begin | | Prototype: | bool QRasterPaintEngine::begin(QPaintDevice *device) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 436-507 |
| | 38 | 7 |
QRasterPaintEngine::brushChanged| Name: | QRasterPaintEngine::brushChanged | | Prototype: | void QRasterPaintEngine::brushChanged() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 789-796 |
| | 2 | 1 |
QRasterPaintEngine::brushOriginChanged| Name: | QRasterPaintEngine::brushOriginChanged | | Prototype: | void QRasterPaintEngine::brushOriginChanged() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 775-783 |
| | 2 | 1 |
QRasterPaintEngine::clip| Name: | QRasterPaintEngine::clip | | Prototype: | void QRasterPaintEngine::clip(const QVectorPath &path, Qt::ClipOperation op) | | Coverage: | 0.000% (0/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 1140-1207 |
| | 28 | 8 |
QRasterPaintEngine::clip| Name: | QRasterPaintEngine::clip | | Prototype: | void QRasterPaintEngine::clip(const QRect &rect, Qt::ClipOperation op) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 1214-1233 |
| | 9 | 4 |
QRasterPaintEngine::clip| Name: | QRasterPaintEngine::clip | | Prototype: | void QRasterPaintEngine::clip(const QRegion ®ion, Qt::ClipOperation op) | | Coverage: | 0.000% (0/36) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 1290-1339 |
| | 30 | 8 |
QRasterPaintEngine::clipBoundingRect| Name: | QRasterPaintEngine::clipBoundingRect | | Prototype: | QRect QRasterPaintEngine::clipBoundingRect() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 3437-3450 |
| | 7 | 3 |
QRasterPaintEngine::clipEnabledChanged| Name: | QRasterPaintEngine::clipEnabledChanged | | Prototype: | void QRasterPaintEngine::clipEnabledChanged() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 939-953 |
| | 6 | 2 |
QRasterPaintEngine::clipType| Name: | QRasterPaintEngine::clipType | | Prototype: | QRasterPaintEngine::ClipType QRasterPaintEngine::clipType() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 3422-3431 |
| | 5 | 2 |
QRasterPaintEngine::compositionModeChanged| Name: | QRasterPaintEngine::compositionModeChanged | | Prototype: | void QRasterPaintEngine::compositionModeChanged() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 868-884 |
| | 7 | 1 |
QRasterPaintEngine::coordinateOffset| Name: | QRasterPaintEngine::coordinateOffset | | Prototype: | QPoint QRasterPaintEngine::coordinateOffset() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 3319-3322 |
| | 1 | 1 |
QRasterPaintEngine::createState| Name: | QRasterPaintEngine::createState | | Prototype: | QPainterState *QRasterPaintEngine::createState(QPainterState *orig) const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 652-661 |
| | 5 | 2 |
QRasterPaintEngine::drawBitmap| Name: | QRasterPaintEngine::drawBitmap | | Prototype: | void QRasterPaintEngine::drawBitmap(const QPointF &pos, const QImage &image, QSpanData *fg) | | Coverage: | 0.000% (0/51) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 3324-3408 |
| | 62 | 15 |
QRasterPaintEngine::drawCachedGlyphs| Name: | QRasterPaintEngine::drawCachedGlyphs | | Prototype: | bool QRasterPaintEngine::drawCachedGlyphs(int numGlyphs, const glyph_t *glyphs, const QFixedPoint *positions, QFontEngine *fontEngine) | | Coverage: | 0.000% (0/38) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 2751-2844 |
| | 56 | 11 |
QRasterPaintEngine::drawEllipse| Name: | QRasterPaintEngine::drawEllipse | | Prototype: | void QRasterPaintEngine::drawEllipse(const QRectF &rect) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 3225-3252 |
| | 21 | 3 |
QRasterPaintEngine::drawImage| Name: | QRasterPaintEngine::drawImage | | Prototype: | void QRasterPaintEngine::drawImage(const QPointF &p, const QImage &img) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 2106-2151 |
| | 26 | 7 |
QRasterPaintEngine::drawImage| Name: | QRasterPaintEngine::drawImage | | Prototype: | void QRasterPaintEngine::drawImage(const QRectF &r, const QImage &img, const QRectF &sr, Qt::ImageConversionFlags) | | Coverage: | 0.000% (0/174) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 2196-2436 |
| | 157 | 37 |
QRasterPaintEngine::drawLines| Name: | QRasterPaintEngine::drawLines | | Prototype: | void QRasterPaintEngine::drawLines(const QLine *lines, int lineCount) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 3125-3147 |
| | 12 | 4 |
QRasterPaintEngine::drawLines| Name: | QRasterPaintEngine::drawLines | | Prototype: | void QRasterPaintEngine::drawLines(const QLineF *lines, int lineCount) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 3198-3219 |
| | 12 | 4 |
QRasterPaintEngine::drawPixmap| Name: | QRasterPaintEngine::drawPixmap | | Prototype: | void QRasterPaintEngine::drawPixmap(const QPointF &pos, const QPixmap &pixmap) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 1998-2034 |
| | 20 | 6 |
QRasterPaintEngine::drawPixmap| Name: | QRasterPaintEngine::drawPixmap | | Prototype: | void QRasterPaintEngine::drawPixmap(const QRectF &r, const QPixmap &pixmap, const QRectF &sr) | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 2039-2083 |
| | 28 | 6 |
QRasterPaintEngine::drawPoints| Name: | QRasterPaintEngine::drawPoints | | Prototype: | void QRasterPaintEngine::drawPoints(const QPointF *points, int pointCount) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 3083-3100 |
| | 11 | 3 |
QRasterPaintEngine::drawPoints| Name: | QRasterPaintEngine::drawPoints | | Prototype: | void QRasterPaintEngine::drawPoints(const QPoint *points, int pointCount) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 3103-3120 |
| | 11 | 3 |
QRasterPaintEngine::drawPolygon| Name: | QRasterPaintEngine::drawPolygon | | Prototype: | void QRasterPaintEngine::drawPolygon(const QPointF *points, int pointCount, PolygonDrawMode mode) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 1891-1928 |
| | 19 | 6 |
QRasterPaintEngine::drawPolygon| Name: | QRasterPaintEngine::drawPolygon | | Prototype: | void QRasterPaintEngine::drawPolygon(const QPoint *points, int pointCount, PolygonDrawMode mode) | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 1933-1993 |
| | 36 | 8 |
QRasterPaintEngine::drawRects| Name: | QRasterPaintEngine::drawRects | | Prototype: | void QRasterPaintEngine::drawRects(const QRect *rects, int rectCount) | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 1455-1505 |
| | 31 | 9 |
QRasterPaintEngine::drawRects| Name: | QRasterPaintEngine::drawRects | | Prototype: | void QRasterPaintEngine::drawRects(const QRectF *rects, int rectCount) | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 1510-1557 |
| | 28 | 9 |
QRasterPaintEngine::drawStaticTextItem| Name: | QRasterPaintEngine::drawStaticTextItem | | Prototype: | void QRasterPaintEngine::drawStaticTextItem(QStaticTextItem *textItem) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 2985-3016 |
| | 23 | 5 |
QRasterPaintEngine::drawTextItem| Name: | QRasterPaintEngine::drawTextItem | | Prototype: | void QRasterPaintEngine::drawTextItem(const QPointF &p, const QTextItem &textItem) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 3021-3078 |
| | 37 | 6 |
QRasterPaintEngine::drawTiledPixmap| Name: | QRasterPaintEngine::drawTiledPixmap | | Prototype: | void QRasterPaintEngine::drawTiledPixmap(const QRectF &r, const QPixmap &pixmap, const QPointF &sr) | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 2441-2505 |
| | 43 | 8 |
QRasterPaintEngine::end| Name: | QRasterPaintEngine::end | | Prototype: | bool QRasterPaintEngine::end() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 512-523 |
| | 1 | 1 |
QRasterPaintEngine::fill| Name: | QRasterPaintEngine::fill | | Prototype: | void QRasterPaintEngine::fill(const QVectorPath &path, const QBrush &brush) | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 1652-1718 |
| | 31 | 8 |
QRasterPaintEngine::fillPath| Name: | QRasterPaintEngine::fillPath | | Prototype: | void QRasterPaintEngine::fillPath(const QPainterPath &path, QSpanData *fillData) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 1351-1380 |
| | 17 | 3 |
QRasterPaintEngine::fillPolygon| Name: | QRasterPaintEngine::fillPolygon | | Prototype: | void QRasterPaintEngine::fillPolygon(const QPointF *points, int pointCount, PolygonDrawMode mode) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 1857-1886 |
| | 16 | 3 |
QRasterPaintEngine::fillRect| Name: | QRasterPaintEngine::fillRect | | Prototype: | void QRasterPaintEngine::fillRect(const QRectF &r, QSpanData *data) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 1720-1756 |
| | 28 | 7 |
QRasterPaintEngine::fillRect| Name: | QRasterPaintEngine::fillRect | | Prototype: | void QRasterPaintEngine::fillRect(const QRectF &r, const QBrush &brush) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 1761-1773 |
| | 5 | 2 |
QRasterPaintEngine::fillRect| Name: | QRasterPaintEngine::fillRect | | Prototype: | void QRasterPaintEngine::fillRect(const QRectF &r, const QColor &color) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 1778-1795 |
| | 9 | 2 |
QRasterPaintEngine::init| Name: | QRasterPaintEngine::init | | Prototype: | void QRasterPaintEngine::init() | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 353-420 |
| | 38 | 10 |
QRasterPaintEngine::opacityChanged| Name: | QRasterPaintEngine::opacityChanged | | Prototype: | void QRasterPaintEngine::opacityChanged() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 850-863 |
| | 6 | 1 |
QRasterPaintEngine::penChanged| Name: | QRasterPaintEngine::penChanged | | Prototype: | void QRasterPaintEngine::penChanged() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 686-695 |
| | 4 | 1 |
QRasterPaintEngine::rasterBuffer| Name: | QRasterPaintEngine::rasterBuffer | | Prototype: | QRasterBuffer *QRasterPaintEngine::rasterBuffer() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 2517-2521 |
| | 2 | 1 |
QRasterPaintEngine::releaseBuffer| Name: | QRasterPaintEngine::releaseBuffer | | Prototype: | void QRasterPaintEngine::releaseBuffer() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 528-532 |
| | 2 | 1 |
QRasterPaintEngine::renderHintsChanged| Name: | QRasterPaintEngine::renderHintsChanged | | Prototype: | void QRasterPaintEngine::renderHintsChanged() | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 889-914 |
| | 13 | 3 |
QRasterPaintEngine::requiresPretransformedGlyphPositions| Name: | QRasterPaintEngine::requiresPretransformedGlyphPositions | | Prototype: | bool QRasterPaintEngine::requiresPretransformedGlyphPositions(QFontEngine *fontEngine, const QTransform &m) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 3285-3293 |
| | 3 | 2 |
QRasterPaintEngine::saveBuffer| Name: | QRasterPaintEngine::saveBuffer | | Prototype: | void QRasterPaintEngine::saveBuffer(const QString &s) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 547-551 |
| | 2 | 1 |
QRasterPaintEngine::setClipRectInDeviceCoords| Name: | QRasterPaintEngine::setClipRectInDeviceCoords | | Prototype: | bool QRasterPaintEngine::setClipRectInDeviceCoords(const QRect &r, Qt::ClipOperation op) | | Coverage: | 0.000% (0/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 1236-1284 |
| | 29 | 8 |
QRasterPaintEngine::setState| Name: | QRasterPaintEngine::setState | | Prototype: | void QRasterPaintEngine::setState(QPainterState *s) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 666-671 |
| | 3 | 1 |
QRasterPaintEngine::shouldDrawCachedGlyphs| Name: | QRasterPaintEngine::shouldDrawCachedGlyphs | | Prototype: | bool QRasterPaintEngine::shouldDrawCachedGlyphs(QFontEngine *fontEngine, const QTransform &m) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 3299-3314 |
| | 5 | 3 |
QRasterPaintEngine::size| Name: | QRasterPaintEngine::size | | Prototype: | QSize QRasterPaintEngine::size() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 537-541 |
| | 2 | 1 |
QRasterPaintEngine::stroke| Name: | QRasterPaintEngine::stroke | | Prototype: | void QRasterPaintEngine::stroke(const QVectorPath &path, const QPen &pen) | | Coverage: | 0.000% (0/40) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 1563-1628 |
| | 48 | 12 |
QRasterPaintEngine::toNormalizedFillRect| Name: | QRasterPaintEngine::toNormalizedFillRect | | Prototype: | QRect QRasterPaintEngine::toNormalizedFillRect(const QRectF &rect) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 1630-1647 |
| | 11 | 3 |
QRasterPaintEngine::transformChanged| Name: | QRasterPaintEngine::transformChanged | | Prototype: | void QRasterPaintEngine::transformChanged() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 919-934 |
| | 6 | 1 |
QRasterPaintEngine::updateBrush| Name: | QRasterPaintEngine::updateBrush | | Prototype: | void QRasterPaintEngine::updateBrush(const QBrush &brush) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 804-819 |
| | 9 | 2 |
QRasterPaintEngine::updateMatrix| Name: | QRasterPaintEngine::updateMatrix | | Prototype: | void QRasterPaintEngine::updateMatrix(const QTransform &matrix) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 557-590 |
| | 18 | 5 |
QRasterPaintEngine::updateOutlineMapper| Name: | QRasterPaintEngine::updateOutlineMapper | | Prototype: | void QRasterPaintEngine::updateOutlineMapper() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 821-825 |
| | 2 | 1 |
QRasterPaintEngine::updatePen| Name: | QRasterPaintEngine::updatePen | | Prototype: | void QRasterPaintEngine::updatePen(const QPen &pen) | | Coverage: | 0.000% (0/47) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 700-768 |
| | 41 | 8 |
QRasterPaintEngine::updateRasterState| Name: | QRasterPaintEngine::updateRasterState | | Prototype: | void QRasterPaintEngine::updateRasterState() | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 827-844 |
| | 11 | 3 |
QRasterPaintEngine::~QRasterPaintEngine| Name: | QRasterPaintEngine::~QRasterPaintEngine | | Prototype: | QRasterPaintEngine::~QRasterPaintEngine() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 426-431 |
| | 2 | 1 |
QRasterPaintEnginePrivate::QRasterPaintEnginePrivate| Name: | QRasterPaintEnginePrivate::QRasterPaintEnginePrivate | | Prototype: | QRasterPaintEnginePrivate::QRasterPaintEnginePrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 275-279 |
| | 2 | 1 |
QRasterPaintEnginePrivate::canUseFastImageBlending| Name: | QRasterPaintEnginePrivate::canUseFastImageBlending | | Prototype: | bool QRasterPaintEnginePrivate::canUseFastImageBlending(QPainter::CompositionMode mode, const QImage &image) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 3613-3622 |
| | 6 | 1 |
QRasterPaintEnginePrivate::drawImage| Name: | QRasterPaintEnginePrivate::drawImage | | Prototype: | void QRasterPaintEnginePrivate::drawImage(const QPointF &pt, const QImage &img, SrcOverBlendFunc func, const QRect &clip, int alpha, const QRect &sr) | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 955-1021 |
| | 44 | 9 |
QRasterPaintEnginePrivate::getBrushFunc| Name: | QRasterPaintEnginePrivate::getBrushFunc | | Prototype: | inline ProcessSpans QRasterPaintEnginePrivate::getBrushFunc(const QRect &rect, const QSpanData *data) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 2922-2927 |
| | 1 | 1 |
QRasterPaintEnginePrivate::getBrushFunc| Name: | QRasterPaintEnginePrivate::getBrushFunc | | Prototype: | inline ProcessSpans QRasterPaintEnginePrivate::getBrushFunc(const QRectF &rect, const QSpanData *data) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 2929-2934 |
| | 1 | 1 |
QRasterPaintEnginePrivate::getPenFunc| Name: | QRasterPaintEnginePrivate::getPenFunc | | Prototype: | inline ProcessSpans QRasterPaintEnginePrivate::getPenFunc(const QRectF &rect, const QSpanData *data) const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 2936-2947 |
| | 6 | 2 |
QRasterPaintEnginePrivate::initializeRasterizer| Name: | QRasterPaintEnginePrivate::initializeRasterizer | | Prototype: | void QRasterPaintEnginePrivate::initializeRasterizer(QSpanData *data) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 3452-3476 |
| | 15 | 2 |
QRasterPaintEnginePrivate::isUnclipped| Name: | QRasterPaintEnginePrivate::isUnclipped | | Prototype: | bool QRasterPaintEnginePrivate::isUnclipped(const QRect &rect, int penWidth) const | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 2876-2914 |
| | 23 | 6 |
QRasterPaintEnginePrivate::isUnclipped| Name: | QRasterPaintEnginePrivate::isUnclipped | | Prototype: | inline bool QRasterPaintEnginePrivate::isUnclipped(const QRectF &rect, int penWidth) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 2916-2920 |
| | 1 | 1 |
QRasterPaintEnginePrivate::isUnclipped_normalized| Name: | QRasterPaintEnginePrivate::isUnclipped_normalized | | Prototype: | bool QRasterPaintEnginePrivate::isUnclipped_normalized(const QRect &r) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 2851-2874 |
| | 12 | 4 |
QRasterPaintEnginePrivate::rasterize| Name: | QRasterPaintEnginePrivate::rasterize | | Prototype: | void QRasterPaintEnginePrivate::rasterize(QT_FT_Outline *outline, ProcessSpans callback, QSpanData *spanData, QRasterBuffer *rasterBuffer) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 3478-3500 |
| | 12 | 3 |
QRasterPaintEnginePrivate::rasterize| Name: | QRasterPaintEnginePrivate::rasterize | | Prototype: | void QRasterPaintEnginePrivate::rasterize(QT_FT_Outline *outline, ProcessSpans callback, void *userData, QRasterBuffer *) | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 3511-3602 |
| | 57 | 7 |
QRasterPaintEnginePrivate::rasterizeLine_dashed| Name: | QRasterPaintEnginePrivate::rasterizeLine_dashed | | Prototype: | void QRasterPaintEnginePrivate::rasterizeLine_dashed(QLineF line, qreal width, int *dashIndex, qreal *dashOffset, bool *inDash) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 3149-3193 |
| | 29 | 7 |
QRasterPaintEnginePrivate::recalculateFastImages| Name: | QRasterPaintEnginePrivate::recalculateFastImages | | Prototype: | void QRasterPaintEnginePrivate::recalculateFastImages() | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 3604-3611 |
| | 4 | 1 |
QRasterPaintEnginePrivate::systemStateChanged| Name: | QRasterPaintEnginePrivate::systemStateChanged | | Prototype: | void QRasterPaintEnginePrivate::systemStateChanged() | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 1024-1050 |
| | 15 | 3 |
QRasterPaintEnginePrivate::updateMatrixData| Name: | QRasterPaintEnginePrivate::updateMatrixData | | Prototype: | void QRasterPaintEnginePrivate::updateMatrixData(QSpanData *spanData, const QBrush &b, const QTransform &m) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 1052-1083 |
| | 21 | 4 |
QRasterPaintEngineState::QRasterPaintEngineState| Name: | QRasterPaintEngineState::QRasterPaintEngineState | | Prototype: | QRasterPaintEngineState::QRasterPaintEngineState() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 601-626 |
| | 17 | 1 |
QRasterPaintEngineState::QRasterPaintEngineState| Name: | QRasterPaintEngineState::QRasterPaintEngineState | | Prototype: | QRasterPaintEngineState::QRasterPaintEngineState(QRasterPaintEngineState &s) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 628-647 |
| | 3 | 1 |