| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QFontDatabase::smoothSizes| Name: | QFontDatabase::smoothSizes | | Prototype: | QList<int> QFontDatabase::smoothSizes(const QString &family, const QString &styleName) | | Coverage: | 0.000% (0/36) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 1865-1915 |
| | 31 | 12 |
QFontDatabase::standardSizes| Name: | QFontDatabase::standardSizes | | Prototype: | QList<int> QFontDatabase::standardSizes() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 1923-1926 |
| | 1 | 1 |
QFontDatabase::styleString| Name: | QFontDatabase::styleString | | Prototype: | QString QFontDatabase::styleString(const QFont &font) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 1337-1341 |
| | 2 | 1 |
QFontDatabase::styleString| Name: | QFontDatabase::styleString | | Prototype: | QString QFontDatabase::styleString(const QFontInfo &fontInfo) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 1348-1352 |
| | 2 | 1 |
QFontDatabase::styles| Name: | QFontDatabase::styles | | Prototype: | QStringList QFontDatabase::styles(const QString &family) const | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 1594-1628 |
| | 23 | 6 |
QFontDatabase::supportsThreadedFontRendering| Name: | QFontDatabase::supportsThreadedFontRendering | | Prototype: | bool QFontDatabase::supportsThreadedFontRendering() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 2621-2624 |
| | 1 | 1 |
QFontDatabase::systemFont| Name: | QFontDatabase::systemFont | | Prototype: | QFont QFontDatabase::systemFont(QFontDatabase::SystemFont type) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 2527-2553 |
| | 16 | 8 |
QFontDatabase::weight| Name: | QFontDatabase::weight | | Prototype: | int QFontDatabase::weight(const QString &family, const QString &style) const | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 2004-2030 |
| | 16 | 5 |
QFontDatabase::writingSystemName| Name: | QFontDatabase::writingSystemName | | Prototype: | QString QFontDatabase::writingSystemName(WritingSystem writingSystem) | | Coverage: | 0.000% (0/71) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 2065-2176 |
| | 73 | 36 |
QFontDatabase::writingSystemSample| Name: | QFontDatabase::writingSystemSample | | Prototype: | QString QFontDatabase::writingSystemSample(WritingSystem writingSystem) | | Coverage: | 0.000% (0/70) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 2182-2396 |
| | 165 | 36 |
QFontDatabase::writingSystems| Name: | QFontDatabase::writingSystems | | Prototype: | QList<QFontDatabase::WritingSystem> QFontDatabase::writingSystems() const | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 1480-1511 |
| | 19 | 7 |
QFontDatabase::writingSystems| Name: | QFontDatabase::writingSystems | | Prototype: | QList<QFontDatabase::WritingSystem> QFontDatabase::writingSystems(const QString &family) const | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 1520-1540 |
| | 13 | 4 |
QFontDatabasePrivate::QFontDatabasePrivate| Name: | QFontDatabasePrivate::QFontDatabasePrivate | | Prototype: | QFontDatabasePrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 458-462 |
| | 1 | 1 |
QFontDatabasePrivate::addAppFont| Name: | QFontDatabasePrivate::addAppFont | | Prototype: | int QFontDatabasePrivate::addAppFont(const QByteArray &fontData, const QString &fileName) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 2414-2440 |
| | 18 | 6 |
QFontDatabasePrivate::family| Name: | QFontDatabasePrivate::family | | Prototype: | QtFontFamily *QFontDatabasePrivate::family(const QString &f, FamilyRequestFlags flags) | | Coverage: | 0.000% (0/35) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 514-559 |
| | 30 | 10 |
QFontDatabasePrivate::free| Name: | QFontDatabasePrivate::free | | Prototype: | void free() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 475-482 |
| | 5 | 2 |
QFontDatabasePrivate::invalidate| Name: | QFontDatabasePrivate::invalidate | | Prototype: | void QFontDatabasePrivate::invalidate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 504-512 |
| | 5 | 1 |
QFontDatabasePrivate::isApplicationFont| Name: | QFontDatabasePrivate::isApplicationFont | | Prototype: | bool QFontDatabasePrivate::isApplicationFont(const QString &fileName) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 2442-2448 |
| | 4 | 3 |
QFontDatabasePrivate::~QFontDatabasePrivate| Name: | QFontDatabasePrivate::~QFontDatabasePrivate | | Prototype: | ~QFontDatabasePrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 464-466 |
| | 1 | 1 |
QFontDef::exactMatch| Name: | QFontDef::exactMatch | | Prototype: | bool QFontDef::exactMatch(const QFontDef &other) const | | Coverage: | 0.000% (0/32) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 83-133 |
| | 24 | 7 |
QFontDialog::QFontDialog| Name: | QFontDialog::QFontDialog | | Prototype: | QFontDialog::QFontDialog(QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfontdialog.cpp | | Lines: | 157-162 |
| | 2 | 1 |
QFontDialog::QFontDialog| Name: | QFontDialog::QFontDialog | | Prototype: | QFontDialog::QFontDialog(const QFont &initial, QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfontdialog.cpp | | Lines: | 170-176 |
| | 3 | 1 |
QFontDialog::changeEvent| Name: | QFontDialog::changeEvent | | Prototype: | void QFontDialog::changeEvent(QEvent *e) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfontdialog.cpp | | Lines: | 791-798 |
| | 4 | 2 |
QFontDialog::currentFont| Name: | QFontDialog::currentFont | | Prototype: | QFont QFontDialog::currentFont() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfontdialog.cpp | | Lines: | 838-844 |
| | 4 | 2 |
QFontDialog::done| Name: | QFontDialog::done | | Prototype: | void QFontDialog::done(int result) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfontdialog.cpp | | Lines: | 1016-1035 |
| | 14 | 4 |
QFontDialog::eventFilter| Name: | QFontDialog::eventFilter | | Prototype: | bool QFontDialog::eventFilter(QObject *o , QEvent *e) | | Coverage: | 0.000% (0/48) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfontdialog.cpp | | Lines: | 431-467 |
| | 30 | 10 |
QFontDialog::getFont| Name: | QFontDialog::getFont | | Prototype: | QFont QFontDialog::getFont(bool *ok, const QFont &initial, QWidget *parent, const QString &title, FontDialogOptions options) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfontdialog.cpp | | Lines: | 373-377 |
| | 1 | 1 |
QFontDialog::getFont| Name: | QFontDialog::getFont | | Prototype: | QFont QFontDialog::getFont(bool *ok, QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfontdialog.cpp | | Lines: | 399-403 |
| | 2 | 1 |
QFontDialog::open| Name: | QFontDialog::open | | Prototype: | void QFontDialog::open(QObject *receiver, const char *member) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfontdialog.cpp | | Lines: | 950-957 |
| | 5 | 1 |
QFontDialog::options| Name: | QFontDialog::options | | Prototype: | QFontDialog::FontDialogOptions QFontDialog::options() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfontdialog.cpp | | Lines: | 935-939 |
| | 2 | 1 |
QFontDialog::selectedFont| Name: | QFontDialog::selectedFont | | Prototype: | QFont QFontDialog::selectedFont() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfontdialog.cpp | | Lines: | 854-858 |
| | 2 | 1 |
QFontDialog::setCurrentFont| Name: | QFontDialog::setCurrentFont | | Prototype: | void QFontDialog::setCurrentFont(const QFont &font) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfontdialog.cpp | | Lines: | 814-829 |
| | 12 | 3 |
QFontDialog::setOption| Name: | QFontDialog::setOption | | Prototype: | void QFontDialog::setOption(FontDialogOption option, bool on) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfontdialog.cpp | | Lines: | 892-897 |
| | 3 | 2 |
QFontDialog::setOptions| Name: | QFontDialog::setOptions | | Prototype: | void QFontDialog::setOptions(FontDialogOptions options) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfontdialog.cpp | | Lines: | 924-933 |
| | 5 | 2 |
QFontDialog::setVisible| Name: | QFontDialog::setVisible | | Prototype: | void QFontDialog::setVisible(bool visible) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfontdialog.cpp | | Lines: | 991-1007 |
| | 10 | 4 |
QFontDialog::testOption| Name: | QFontDialog::testOption | | Prototype: | bool QFontDialog::testOption(FontDialogOption option) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfontdialog.cpp | | Lines: | 905-909 |
| | 2 | 1 |
QFontDialogOptions::QFontDialogOptions| Name: | QFontDialogOptions::QFontDialogOptions | | Prototype: | QFontDialogOptions::QFontDialogOptions() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | | Lines: | 159-161 |
| | 2 | 1 |
QFontDialogOptions::QFontDialogOptions| Name: | QFontDialogOptions::QFontDialogOptions | | Prototype: | QFontDialogOptions::QFontDialogOptions(const QFontDialogOptions &rhs) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | | Lines: | 163-165 |
| | 2 | 1 |
QFontDialogOptions::operator=| Name: | QFontDialogOptions::operator= | | Prototype: | QFontDialogOptions &QFontDialogOptions::operator=(const QFontDialogOptions &rhs) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | | Lines: | 167-172 |
| | 3 | 2 |
QFontDialogOptions::options| Name: | QFontDialogOptions::options | | Prototype: | QFontDialogOptions::FontDialogOptions QFontDialogOptions::options() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | | Lines: | 205-208 |
| | 1 | 1 |
QFontDialogOptions::setOption| Name: | QFontDialogOptions::setOption | | Prototype: | void QFontDialogOptions::setOption(QFontDialogOptions::FontDialogOption option, bool on) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | | Lines: | 188-192 |
| | 2 | 2 |
QFontDialogOptions::setOptions| Name: | QFontDialogOptions::setOptions | | Prototype: | void QFontDialogOptions::setOptions(FontDialogOptions options) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | | Lines: | 199-203 |
| | 2 | 2 |
QFontDialogOptions::setWindowTitle| Name: | QFontDialogOptions::setWindowTitle | | Prototype: | void QFontDialogOptions::setWindowTitle(const QString &title) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | | Lines: | 183-186 |
| | 1 | 1 |
QFontDialogOptions::testOption| Name: | QFontDialogOptions::testOption | | Prototype: | bool QFontDialogOptions::testOption(QFontDialogOptions::FontDialogOption option) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | | Lines: | 194-197 |
| | 1 | 1 |
QFontDialogOptions::windowTitle| Name: | QFontDialogOptions::windowTitle | | Prototype: | QString QFontDialogOptions::windowTitle() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | | Lines: | 178-181 |
| | 1 | 1 |
QFontDialogOptionsPrivate::QFontDialogOptionsPrivate| Name: | QFontDialogOptionsPrivate::QFontDialogOptionsPrivate | | Prototype: | QFontDialogOptionsPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | | Lines: | 153-153 |
| | 1 | 1 |
QFontDialogPrivate::QFontDialogPrivate| Name: | QFontDialogPrivate::QFontDialogPrivate | | Prototype: | QFontDialogPrivate::QFontDialogPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfontdialog.cpp | | Lines: | 111-115 |
| | 2 | 1 |
QFontDialogPrivate::_q_familyHighlighted| Name: | QFontDialogPrivate::_q_familyHighlighted | | Prototype: | void QFontDialogPrivate::_q_familyHighlighted(int i) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfontdialog.cpp | | Lines: | 698-708 |
| | 7 | 2 |
QFontDialogPrivate::_q_sizeChanged| Name: | QFontDialogPrivate::_q_sizeChanged | | Prototype: | void QFontDialogPrivate::_q_sizeChanged(const QString &s) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfontdialog.cpp | | Lines: | 753-774 |
| | 14 | 6 |
QFontDialogPrivate::_q_sizeHighlighted| Name: | QFontDialogPrivate::_q_sizeHighlighted | | Prototype: | void QFontDialogPrivate::_q_sizeHighlighted(int index) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfontdialog.cpp | | Lines: | 734-745 |
| | 8 | 2 |
QFontDialogPrivate::_q_styleHighlighted| Name: | QFontDialogPrivate::_q_styleHighlighted | | Prototype: | void QFontDialogPrivate::_q_styleHighlighted(int index) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfontdialog.cpp | | Lines: | 715-727 |
| | 8 | 2 |
QFontDialogPrivate::_q_updateSample| Name: | QFontDialogPrivate::_q_updateSample | | Prototype: | void QFontDialogPrivate::_q_updateSample() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfontdialog.cpp | | Lines: | 662-674 |
| | 7 | 2 |
QFontDialogPrivate::_q_writingSystemHighlighted| Name: | QFontDialogPrivate::_q_writingSystemHighlighted | | Prototype: | void QFontDialogPrivate::_q_writingSystemHighlighted(int index) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfontdialog.cpp | | Lines: | 688-693 |
| | 3 | 1 |
QFontDialogPrivate::canBeNativeDialog| Name: | QFontDialogPrivate::canBeNativeDialog | | Prototype: | bool QFontDialogPrivate::canBeNativeDialog() const | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfontdialog.cpp | | Lines: | 1037-1053 |
| | 10 | 3 |
QFontDialogPrivate::getFont| Name: | QFontDialogPrivate::getFont | | Prototype: | QFont QFontDialogPrivate::getFont(bool *ok, const QFont &initial, QWidget *parent, const QString &title, QFontDialog::FontDialogOptions options) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfontdialog.cpp | | Lines: | 405-422 |
| | 11 | 4 |
QFontDialogPrivate::helperPrepareShow| Name: | QFontDialogPrivate::helperPrepareShow | | Prototype: | void QFontDialogPrivate::helperPrepareShow(QPlatformDialogHelper *) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfontdialog.cpp | | Lines: | 477-480 |
| | 1 | 1 |
QFontDialogPrivate::init| Name: | QFontDialogPrivate::init | | Prototype: | void QFontDialogPrivate::init() | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfontdialog.cpp | | Lines: | 178-338 |
| | 104 | 5 |
QFontDialogPrivate::initHelper| Name: | QFontDialogPrivate::initHelper | | Prototype: | void QFontDialogPrivate::initHelper(QPlatformDialogHelper *h) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfontdialog.cpp | | Lines: | 469-475 |
| | 4 | 1 |
QFontDialogPrivate::retranslateStrings| Name: | QFontDialogPrivate::retranslateStrings | | Prototype: | void QFontDialogPrivate::retranslateStrings() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfontdialog.cpp | | Lines: | 776-786 |
| | 8 | 1 |
QFontDialogPrivate::updateFamilies| Name: | QFontDialogPrivate::updateFamilies | | Prototype: | void QFontDialogPrivate::updateFamilies() | | Coverage: | 0.000% (0/57) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfontdialog.cpp | | Lines: | 487-566 |
| | 50 | 16 |
QFontDialogPrivate::updateSampleFont| Name: | QFontDialogPrivate::updateSampleFont | | Prototype: | void QFontDialogPrivate::updateSampleFont(const QFont &newFont) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfontdialog.cpp | | Lines: | 676-683 |
| | 4 | 2 |
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: | 629-660 |
| | 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: | 572-621 |
| | 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: | 1564-1567 |
| | 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: | 1573-1577 |
| | 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: | 247-269 |
| | 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: | 780-827 |
| | 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: | 829-844 |
| | 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: | 673-684 |
| | 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: | 846-850 |
| | 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: | 852-860 |
| | 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: | 862-873 |
| | 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: | 941-976 |
| | 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: | 875-890 |
| | 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: | 429-434 |
| | 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: | 892-897 |
| | 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: | 412-420 |
| | 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: | 401-410 |
| | 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: | 1043-1046 |
| | 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: | 1522-1537 |
| | 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: | 1103-1118 |
| | 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: | 1230-1385 |
| | 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: | 559-566 |
| | 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: | 441-557 |
| | 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: | 174-183 |
| | 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: | 1031-1041 |
| | 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: | 1023-1029 |
| | 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: | 1387-1520 |
| | 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: | 1003-1010 |
| | 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: | 1069-1082 |
| | 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: | 1211-1223 |
| | 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: | 1225-1228 |
| | 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: | 332-352 |
| | 13 | 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: | 297-330 |
| | 23 | 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: | 1542-1546 |
| | 1 | 1 |
QFontEngine::lastRightBearing| Name: | QFontEngine::lastRightBearing | | Prototype: | QFixed QFontEngine::lastRightBearing(const QGlyphLayout &glyphs, bool round) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 1548-1557 |
| | 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: | 279-290 |
| | 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: | 1120-1208 |
| | 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: | 916-933 |
| | 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: | 568-574 |
| | 3 | 2 |