Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
updateStateBitsName: | CapabilitiesToStateMask::updateStateBits | Prototype: | static inline void updateStateBits(uint *state, uint mask, bool on) | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 152-155 |
| | 1 | 1 |
updateStateName: | CapabilitiesToStateMask::updateState | Prototype: | inline void updateState(uint mask, bool on) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 146-148 |
| | 1 | 1 |
setSourcePixmapMaskName: | CapabilitiesToStateMask::setSourcePixmapMask | Prototype: | void setSourcePixmapMask() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 198-213 |
| | 10 | 1 |
setSourceOverScaledPixmapMaskName: | CapabilitiesToStateMask::setSourceOverScaledPixmapMask | Prototype: | void setSourceOverScaledPixmapMask() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 219-222 |
| | 2 | 1 |
setSourceOverPixmapMaskName: | CapabilitiesToStateMask::setSourceOverPixmapMask | Prototype: | void setSourceOverPixmapMask() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 215-217 |
| | 1 | 1 |
setOpacityPixmapMaskName: | CapabilitiesToStateMask::setOpacityPixmapMask | Prototype: | void setOpacityPixmapMask() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 224-239 |
| | 10 | 1 |
setFillRectMaskName: | CapabilitiesToStateMask::setFillRectMask | Prototype: | void setFillRectMask() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 162-178 |
| | 10 | 1 |
setAlphaFillRectMaskName: | CapabilitiesToStateMask::setAlphaFillRectMask | Prototype: | void setAlphaFillRectMask() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 180-196 |
| | 10 | 1 |
checkStateAgainstMaskName: | CapabilitiesToStateMask::checkStateAgainstMask | Prototype: | static inline bool checkStateAgainstMask(uint state, uint mask) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 157-160 |
| | 1 | 1 |
canBlitterFillRectName: | CapabilitiesToStateMask::canBlitterFillRect | Prototype: | inline bool canBlitterFillRect() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 92-95 |
| | 1 | 1 |
canBlitterDrawRectMaskName: | CapabilitiesToStateMask::canBlitterDrawRectMask | Prototype: | inline bool canBlitterDrawRectMask() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 102-105 |
| | 1 | 1 |
canBlitterDrawPixmapOpacityName: | CapabilitiesToStateMask::canBlitterDrawPixmapOpacity | Prototype: | bool canBlitterDrawPixmapOpacity(const QPixmap &pm) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 125-131 |
| | 3 | 2 |
canBlitterDrawPixmapName: | CapabilitiesToStateMask::canBlitterDrawPixmap | Prototype: | bool canBlitterDrawPixmap(const QRectF &r, const QPixmap &pm, const QRectF &sr) const | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 107-123 |
| | 11 | 6 |
canBlitterDrawCachedGlyphsName: | CapabilitiesToStateMask::canBlitterDrawCachedGlyphs | Prototype: | bool canBlitterDrawCachedGlyphs(const QTransform &transform, QFontEngine::GlyphFormat requestedGlyphFormat, bool complexClip) const | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 133-144 |
| | 9 | 5 |
canBlitterAlphaFillRectName: | CapabilitiesToStateMask::canBlitterAlphaFillRect | Prototype: | inline bool canBlitterAlphaFillRect() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 97-100 |
| | 1 | 1 |
CapabilitiesToStateMaskName: | CapabilitiesToStateMask::CapabilitiesToStateMask | Prototype: | CapabilitiesToStateMask(QBlittable::Capabilities capabilities) | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 69-90 |
| | 12 | 7 |