Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QRectF::normalizedName: | QRectF::normalized | Prototype: | QRectF QRectF::normalized() const noexcept | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 1546-1558 |
| | 8 | 3 |
QRectF::intersectsName: | QRectF::intersects | Prototype: | bool QRectF::intersects(const QRectF &r) const noexcept | Coverage: | 89.744% (35/39) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 2311-2356 |
| | 33 | 11 |
QRectF::containsName: | QRectF::contains | Prototype: | bool QRectF::contains(const QPointF &p) const noexcept | Coverage: | 100.000% (25/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 1973-2000 |
| | 19 | 7 |
QRectF::containsName: | QRectF::contains | Prototype: | bool QRectF::contains(const QRectF &r) const noexcept | Coverage: | 89.744% (35/39) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 2019-2064 |
| | 33 | 11 |
QRect::operator|Name: | QRect::operator| | Prototype: | QRect QRect::operator|(const QRect &r) const noexcept | Coverage: | 100.000% (23/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 968-1009 |
| | 30 | 7 |
QRect::operator&Name: | QRect::operator& | Prototype: | QRect QRect::operator&(const QRect &r) const noexcept | Coverage: | 100.000% (32/32) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 1039-1084 |
| | 32 | 8 |
QRect::normalizedName: | QRect::normalized | Prototype: | QRect QRect::normalized() const noexcept | Coverage: | 100.000% (9/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 303-321 |
| | 12 | 3 |
QRect::intersectsName: | QRect::intersects | Prototype: | bool QRect::intersects(const QRect &r) const noexcept | Coverage: | 100.000% (32/32) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 1118-1158 |
| | 27 | 8 |
QRect::containsName: | QRect::contains | Prototype: | bool QRect::contains(const QPoint &p, bool proper) const noexcept | Coverage: | 97.297% (36/37) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 826-859 |
| | 23 | 9 |
QRect::containsName: | QRect::contains | Prototype: | bool QRect::contains(const QRect &r, bool proper) const noexcept | Coverage: | 72.000% (36/50) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 890-940 |
| | 33 | 12 |
QReadWriteLockPrivate::unlockName: | QReadWriteLockPrivate::unlock | Prototype: | void QReadWriteLockPrivate::unlock() | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | Lines: | 528-535 |
| | 5 | 3 |
QReadWriteLockPrivate::releaseName: | QReadWriteLockPrivate::release | Prototype: | void QReadWriteLockPrivate::release() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | Lines: | 630-635 |
| | 3 | 1 |
QReadWriteLockPrivate::recursiveUnlockName: | QReadWriteLockPrivate::recursiveUnlock | Prototype: | void QReadWriteLockPrivate::recursiveUnlock() | Coverage: | 88.235% (15/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | Lines: | 575-601 |
| | 17 | 6 |
QReadWriteLockPrivate::recursiveLockForWriteName: | QReadWriteLockPrivate::recursiveLockForWrite | Prototype: | bool QReadWriteLockPrivate::recursiveLockForWrite(int timeout) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | Lines: | 557-573 |
| | 10 | 3 |
QReadWriteLockPrivate::recursiveLockForReadName: | QReadWriteLockPrivate::recursiveLockForRead | Prototype: | bool QReadWriteLockPrivate::recursiveLockForRead(int timeout) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | Lines: | 537-555 |
| | 11 | 3 |
QReadWriteLockPrivate::lockForWriteName: | QReadWriteLockPrivate::lockForWrite | Prototype: | bool QReadWriteLockPrivate::lockForWrite(int timeout) | Coverage: | 76.923% (20/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | Lines: | 492-526 |
| | 22 | 7 |
QReadWriteLockPrivate::lockForReadName: | QReadWriteLockPrivate::lockForRead | Prototype: | bool QReadWriteLockPrivate::lockForRead(int timeout) | Coverage: | 100.000% (19/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | Lines: | 464-490 |
| | 19 | 6 |
QReadWriteLockPrivate::allocateName: | QReadWriteLockPrivate::allocate | Prototype: | QReadWriteLockPrivate *QReadWriteLockPrivate::allocate() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | Lines: | 620-628 |
| | 6 | 1 |
QReadWriteLock::~QReadWriteLockName: | QReadWriteLock::~QReadWriteLock | Prototype: | QReadWriteLock::~QReadWriteLock() | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | Lines: | 156-164 |
| | 5 | 2 |
QReadWriteLock::unlockName: | QReadWriteLock::unlock | Prototype: | void QReadWriteLock::unlock() | Coverage: | 90.000% (27/30) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | Lines: | 393-443 |
| | 31 | 10 |
QReadWriteLock::tryLockForWriteName: | QReadWriteLock::tryLockForWrite | Prototype: | bool QReadWriteLock::tryLockForWrite() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | Lines: | 312-315 |
| | 1 | 1 |
QReadWriteLock::tryLockForWriteName: | QReadWriteLock::tryLockForWrite | Prototype: | bool QReadWriteLock::tryLockForWrite(int timeout) | Coverage: | 66.667% (20/30) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | Lines: | 336-383 |
| | 27 | 11 |
QReadWriteLock::tryLockForReadName: | QReadWriteLock::tryLockForRead | Prototype: | bool QReadWriteLock::tryLockForRead() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | Lines: | 198-201 |
| | 1 | 1 |
QReadWriteLock::tryLockForReadName: | QReadWriteLock::tryLockForRead | Prototype: | bool QReadWriteLock::tryLockForRead(int timeout) | Coverage: | 62.500% (20/32) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | Lines: | 222-279 |
| | 38 | 12 |
QReadWriteLock::stateForWaitConditionName: | QReadWriteLock::stateForWaitCondition | Prototype: | QReadWriteLock::StateForWaitCondition QReadWriteLock::stateForWaitCondition() const | Coverage: | 71.429% (10/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | Lines: | 446-462 |
| | 11 | 6 |
QReadWriteLock::lockForWriteName: | QReadWriteLock::lockForWrite | Prototype: | void QReadWriteLock::lockForWrite() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | Lines: | 292-295 |
| | 1 | 1 |
QReadWriteLock::lockForReadName: | QReadWriteLock::lockForRead | Prototype: | void QReadWriteLock::lockForRead() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | Lines: | 175-180 |
| | 3 | 2 |
QReadWriteLock::QReadWriteLockName: | QReadWriteLock::QReadWriteLock | Prototype: | QReadWriteLock::QReadWriteLock(RecursionMode recursionMode) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | Lines: | 144-148 |
| | 1 | 1 |
QReadNotifier::eventName: | QReadNotifier::event | Prototype: | bool QReadNotifier::event(QEvent *e) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine.cpp | Lines: | 1210-1220 |
| | 7 | 3 |
QReadNotifier::QReadNotifierName: | QReadNotifier::QReadNotifier | Prototype: | QReadNotifier(qintptr fd, QNativeSocketEngine *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine.cpp | Lines: | 1200-1202 |
| | 1 | 1 |
QRawFontPrivate::loadFromDataName: | QRawFontPrivate::loadFromData | Prototype: | void QRawFontPrivate::loadFromData(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: | 758-765 |
| | 3 | 1 |
QRawFont::xHeightName: | QRawFont::xHeight | Prototype: | qreal QRawFont::xHeight() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 356-359 |
| | 1 | 1 |
QRawFont::weightName: | QRawFont::weight | Prototype: | int QRawFont::weight() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 469-472 |
| | 1 | 1 |
QRawFont::unitsPerEmName: | QRawFont::unitsPerEm | Prototype: | qreal QRawFont::unitsPerEm() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 413-416 |
| | 1 | 1 |
QRawFont::underlinePositionName: | QRawFont::underlinePosition | Prototype: | qreal QRawFont::underlinePosition() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 431-434 |
| | 1 | 1 |
QRawFont::supportsCharacterName: | QRawFont::supportsCharacter | Prototype: | bool QRawFont::supportsCharacter(QChar character) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 682-685 |
| | 1 | 1 |
QRawFont::supportsCharacterName: | QRawFont::supportsCharacter | Prototype: | bool QRawFont::supportsCharacter(uint ucs4) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 694-697 |
| | 1 | 1 |
QRawFont::supportedWritingSystemsName: | QRawFont::supportedWritingSystems | Prototype: | QList<QFontDatabase::WritingSystem> QRawFont::supportedWritingSystems() const | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 647-675 |
| | 18 | 7 |
QRawFont::styleNameName: | QRawFont::styleName | Prototype: | QString QRawFont::styleName() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 449-452 |
| | 1 | 1 |
QRawFont::styleName: | QRawFont::style | Prototype: | QFont::Style QRawFont::style() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 459-462 |
| | 1 | 1 |
QRawFont::setPixelSizeName: | QRawFont::setPixelSize | Prototype: | void QRawFont::setPixelSize(qreal pixelSize) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 746-753 |
| | 4 | 2 |
QRawFont::pixelSizeName: | QRawFont::pixelSize | Prototype: | qreal QRawFont::pixelSize() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 400-403 |
| | 1 | 1 |
QRawFont::pathForGlyphName: | QRawFont::pathForGlyph | Prototype: | QPainterPath QRawFont::pathForGlyph(quint32 glyphIndex) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 292-301 |
| | 6 | 2 |
QRawFont::operator==Name: | QRawFont::operator== | Prototype: | bool QRawFont::operator==(const QRawFont &other) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 306-309 |
| | 1 | 1 |
QRawFont::operator=Name: | QRawFont::operator= | Prototype: | QRawFont &QRawFont::operator=(const QRawFont &other) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 200-204 |
| | 2 | 1 |
QRawFont::maxCharWidthName: | QRawFont::maxCharWidth | Prototype: | qreal QRawFont::maxCharWidth() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 388-391 |
| | 1 | 1 |
QRawFont::loadFromFileName: | QRawFont::loadFromFile | Prototype: | void QRawFont::loadFromFile(const QString &fileName, qreal pixelSize, QFont::HintingPreference hintingPreference) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 231-238 |
| | 3 | 2 |
QRawFont::loadFromDataName: | QRawFont::loadFromData | Prototype: | void QRawFont::loadFromData(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: | 249-257 |
| | 4 | 1 |
QRawFont::lineThicknessName: | QRawFont::lineThickness | Prototype: | qreal QRawFont::lineThickness() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 422-425 |
| | 1 | 1 |
QRawFont::leadingName: | QRawFont::leading | Prototype: | qreal QRawFont::leading() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 368-371 |
| | 1 | 1 |
QRawFont::isValidName: | QRawFont::isValid | Prototype: | bool QRawFont::isValid() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 217-220 |
| | 1 | 1 |
QRawFont::hintingPreferenceName: | QRawFont::hintingPreference | Prototype: | QFont::HintingPreference QRawFont::hintingPreference() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 617-620 |
| | 1 | 1 |
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 |