| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QFontDialogPrivate::updateSizes| Name: | QFontDialogPrivate::updateSizes | | Prototype: | void QFontDialogPrivate::updateSizes() | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfontdialog.cpp | | Lines: | 622-653 |
| | 22 | 6 |
QFontDialogPrivate::updateStyles| Name: | QFontDialogPrivate::updateStyles | | Prototype: | void QFontDialogPrivate::updateStyles() | | Coverage: | 0.000% (0/35) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfontdialog.cpp | | Lines: | 565-614 |
| | 33 | 11 |
QFontEngine::GlyphCacheEntry::GlyphCacheEntry| Name: | QFontEngine::GlyphCacheEntry::GlyphCacheEntry | | Prototype: | QFontEngine::GlyphCacheEntry::GlyphCacheEntry(const GlyphCacheEntry &o) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 1571-1574 |
| | 2 | 1 |
QFontEngine::GlyphCacheEntry::operator=| Name: | QFontEngine::GlyphCacheEntry::operator= | | Prototype: | QFontEngine::GlyphCacheEntry &QFontEngine::GlyphCacheEntry::operator=(const GlyphCacheEntry &o) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 1580-1584 |
| | 2 | 1 |
QFontEngine::QFontEngine| Name: | QFontEngine::QFontEngine | | Prototype: | QFontEngine::QFontEngine(Type type) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 241-263 |
| | 10 | 2 |
QFontEngine::addBitmapFontToPath| Name: | QFontEngine::addBitmapFontToPath | | Prototype: | void QFontEngine::addBitmapFontToPath(qreal x, qreal y, const QGlyphLayout &glyphs, QPainterPath *path, QTextItem::RenderFlags flags) | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 787-834 |
| | 35 | 8 |
QFontEngine::addGlyphsToPath| Name: | QFontEngine::addGlyphsToPath | | Prototype: | void QFontEngine::addGlyphsToPath(glyph_t *glyphs, QFixedPoint *positions, int nGlyphs, QPainterPath *path, QTextItem::RenderFlags flags) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 836-851 |
| | 9 | 2 |
QFontEngine::addOutlineToPath| Name: | QFontEngine::addOutlineToPath | | Prototype: | void QFontEngine::addOutlineToPath(qreal x, qreal y, const QGlyphLayout &glyphs, QPainterPath *path, QTextItem::RenderFlags flags) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 680-691 |
| | 7 | 2 |
QFontEngine::alphaMapForGlyph| Name: | QFontEngine::alphaMapForGlyph | | Prototype: | QImage QFontEngine::alphaMapForGlyph(glyph_t glyph, QFixed ) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 853-857 |
| | 1 | 1 |
QFontEngine::alphaMapForGlyph| Name: | QFontEngine::alphaMapForGlyph | | Prototype: | QImage QFontEngine::alphaMapForGlyph(glyph_t glyph, const QTransform &t) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 859-867 |
| | 5 | 2 |
QFontEngine::alphaMapForGlyph| Name: | QFontEngine::alphaMapForGlyph | | Prototype: | QImage QFontEngine::alphaMapForGlyph(glyph_t glyph, QFixed subPixelPosition, const QTransform &t) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 869-880 |
| | 7 | 3 |
QFontEngine::alphaMapForGlyph| Name: | QFontEngine::alphaMapForGlyph | | Prototype: | QImage QFontEngine::alphaMapForGlyph(glyph_t glyph) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 948-983 |
| | 28 | 4 |
QFontEngine::alphaRGBMapForGlyph| Name: | QFontEngine::alphaRGBMapForGlyph | | Prototype: | QImage QFontEngine::alphaRGBMapForGlyph(glyph_t glyph, QFixed , const QTransform &t) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 882-897 |
| | 9 | 3 |
QFontEngine::averageCharWidth| Name: | QFontEngine::averageCharWidth | | Prototype: | QFixed QFontEngine::averageCharWidth() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 436-441 |
| | 3 | 1 |
QFontEngine::bitmapForGlyph| Name: | QFontEngine::bitmapForGlyph | | Prototype: | QImage QFontEngine::bitmapForGlyph(glyph_t, QFixed subPixelPosition, const QTransform&) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 899-904 |
| | 2 | 1 |
QFontEngine::boundingBox| Name: | QFontEngine::boundingBox | | Prototype: | glyph_metrics_t QFontEngine::boundingBox(glyph_t glyph, const QTransform &matrix) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 419-427 |
| | 4 | 2 |
QFontEngine::canRender| Name: | QFontEngine::canRender | | Prototype: | bool QFontEngine::canRender(const QChar *str, int len) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 408-417 |
| | 5 | 3 |
QFontEngine::clearGlyphCache| Name: | QFontEngine::clearGlyphCache | | Prototype: | void QFontEngine::clearGlyphCache(const void *context) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 1050-1053 |
| | 1 | 1 |
QFontEngine::convertToPostscriptFontFamilyName| Name: | QFontEngine::convertToPostscriptFontFamilyName | | Prototype: | QByteArray QFontEngine::convertToPostscriptFontFamilyName(const QByteArray &family) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 1529-1544 |
| | 13 | 1 |
QFontEngine::doKerning| Name: | QFontEngine::doKerning | | Prototype: | void QFontEngine::doKerning(QGlyphLayout *glyphs, QFontEngine::ShaperFlags flags) const | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 1110-1125 |
| | 9 | 5 |
QFontEngine::getCMap| Name: | QFontEngine::getCMap | | Prototype: | const uchar *QFontEngine::getCMap(const uchar *table, uint tableSize, bool *isSymbolFont, int *cmapSize) | | Coverage: | 0.000% (0/114) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 1237-1392 |
| | 91 | 36 |
QFontEngine::getGlyphBearings| Name: | QFontEngine::getGlyphBearings | | Prototype: | void QFontEngine::getGlyphBearings(glyph_t glyph, qreal *leftBearing, qreal *rightBearing) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 566-573 |
| | 5 | 3 |
QFontEngine::getGlyphPositions| Name: | QFontEngine::getGlyphPositions | | Prototype: | void QFontEngine::getGlyphPositions(const QGlyphLayout &glyphs, const QTransform &matrix, QTextItem::RenderFlags flags, QVarLengthArray<glyph_t> &glyphs_out, QVarLengthArray<QFixedPoint> &positions) | | Coverage: | 0.000% (0/56) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 448-564 |
| | 88 | 16 |
QFontEngine::getPointInOutline| Name: | QFontEngine::getPointInOutline | | Prototype: | int QFontEngine::getPointInOutline(glyph_t glyph, int flags, quint32 point, QFixed *xpos, QFixed *ypos, quint32 *nPoints) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 168-177 |
| | 7 | 1 |
QFontEngine::getSfntTable| Name: | QFontEngine::getSfntTable | | Prototype: | QByteArray QFontEngine::getSfntTable(uint tag) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 1038-1048 |
| | 8 | 3 |
QFontEngine::getSfntTableData| Name: | QFontEngine::getSfntTableData | | Prototype: | bool QFontEngine::getSfntTableData(uint tag, uchar *buffer, uint *length) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 1030-1036 |
| | 4 | 1 |
QFontEngine::getTrueTypeGlyphIndex| Name: | QFontEngine::getTrueTypeGlyphIndex | | Prototype: | quint32 QFontEngine::getTrueTypeGlyphIndex(const uchar *cmap, int cmapSize, uint unicode) | | Coverage: | 0.000% (0/98) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 1394-1527 |
| | 92 | 32 |
QFontEngine::getUnscaledGlyph| Name: | QFontEngine::getUnscaledGlyph | | Prototype: | void QFontEngine::getUnscaledGlyph(glyph_t glyph, QPainterPath *path, glyph_metrics_t *metrics) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 1010-1017 |
| | 5 | 1 |
QFontEngine::glyphCache| Name: | QFontEngine::glyphCache | | Prototype: | QFontEngineGlyphCache *QFontEngine::glyphCache(const void *context, GlyphFormat format, const QTransform &transform) const | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 1076-1089 |
| | 8 | 4 |
QFontEngine::glyphCount| Name: | QFontEngine::glyphCount | | Prototype: | int QFontEngine::glyphCount() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 1218-1230 |
| | 8 | 2 |
QFontEngine::handle| Name: | QFontEngine::handle | | Prototype: | Qt::HANDLE QFontEngine::handle() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 1232-1235 |
| | 1 | 1 |
QFontEngine::harfbuzzFace| Name: | QFontEngine::harfbuzzFace | | Prototype: | void *QFontEngine::harfbuzzFace() const | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 338-359 |
| | 14 | 5 |
QFontEngine::harfbuzzFont| Name: | QFontEngine::harfbuzzFont | | Prototype: | void *QFontEngine::harfbuzzFont() const | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 302-336 |
| | 24 | 6 |
QFontEngine::hasUnreliableGlyphOutline| Name: | QFontEngine::hasUnreliableGlyphOutline | | Prototype: | bool QFontEngine::hasUnreliableGlyphOutline() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 1549-1553 |
| | 1 | 1 |
QFontEngine::lastRightBearing| Name: | QFontEngine::lastRightBearing | | Prototype: | QFixed QFontEngine::lastRightBearing(const QGlyphLayout &glyphs, bool round) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 1555-1564 |
| | 6 | 3 |
QFontEngine::lineThickness| Name: | QFontEngine::lineThickness | | Prototype: | QFixed QFontEngine::lineThickness() const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 284-295 |
| | 5 | 3 |
QFontEngine::loadKerningPairs| Name: | QFontEngine::loadKerningPairs | | Prototype: | void QFontEngine::loadKerningPairs(QFixed scalingFactor) | | Coverage: | 0.000% (0/52) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 1127-1215 |
| | 52 | 18 |
QFontEngine::lockedAlphaMapForGlyph| Name: | QFontEngine::lockedAlphaMapForGlyph | | Prototype: | QImage *QFontEngine::lockedAlphaMapForGlyph(glyph_t glyph, QFixed subPixelPosition, QFontEngine::GlyphFormat neededFormat, const QTransform &t, QPoint *offset) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 923-940 |
| | 9 | 4 |
QFontEngine::minLeftBearing| Name: | QFontEngine::minLeftBearing | | Prototype: | qreal QFontEngine::minLeftBearing() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 575-581 |
| | 3 | 2 |
QFontEngine::minRightBearing| Name: | QFontEngine::minRightBearing | | Prototype: | qreal QFontEngine::minRightBearing() const | | Coverage: | 0.000% (0/34) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 588-654 |
| | 27 | 10 |
QFontEngine::properties| Name: | QFontEngine::properties | | Prototype: | QFontEngine::Properties QFontEngine::properties() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 989-1008 |
| | 16 | 1 |
QFontEngine::setGlyphCache| Name: | QFontEngine::setGlyphCache | | Prototype: | void QFontEngine::setGlyphCache(const void *context, QFontEngineGlyphCache *cache) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 1055-1074 |
| | 10 | 4 |
QFontEngine::subPixelPositionForX| Name: | QFontEngine::subPixelPositionForX | | Prototype: | QFixed QFontEngine::subPixelPositionForX(QFixed x) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 906-921 |
| | 8 | 3 |
QFontEngine::supportsScript| Name: | QFontEngine::supportsScript | | Prototype: | bool QFontEngine::supportsScript(QChar::Script script) const | | Coverage: | 0.000% (0/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 361-406 |
| | 23 | 8 |
QFontEngine::supportsTransformation| Name: | QFontEngine::supportsTransformation | | Prototype: | bool QFontEngine::supportsTransformation(const QTransform &transform) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 443-446 |
| | 1 | 1 |
QFontEngine::tightBoundingBox| Name: | QFontEngine::tightBoundingBox | | Prototype: | glyph_metrics_t QFontEngine::tightBoundingBox(const QGlyphLayout &glyphs) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 656-677 |
| | 16 | 2 |
QFontEngine::underlinePosition| Name: | QFontEngine::underlinePosition | | Prototype: | QFixed QFontEngine::underlinePosition() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 297-300 |
| | 1 | 1 |
QFontEngine::unlockAlphaMapForGlyph| Name: | QFontEngine::unlockAlphaMapForGlyph | | Prototype: | void QFontEngine::unlockAlphaMapForGlyph() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 942-946 |
| | 2 | 1 |
QFontEngine::xHeight| Name: | QFontEngine::xHeight | | Prototype: | QFixed QFontEngine::xHeight() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 429-434 |
| | 3 | 1 |
QFontEngine::~QFontEngine| Name: | QFontEngine::~QFontEngine | | Prototype: | QFontEngine::~QFontEngine() | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 265-282 |
| | 9 | 4 |
QFontEngineBox::QFontEngineBox| Name: | QFontEngineBox::QFontEngineBox | | Prototype: | QFontEngineBox::QFontEngineBox(int size) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 1590-1595 |
| | 1 | 1 |
QFontEngineBox::QFontEngineBox| Name: | QFontEngineBox::QFontEngineBox | | Prototype: | QFontEngineBox::QFontEngineBox(Type type, int size) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 1597-1602 |
| | 1 | 1 |
QFontEngineBox::addOutlineToPath| Name: | QFontEngineBox::addOutlineToPath | | Prototype: | void QFontEngineBox::addOutlineToPath(qreal x, qreal y, const QGlyphLayout &glyphs, QPainterPath *path, QTextItem::RenderFlags flags) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 1644-1657 |
| | 9 | 3 |
QFontEngineBox::alphaMapForGlyph| Name: | QFontEngineBox::alphaMapForGlyph | | Prototype: | QImage QFontEngineBox::alphaMapForGlyph(glyph_t) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 1732-1745 |
| | 8 | 2 |
QFontEngineBox::ascent| Name: | QFontEngineBox::ascent | | Prototype: | QFixed QFontEngineBox::ascent() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 1706-1709 |
| | 1 | 1 |
QFontEngineBox::boundingBox| Name: | QFontEngineBox::boundingBox | | Prototype: | glyph_metrics_t QFontEngineBox::boundingBox(const QGlyphLayout &glyphs) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 1659-1666 |
| | 5 | 1 |
QFontEngineBox::boundingBox| Name: | QFontEngineBox::boundingBox | | Prototype: | glyph_metrics_t QFontEngineBox::boundingBox(glyph_t) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 1695-1698 |
| | 1 | 1 |
QFontEngineBox::canRender| Name: | QFontEngineBox::canRender | | Prototype: | bool QFontEngineBox::canRender(const QChar *, int) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 1727-1730 |
| | 1 | 1 |
QFontEngineBox::cloneWithSize| Name: | QFontEngineBox::cloneWithSize | | Prototype: | QFontEngine *QFontEngineBox::cloneWithSize(qreal pixelSize) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 1700-1704 |
| | 2 | 1 |
QFontEngineBox::descent| Name: | QFontEngineBox::descent | | Prototype: | QFixed QFontEngineBox::descent() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 1711-1714 |
| | 1 | 1 |
QFontEngineBox::draw| Name: | QFontEngineBox::draw | | Prototype: | void QFontEngineBox::draw(QPaintEngine *p, qreal x, qreal y, const QTextItemInt &ti) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 1668-1693 |
| | 18 | 4 |
QFontEngineBox::glyphIndex| Name: | QFontEngineBox::glyphIndex | | Prototype: | glyph_t QFontEngineBox::glyphIndex(uint ucs4) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 1608-1612 |
| | 2 | 1 |
QFontEngineBox::leading| Name: | QFontEngineBox::leading | | Prototype: | QFixed QFontEngineBox::leading() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 1716-1720 |
| | 2 | 1 |
QFontEngineBox::maxCharWidth| Name: | QFontEngineBox::maxCharWidth | | Prototype: | qreal QFontEngineBox::maxCharWidth() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 1722-1725 |
| | 1 | 1 |
QFontEngineBox::recalcAdvances| Name: | QFontEngineBox::recalcAdvances | | Prototype: | void QFontEngineBox::recalcAdvances(QGlyphLayout *glyphs, QFontEngine::ShaperFlags) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 1638-1642 |
| | 2 | 2 |
QFontEngineBox::stringToCMap| Name: | QFontEngineBox::stringToCMap | | Prototype: | bool QFontEngineBox::stringToCMap(const QChar *str, int len, QGlyphLayout *glyphs, int *nglyphs, QFontEngine::ShaperFlags flags) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 1614-1636 |
| | 14 | 4 |
QFontEngineData::QFontEngineData| Name: | QFontEngineData::QFontEngineData | | Prototype: | QFontEngineData::QFontEngineData() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 315-319 |
| | 1 | 1 |
QFontEngineData::~QFontEngineData| Name: | QFontEngineData::~QFontEngineData | | Prototype: | QFontEngineData::~QFontEngineData() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 321-331 |
| | 6 | 4 |
QFontEngineFT::QGlyphSet::removeGlyphFromCache| Name: | QFontEngineFT::QGlyphSet::removeGlyphFromCache | | Prototype: | void QFontEngineFT::QGlyphSet::removeGlyphFromCache(glyph_t index, QFixed subPixelPosition) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines: | 1950-1962 |
| | 7 | 4 |
QFontEngineFT::alphaMapForGlyph| Name: | QFontEngineFT::alphaMapForGlyph | | Prototype: | QImage QFontEngineFT::alphaMapForGlyph(glyph_t g, QFixed subPixelPosition) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines: | 1824-1827 |
| | 1 | 1 |
QFontEngineFT::alphaRGBMapForGlyph| Name: | QFontEngineFT::alphaRGBMapForGlyph | | Prototype: | QImage QFontEngineFT::alphaRGBMapForGlyph(glyph_t g, QFixed subPixelPosition, const QTransform &t) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines: | 1847-1866 |
| | 11 | 4 |
QFontEngineFT::boundingBox| Name: | QFontEngineFT::boundingBox | | Prototype: | glyph_metrics_t QFontEngineFT::boundingBox(glyph_t glyph, const QTransform &matrix) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines: | 1682-1685 |
| | 1 | 1 |
QFontEngineFT::getPointInOutline| Name: | QFontEngineFT::getPointInOutline | | Prototype: | int QFontEngineFT::getPointInOutline(glyph_t glyph, int flags, quint32 point, QFixed *xpos, QFixed *ypos, quint32 *nPoints) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines: | 1975-1984 |
| | 7 | 1 |
QFontEngineFT::getUnscaledGlyph| Name: | QFontEngineFT::getUnscaledGlyph | | Prototype: | void QFontEngineFT::getUnscaledGlyph(glyph_t glyph, QPainterPath *path, glyph_metrics_t *metrics) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines: | 1370-1398 |
| | 20 | 2 |
QFontEngineFT::glyphCount| Name: | QFontEngineFT::glyphCount | | Prototype: | int QFontEngineFT::glyphCount() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines: | 1873-1882 |
| | 6 | 2 |
QFontEngineFT::handle| Name: | QFontEngineFT::handle | | Prototype: | Qt::HANDLE QFontEngineFT::handle() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines: | 2021-2024 |
| | 1 | 1 |
QFontEngineFT::non_locked_face| Name: | QFontEngineFT::non_locked_face | | Prototype: | FT_Face QFontEngineFT::non_locked_face() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines: | 1913-1916 |
| | 1 | 1 |
QFontEngineFT::properties| Name: | QFontEngineFT::properties | | Prototype: | QFontEngine::Properties QFontEngineFT::properties() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines: | 1203-1211 |
| | 4 | 2 |
QFontEngineFT::removeGlyphFromCache| Name: | QFontEngineFT::removeGlyphFromCache | | Prototype: | void QFontEngineFT::removeGlyphFromCache(glyph_t glyph) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines: | 1868-1871 |
| | 1 | 1 |
QFontEngineFT::synthesized| Name: | QFontEngineFT::synthesized | | Prototype: | int QFontEngineFT::synthesized() const | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines: | 1226-1236 |
| | 8 | 4 |
QFontEngineMulti::QFontEngineMulti| Name: | QFontEngineMulti::QFontEngineMulti | | Prototype: | QFontEngineMulti::QFontEngineMulti(QFontEngine *engine, int script, const QStringList &fallbackFamilies) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 1758-1778 |
| | 8 | 2 |
QFontEngineMulti::addOutlineToPath| Name: | QFontEngineMulti::addOutlineToPath | | Prototype: | void QFontEngineMulti::addOutlineToPath(qreal x, qreal y, const QGlyphLayout &glyphs, QPainterPath *path, QTextItem::RenderFlags flags) | | Coverage: | 0.000% (0/46) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 2009-2066 |
| | 35 | 16 |
QFontEngineMulti::alphaMapForGlyph| Name: | QFontEngineMulti::alphaMapForGlyph | | Prototype: | QImage QFontEngineMulti::alphaMapForGlyph(glyph_t glyph) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 2232-2236 |
| | 2 | 1 |
QFontEngineMulti::alphaMapForGlyph| Name: | QFontEngineMulti::alphaMapForGlyph | | Prototype: | QImage QFontEngineMulti::alphaMapForGlyph(glyph_t glyph, QFixed subPixelPosition) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 2238-2242 |
| | 2 | 1 |
QFontEngineMulti::alphaMapForGlyph| Name: | QFontEngineMulti::alphaMapForGlyph | | Prototype: | QImage QFontEngineMulti::alphaMapForGlyph(glyph_t glyph, const QTransform &t) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 2244-2248 |
| | 2 | 1 |
QFontEngineMulti::alphaMapForGlyph| Name: | QFontEngineMulti::alphaMapForGlyph | | Prototype: | QImage QFontEngineMulti::alphaMapForGlyph(glyph_t glyph, QFixed subPixelPosition, const QTransform &t) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 2250-2254 |
| | 2 | 1 |
QFontEngineMulti::alphaRGBMapForGlyph| Name: | QFontEngineMulti::alphaRGBMapForGlyph | | Prototype: | QImage QFontEngineMulti::alphaRGBMapForGlyph(glyph_t glyph, QFixed subPixelPosition, const QTransform &t) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 2256-2260 |
| | 2 | 1 |
QFontEngineMulti::ascent| Name: | QFontEngineMulti::ascent | | Prototype: | QFixed QFontEngineMulti::ascent() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 2160-2161 |
| | 1 | 1 |
QFontEngineMulti::averageCharWidth| Name: | QFontEngineMulti::averageCharWidth | | Prototype: | QFixed QFontEngineMulti::averageCharWidth() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 2176-2179 |
| | 1 | 1 |
QFontEngineMulti::boundingBox| Name: | QFontEngineMulti::boundingBox | | Prototype: | glyph_metrics_t QFontEngineMulti::boundingBox(const QGlyphLayout &glyphs) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 1939-2000 |
| | 39 | 8 |
QFontEngineMulti::boundingBox| Name: | QFontEngineMulti::boundingBox | | Prototype: | glyph_metrics_t QFontEngineMulti::boundingBox(glyph_t glyph) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 2154-2158 |
| | 2 | 1 |
QFontEngineMulti::canRender| Name: | QFontEngineMulti::canRender | | Prototype: | bool QFontEngineMulti::canRender(const QChar *string, int len) const | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 2206-2227 |
| | 13 | 5 |
QFontEngineMulti::createMultiFontEngine| Name: | QFontEngineMulti::createMultiFontEngine | | Prototype: | QFontEngine *QFontEngineMulti::createMultiFontEngine(QFontEngine *fe, int script) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 2270-2299 |
| | 19 | 4 |
QFontEngineMulti::descent| Name: | QFontEngineMulti::descent | | Prototype: | QFixed QFontEngineMulti::descent() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 2163-2164 |
| | 1 | 1 |
QFontEngineMulti::doKerning| Name: | QFontEngineMulti::doKerning | | Prototype: | void QFontEngineMulti::doKerning(QGlyphLayout *glyphs, QFontEngine::ShaperFlags flags) const | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 2111-2152 |
| | 25 | 8 |
QFontEngineMulti::ensureEngineAt| Name: | QFontEngineMulti::ensureEngineAt | | Prototype: | void QFontEngineMulti::ensureEngineAt(int at) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 1819-1832 |
| | 10 | 4 |
QFontEngineMulti::ensureFallbackFamiliesQueried| Name: | QFontEngineMulti::ensureFallbackFamiliesQueried | | Prototype: | void QFontEngineMulti::ensureFallbackFamiliesQueried() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 1791-1798 |
| | 4 | 2 |
QFontEngineMulti::getGlyphBearings| Name: | QFontEngineMulti::getGlyphBearings | | Prototype: | void QFontEngineMulti::getGlyphBearings(glyph_t glyph, qreal *leftBearing, qreal *rightBearing) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 2002-2007 |
| | 3 | 1 |
QFontEngineMulti::glyphIndex| Name: | QFontEngineMulti::glyphIndex | | Prototype: | glyph_t QFontEngineMulti::glyphIndex(uint ucs4) const | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 1850-1878 |
| | 19 | 8 |
QFontEngineMulti::leading| Name: | QFontEngineMulti::leading | | Prototype: | QFixed QFontEngineMulti::leading() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 2166-2169 |
| | 1 | 1 |