Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QRawFont::glyphIndexesForStringName: | 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::glyphIndexesForCharsName: | 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::fromFontName: | 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::fontTableName: | 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::familyNameName: | 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::descentName: | 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::boundingRectName: | 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::averageCharWidthName: | 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::ascentName: | 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::alphaMapForGlyphName: | 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::advancesForGlyphIndexesName: | 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::advancesForGlyphIndexesName: | 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::QRawFontName: | 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::QRawFontName: | 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::QRawFontName: | 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::QRawFontName: | 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::~QRasterizerName: | 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::setLegacyRoundingEnabledName: | 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::setClipRectName: | 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::setAntialiasedName: | 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::rasterizeLineName: | 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::rasterizeName: | 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::rasterizeName: | 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::initializeName: | 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::QRasterizerName: | 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::flushName: | 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::endPaintName: | 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::beginPaintName: | 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::redirectedName: | 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::metricName: | 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::QRasterWindowName: | 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::toImageName: | 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::toImageName: | 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::setDevicePixelRatioName: | 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::scrollName: | 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::resizeName: | 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::paintEngineName: | 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::metricName: | 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::hasAlphaChannelName: | 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::fromImageReaderName: | 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::fromImageInPlaceName: | 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::fromImageName: | 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::fromDataName: | 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::fillName: | 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::devicePixelRatioName: | 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::createPixmapForImageName: | 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::createCompatiblePlatformPixmapName: | 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::copyName: | 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::bufferName: | 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::QRasterPlatformPixmapName: | 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::~QRasterPaintEngineStateName: | 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::QRasterPaintEngineStateName: | 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::QRasterPaintEngineStateName: | 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::updateMatrixDataName: | 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::systemStateChangedName: | 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::recalculateFastImagesName: | 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_dashedName: | 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::rasterizeName: | 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::rasterizeName: | 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_normalizedName: | 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::isUnclippedName: | 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::isUnclippedName: | 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::initializeRasterizerName: | 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::getPenFuncName: | 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::getBrushFuncName: | 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::getBrushFuncName: | 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::drawImageName: | 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::canUseFastImageBlendingName: | 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::QRasterPaintEnginePrivateName: | 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::~QRasterPaintEngineName: | 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::updateRasterStateName: | 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::updatePenName: | 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::updateOutlineMapperName: | 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::updateMatrixName: | 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::updateBrushName: | 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::transformChangedName: | 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::toNormalizedFillRectName: | 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::strokeName: | 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::sizeName: | 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::shouldDrawCachedGlyphsName: | 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::setStateName: | 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::setClipRectInDeviceCoordsName: | 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::saveBufferName: | 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::requiresPretransformedGlyphPositionsName: | 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::renderHintsChangedName: | 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::releaseBufferName: | 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::rasterBufferName: | 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::penChangedName: | 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::opacityChangedName: | 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::initName: | 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::fillRectName: | 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::fillRectName: | 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::fillRectName: | 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::fillPolygonName: | 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::fillPathName: | 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::fillName: | 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::endName: | 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::drawTiledPixmapName: | 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::drawTextItemName: | 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::drawStaticTextItemName: | 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 |