QtBase - 8193340a44fd835cee029e63a31cfcab8ef6fd55

Function Tree

Path:<top>::QRawFont
FunctionCondition %eLOC - Effective Lines of Codeā–¾McCabe - Cyclomatic Complexity
supportedWritingSystems
Name: 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: 640-668
  0.000% (0/19)
187
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: 564-587
  0.000% (0/12)
154
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: 480-497
  0.000% (0/9)
123
fromFont
Name: QRawFont::fromFont
Prototype: QRawFont QRawFont::fromFont(const QFont &font, QFontDatabase::WritingSystem writingSystem)
Coverage:  0.000% (0/9)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp
Lines: 702-720
  0.000% (0/9)
123
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: 509-526
  0.000% (0/11)
113
pathForGlyph
Name: 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: 285-294
  0.000% (0/4)
62
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: 265-275
  0.000% (0/7)
53
setPixelSize
Name: 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: 725-732
  0.000% (0/6)
42
loadFromData
Name: 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: 242-250
  0.000% (0/1)
41
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: 751-758
  0.000% (0/4)
42
loadFromFile
Name: 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: 224-231
  0.000% (0/4)
32
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: 621-627
  0.000% (0/4)
32
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: 193-197
  0.000% (0/1)
21
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: 140-143
  0.000% (0/1)
21
xHeight
Name: QRawFont::xHeight
Prototype: qreal QRawFont::xHeight() const
Coverage:  0.000% (0/3)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp
Lines: 349-352
  0.000% (0/3)
11
weight
Name: QRawFont::weight
Prototype: int QRawFont::weight() const
Coverage:  0.000% (0/3)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp
Lines: 462-465
  0.000% (0/3)
11
unitsPerEm
Name: QRawFont::unitsPerEm
Prototype: qreal QRawFont::unitsPerEm() const
Coverage:  0.000% (0/3)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp
Lines: 406-409
  0.000% (0/3)
11
underlinePosition
Name: QRawFont::underlinePosition
Prototype: qreal QRawFont::underlinePosition() const
Coverage:  0.000% (0/3)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp
Lines: 424-427
  0.000% (0/3)
11
supportsCharacter
Name: 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: 675-678
  0.000% (0/1)
11
supportsCharacter
Name: QRawFont::supportsCharacter
Prototype: bool QRawFont::supportsCharacter(uint ucs4) const
Coverage:  0.000% (0/5)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp
Lines: 687-690
  0.000% (0/5)
11
styleName
Name: QRawFont::styleName
Prototype: QString QRawFont::styleName() const
Coverage:  0.000% (0/3)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp
Lines: 442-445
  0.000% (0/3)
11
style
Name: QRawFont::style
Prototype: QFont::Style QRawFont::style() const
Coverage:  0.000% (0/3)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp
Lines: 452-455
  0.000% (0/3)
11
pixelSize
Name: QRawFont::pixelSize
Prototype: qreal QRawFont::pixelSize() const
Coverage:  0.000% (0/3)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp
Lines: 393-396
  0.000% (0/3)
11
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: 299-302
  0.000% (0/1)
11
maxCharWidth
Name: QRawFont::maxCharWidth
Prototype: qreal QRawFont::maxCharWidth() const
Coverage:  0.000% (0/3)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp
Lines: 381-384
  0.000% (0/3)
11
lineThickness
Name: QRawFont::lineThickness
Prototype: qreal QRawFont::lineThickness() const
Coverage:  0.000% (0/3)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp
Lines: 415-418
  0.000% (0/3)
11
leading
Name: QRawFont::leading
Prototype: qreal QRawFont::leading() const
Coverage:  0.000% (0/3)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp
Lines: 361-364
  0.000% (0/3)
11
isValid
Name: 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: 210-213
  0.000% (0/1)
11
hintingPreference
Name: QRawFont::hintingPreference
Prototype: QFont::HintingPreference QRawFont::hintingPreference() const
Coverage:  0.000% (0/3)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp
Lines: 610-613
  0.000% (0/3)
11
familyName
Name: QRawFont::familyName
Prototype: QString QRawFont::familyName() const
Coverage:  0.000% (0/3)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp
Lines: 432-435
  0.000% (0/3)
11
descent
Name: QRawFont::descent
Prototype: qreal QRawFont::descent() const
Coverage:  0.000% (0/3)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp
Lines: 337-340
  0.000% (0/3)
11
averageCharWidth
Name: QRawFont::averageCharWidth
Prototype: qreal QRawFont::averageCharWidth() const
Coverage:  0.000% (0/3)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp
Lines: 371-374
  0.000% (0/3)
11
ascent
Name: QRawFont::ascent
Prototype: qreal QRawFont::ascent() const
Coverage:  0.000% (0/3)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp
Lines: 322-325
  0.000% (0/3)
11
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: 600-603
  0.000% (0/1)
11
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: 152-158
  0.000% (0/1)
11
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: 167-173
  0.000% (0/1)
11
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: 178-181
  0.000% (0/1)
11

Generated by Squish Coco Non-Commercial 4.3.0-BETA-master-30-08-2018-4cb69e9