Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
~QPdfEnginePrivateName: | QPdfEnginePrivate::~QPdfEnginePrivate | Prototype: | QPdfEnginePrivate::~QPdfEnginePrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1451-1456 |
| | 3 | 1 |
xprintfName: | QPdfEnginePrivate::xprintf | Prototype: | void QPdfEnginePrivate::xprintf(const char* fmt, ...) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1804-1822 |
| | 11 | 2 |
writeTailName: | QPdfEnginePrivate::writeTail | Prototype: | void QPdfEnginePrivate::writeTail() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1744-1766 |
| | 18 | 2 |
writePageRootName: | QPdfEnginePrivate::writePageRoot | Prototype: | void QPdfEnginePrivate::writePageRoot() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1516-1535 |
| | 13 | 2 |
writePageName: | QPdfEnginePrivate::writePage | Prototype: | void QPdfEnginePrivate::writePage() | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1660-1742 |
| | 65 | 8 |
writeInfoName: | QPdfEnginePrivate::writeInfo | Prototype: | void QPdfEnginePrivate::writeInfo() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1493-1514 |
| | 19 | 1 |
writeImageName: | QPdfEnginePrivate::writeImage | Prototype: | int QPdfEnginePrivate::writeImage(const QByteArray &data, int width, int height, int depth, int maskObject, int softMaskObject, bool dct, bool isMono) | Coverage: | 0.000% (0/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1921-1971 |
| | 37 | 8 |
writeHeaderName: | QPdfEnginePrivate::writeHeader | Prototype: | void QPdfEnginePrivate::writeHeader() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1458-1491 |
| | 24 | 1 |
writeFontsName: | QPdfEnginePrivate::writeFonts | Prototype: | void QPdfEnginePrivate::writeFonts() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1651-1658 |
| | 4 | 2 |
writeCompressedName: | QPdfEnginePrivate::writeCompressed | Prototype: | int QPdfEnginePrivate::writeCompressed(QIODevice *dev) | Coverage: | 0.000% (0/32) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1824-1896 |
| | 55 | 10 |
writeCompressedName: | QPdfEnginePrivate::writeCompressed | Prototype: | int QPdfEnginePrivate::writeCompressed(const char *src, int len) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1898-1919 |
| | 12 | 3 |
printStringName: | QPdfEnginePrivate::printString | Prototype: | void QPdfEnginePrivate::printString(const QString &string) | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1783-1800 |
| | 10 | 4 |
pageMatrixName: | QPdfEnginePrivate::pageMatrix | Prototype: | QTransform QPdfEnginePrivate::pageMatrix() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 2699-2708 |
| | 6 | 2 |
newPageName: | QPdfEnginePrivate::newPage | Prototype: | void QPdfEnginePrivate::newPage() | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 2710-2725 |
| | 11 | 2 |
gradientBrushName: | QPdfEnginePrivate::gradientBrush | Prototype: | int QPdfEnginePrivate::gradientBrush(const QBrush &b, const QTransform &matrix, int *gStateObject) | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 2222-2301 |
| | 61 | 6 |
generateRadialGradientShaderName: | QPdfEnginePrivate::generateRadialGradientShader | Prototype: | int QPdfEnginePrivate::generateRadialGradientShader(const QRadialGradient *gradient, const QTransform &matrix, bool alpha) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 2139-2206 |
| | 49 | 7 |
generateLinearGradientShaderName: | QPdfEnginePrivate::generateLinearGradientShader | Prototype: | int QPdfEnginePrivate::generateLinearGradientShader(const QLinearGradient *gradient, const QTransform &matrix, bool alpha) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 2078-2137 |
| | 41 | 5 |
generateGradientShaderName: | QPdfEnginePrivate::generateGradientShader | Prototype: | int QPdfEnginePrivate::generateGradientShader(const QGradient *gradient, const QTransform &matrix, bool alpha) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 2208-2220 |
| | 5 | 5 |
embedFontName: | QPdfEnginePrivate::embedFont | Prototype: | void QPdfEnginePrivate::embedFont(QFontSubset *font) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1538-1648 |
| | 83 | 3 |
drawTextItemName: | QPdfEnginePrivate::drawTextItem | Prototype: | void QPdfEnginePrivate::drawTextItem(const QPointF &p, const QTextItemInt &ti) | Coverage: | 0.000% (0/47) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 2542-2697 |
| | 99 | 13 |
createShadingFunctionName: | QPdfEnginePrivate::createShadingFunction | Prototype: | int QPdfEnginePrivate::createShadingFunction(const QGradient *gradient, int from, int to, bool reflect, bool alpha) | Coverage: | 0.000% (0/47) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1980-2076 |
| | 76 | 15 |
addXrefEntryName: | QPdfEnginePrivate::addXrefEntry | Prototype: | int QPdfEnginePrivate::addXrefEntry(int object, bool printostr) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1768-1781 |
| | 8 | 4 |
addImageName: | QPdfEnginePrivate::addImage | Prototype: | int QPdfEnginePrivate::addImage(const QImage &img, bool *bitmap, qint64 serial_no) | Coverage: | 0.000% (0/87) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 2417-2540 |
| | 94 | 22 |
addConstantAlphaObjectName: | QPdfEnginePrivate::addConstantAlphaObject | Prototype: | int QPdfEnginePrivate::addConstantAlphaObject(int brushAlpha, int penAlpha) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 2303-2321 |
| | 14 | 4 |
addBrushPatternName: | QPdfEnginePrivate::addBrushPattern | Prototype: | int QPdfEnginePrivate::addBrushPattern(const QTransform &m, bool *specifyColor, int *gStateObject) | Coverage: | 0.000% (0/30) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 2324-2404 |
| | 65 | 8 |
QPdfEnginePrivateName: | QPdfEnginePrivate::QPdfEnginePrivate | Prototype: | QPdfEnginePrivate::QPdfEnginePrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1360-1375 |
| | 6 | 1 |