| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QRawFont::glyphIndexesForString| Name: | QRawFont::glyphIndexesForString | | Prototype: | QVector<quint32> QRawFont::glyphIndexesForString(const QString &text) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | | Lines: | 487-504 |
| | 12 | 3 |
QRawFont::glyphIndexesForChars| Name: | QRawFont::glyphIndexesForChars | | Prototype: | bool QRawFont::glyphIndexesForChars(const QChar *chars, int numChars, quint32 *glyphIndexes, int *numGlyphs) const | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | | Lines: | 516-533 |
| | 11 | 3 |
QRawFont::fromFont| Name: | QRawFont::fromFont | | Prototype: | QRawFont QRawFont::fromFont(const QFont &font, QFontDatabase::WritingSystem writingSystem) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | | Lines: | 709-741 |
| | 21 | 7 |
QRawFont::fontTable| Name: | QRawFont::fontTable | | Prototype: | QByteArray QRawFont::fontTable(const char *tagName) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | | Lines: | 628-634 |
| | 3 | 2 |
QRawFont::familyName| Name: | QRawFont::familyName | | Prototype: | QString QRawFont::familyName() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | | Lines: | 439-442 |
| | 1 | 1 |
QRawFont::descent| Name: | QRawFont::descent | | Prototype: | qreal QRawFont::descent() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | | Lines: | 344-347 |
| | 1 | 1 |
QRawFont::boundingRect| Name: | QRawFont::boundingRect | | Prototype: | QRectF QRawFont::boundingRect(quint32 glyphIndex) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | | Lines: | 772-779 |
| | 4 | 2 |
QRawFont::averageCharWidth| Name: | QRawFont::averageCharWidth | | Prototype: | qreal QRawFont::averageCharWidth() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | | Lines: | 378-381 |
| | 1 | 1 |
QRawFont::ascent| Name: | QRawFont::ascent | | Prototype: | qreal QRawFont::ascent() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | | Lines: | 329-332 |
| | 1 | 1 |
QRawFont::alphaMapForGlyph| Name: | QRawFont::alphaMapForGlyph | | Prototype: | QImage QRawFont::alphaMapForGlyph(quint32 glyphIndex, AntialiasingType antialiasingType, const QTransform &transform) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | | Lines: | 272-282 |
| | 5 | 3 |
QRawFont::advancesForGlyphIndexes| Name: | QRawFont::advancesForGlyphIndexes | | Prototype: | bool QRawFont::advancesForGlyphIndexes(const quint32 *glyphIndexes, QPointF *advances, int numGlyphs, LayoutFlags layoutFlags) const | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | | Lines: | 571-594 |
| | 15 | 4 |
QRawFont::advancesForGlyphIndexes| Name: | QRawFont::advancesForGlyphIndexes | | Prototype: | bool QRawFont::advancesForGlyphIndexes(const quint32 *glyphIndexes, QPointF *advances, int numGlyphs) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | | Lines: | 607-610 |
| | 1 | 1 |
QRawFont::QRawFont| Name: | QRawFont::QRawFont | | Prototype: | QRawFont::QRawFont() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | | Lines: | 147-150 |
| | 2 | 1 |
QRawFont::QRawFont| Name: | QRawFont::QRawFont | | Prototype: | QRawFont::QRawFont(const QString &fileName, qreal pixelSize, QFont::HintingPreference hintingPreference) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | | Lines: | 159-165 |
| | 1 | 1 |
QRawFont::QRawFont| Name: | QRawFont::QRawFont | | Prototype: | QRawFont::QRawFont(const QByteArray &fontData, qreal pixelSize, QFont::HintingPreference hintingPreference) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | | Lines: | 174-180 |
| | 1 | 1 |
QRawFont::QRawFont| Name: | QRawFont::QRawFont | | Prototype: | QRawFont::QRawFont(const QRawFont &other) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | | Lines: | 185-188 |
| | 1 | 1 |
QRasterizer::~QRasterizer| Name: | QRasterizer::~QRasterizer | | Prototype: | QRasterizer::~QRasterizer() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qrasterizer.cpp | | Lines: | 649-652 |
| | 1 | 1 |
QRasterizer::setLegacyRoundingEnabled| Name: | QRasterizer::setLegacyRoundingEnabled | | Prototype: | void QRasterizer::setLegacyRoundingEnabled(bool legacyRoundingEnabled) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qrasterizer.cpp | | Lines: | 670-673 |
| | 1 | 1 |
QRasterizer::setClipRect| Name: | QRasterizer::setClipRect | | Prototype: | void QRasterizer::setClipRect(const QRect &clipRect) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qrasterizer.cpp | | Lines: | 665-668 |
| | 1 | 1 |
QRasterizer::setAntialiased| Name: | QRasterizer::setAntialiased | | Prototype: | void QRasterizer::setAntialiased(bool antialiased) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qrasterizer.cpp | | Lines: | 654-657 |
| | 1 | 1 |
QRasterizer::rasterizeLine| Name: | QRasterizer::rasterizeLine | | Prototype: | void QRasterizer::rasterizeLine(const QPointF &a, const QPointF &b, qreal width, bool squareCap) | | Coverage: | 0.000% (0/228) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qrasterizer.cpp | | Lines: | 756-1191 |
| | 304 | 67 |
QRasterizer::rasterize| Name: | QRasterizer::rasterize | | Prototype: | void QRasterizer::rasterize(const QT_FT_Outline *outline, Qt::FillRule fillRule) | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qrasterizer.cpp | | Lines: | 1193-1239 |
| | 26 | 7 |
QRasterizer::rasterize| Name: | QRasterizer::rasterize | | Prototype: | void QRasterizer::rasterize(const QPainterPath &path, Qt::FillRule fillRule) | | Coverage: | 0.000% (0/32) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qrasterizer.cpp | | Lines: | 1241-1307 |
| | 39 | 11 |
QRasterizer::initialize| Name: | QRasterizer::initialize | | Prototype: | void QRasterizer::initialize(ProcessSpans blend, void *data) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qrasterizer.cpp | | Lines: | 659-663 |
| | 2 | 1 |
QRasterizer::QRasterizer| Name: | QRasterizer::QRasterizer | | Prototype: | QRasterizer::QRasterizer() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qrasterizer.cpp | | Lines: | 643-647 |
| | 1 | 1 |
QRasterWindowPrivate::flush| Name: | QRasterWindowPrivate::flush | | Prototype: | void flush(const QRegion ®ion) override | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qrasterwindow.cpp | | Lines: | 89-93 |
| | 2 | 1 |
QRasterWindowPrivate::endPaint| Name: | QRasterWindowPrivate::endPaint | | Prototype: | void endPaint() override | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qrasterwindow.cpp | | Lines: | 84-87 |
| | 1 | 1 |
QRasterWindowPrivate::beginPaint| Name: | QRasterWindowPrivate::beginPaint | | Prototype: | void beginPaint(const QRegion ®ion) override | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qrasterwindow.cpp | | Lines: | 73-82 |
| | 6 | 2 |
QRasterWindow::redirected| Name: | QRasterWindow::redirected | | Prototype: | QPaintDevice *QRasterWindow::redirected(QPoint *) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qrasterwindow.cpp | | Lines: | 127-131 |
| | 2 | 1 |
QRasterWindow::metric| Name: | QRasterWindow::metric | | Prototype: | int QRasterWindow::metric(PaintDeviceMetric metric) const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qrasterwindow.cpp | | Lines: | 111-122 |
| | 5 | 3 |
QRasterWindow::QRasterWindow| Name: | QRasterWindow::QRasterWindow | | Prototype: | QRasterWindow::QRasterWindow(QWindow *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qrasterwindow.cpp | | Lines: | 101-106 |
| | 2 | 1 |
QRasterPlatformPixmap::toImage| Name: | QRasterPlatformPixmap::toImage | | Prototype: | QImage QRasterPlatformPixmap::toImage() const | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap_raster.cpp | | Lines: | 217-229 |
| | 6 | 3 |
QRasterPlatformPixmap::toImage| Name: | QRasterPlatformPixmap::toImage | | Prototype: | QImage QRasterPlatformPixmap::toImage(const QRect &rect) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap_raster.cpp | | Lines: | 231-247 |
| | 11 | 3 |
QRasterPlatformPixmap::setDevicePixelRatio| Name: | QRasterPlatformPixmap::setDevicePixelRatio | | Prototype: | void QRasterPlatformPixmap::setDevicePixelRatio(qreal scaleFactor) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap_raster.cpp | | Lines: | 368-371 |
| | 1 | 1 |
QRasterPlatformPixmap::scroll| Name: | QRasterPlatformPixmap::scroll | | Prototype: | bool QRasterPlatformPixmap::scroll(int dx, int dy, const QRect &rect) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap_raster.cpp | | Lines: | 165-170 |
| | 3 | 2 |
QRasterPlatformPixmap::resize| Name: | QRasterPlatformPixmap::resize | | Prototype: | void QRasterPlatformPixmap::resize(int width, int height) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap_raster.cpp | | Lines: | 96-117 |
| | 14 | 3 |
QRasterPlatformPixmap::paintEngine| Name: | QRasterPlatformPixmap::paintEngine | | Prototype: | QPaintEngine* QRasterPlatformPixmap::paintEngine() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap_raster.cpp | | Lines: | 249-252 |
| | 1 | 1 |
QRasterPlatformPixmap::metric| Name: | QRasterPlatformPixmap::metric | | Prototype: | int QRasterPlatformPixmap::metric(QPaintDevice::PaintDeviceMetric metric) const | | Coverage: | 0.000% (0/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap_raster.cpp | | Lines: | 254-293 |
| | 19 | 15 |
QRasterPlatformPixmap::hasAlphaChannel| Name: | QRasterPlatformPixmap::hasAlphaChannel | | Prototype: | bool QRasterPlatformPixmap::hasAlphaChannel() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap_raster.cpp | | Lines: | 212-215 |
| | 1 | 1 |
QRasterPlatformPixmap::fromImageReader| Name: | QRasterPlatformPixmap::fromImageReader | | Prototype: | void QRasterPlatformPixmap::fromImageReader(QImageReader *imageReader, Qt::ImageConversionFlags flags) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap_raster.cpp | | Lines: | 146-155 |
| | 5 | 2 |
QRasterPlatformPixmap::fromImageInPlace| Name: | QRasterPlatformPixmap::fromImageInPlace | | Prototype: | void QRasterPlatformPixmap::fromImageInPlace(QImage &sourceImage, Qt::ImageConversionFlags flags) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap_raster.cpp | | Lines: | 140-144 |
| | 1 | 1 |
QRasterPlatformPixmap::fromImage| Name: | QRasterPlatformPixmap::fromImage | | Prototype: | void QRasterPlatformPixmap::fromImage(const QImage &sourceImage, Qt::ImageConversionFlags flags) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap_raster.cpp | | Lines: | 133-138 |
| | 2 | 1 |
QRasterPlatformPixmap::fromData| Name: | QRasterPlatformPixmap::fromData | | Prototype: | bool QRasterPlatformPixmap::fromData(const uchar *buffer, uint len, const char *format, Qt::ImageConversionFlags flags) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap_raster.cpp | | Lines: | 119-131 |
| | 8 | 2 |
QRasterPlatformPixmap::fill| Name: | QRasterPlatformPixmap::fill | | Prototype: | void QRasterPlatformPixmap::fill(const QColor &color) | | Coverage: | 0.000% (0/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap_raster.cpp | | Lines: | 172-210 |
| | 24 | 9 |
QRasterPlatformPixmap::devicePixelRatio| Name: | QRasterPlatformPixmap::devicePixelRatio | | Prototype: | qreal QRasterPlatformPixmap::devicePixelRatio() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap_raster.cpp | | Lines: | 363-366 |
| | 1 | 1 |
QRasterPlatformPixmap::createPixmapForImage| Name: | QRasterPlatformPixmap::createPixmapForImage | | Prototype: | void QRasterPlatformPixmap::createPixmapForImage(QImage &sourceImage, Qt::ImageConversionFlags flags, bool inPlace) | | Coverage: | 0.000% (0/58) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap_raster.cpp | | Lines: | 295-356 |
| | 39 | 13 |
QRasterPlatformPixmap::createCompatiblePlatformPixmap| Name: | QRasterPlatformPixmap::createCompatiblePlatformPixmap | | Prototype: | QPlatformPixmap *QRasterPlatformPixmap::createCompatiblePlatformPixmap() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap_raster.cpp | | Lines: | 91-94 |
| | 1 | 1 |
QRasterPlatformPixmap::copy| Name: | QRasterPlatformPixmap::copy | | Prototype: | void QRasterPlatformPixmap::copy(const QPlatformPixmap *data, const QRect &rect) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap_raster.cpp | | Lines: | 160-163 |
| | 1 | 1 |
QRasterPlatformPixmap::buffer| Name: | QRasterPlatformPixmap::buffer | | Prototype: | QImage* QRasterPlatformPixmap::buffer() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap_raster.cpp | | Lines: | 358-361 |
| | 1 | 1 |
QRasterPlatformPixmap::QRasterPlatformPixmap| Name: | QRasterPlatformPixmap::QRasterPlatformPixmap | | Prototype: | QRasterPlatformPixmap::QRasterPlatformPixmap(PixelType type) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap_raster.cpp | | Lines: | 82-85 |
| | 2 | 1 |
QRasterPaintEngineState::~QRasterPaintEngineState| Name: | QRasterPaintEngineState::~QRasterPaintEngineState | | Prototype: | QRasterPaintEngineState::~QRasterPaintEngineState() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 594-598 |
| | 2 | 2 |
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 |
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 |
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::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::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::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::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::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::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::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::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::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::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::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 |
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 |
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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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 |