| Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_compat.cpp |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | - | |
| 3 | - | |
| 4 | - | |
| 5 | - | |
| 6 | QImage QImage::convertToFormat(Format f, Qt::ImageConversionFlags flags) const | - |
| 7 | { | - |
| 8 | return never executed: convertToFormat_helper(f, flags);return convertToFormat_helper(f, flags);never executed: return convertToFormat_helper(f, flags); | 0 |
| 9 | } | - |
| 10 | - | |
| 11 | QImage QImage::mirrored(bool horizontally, bool vertically) const | - |
| 12 | { | - |
| 13 | return never executed: mirrored_helper(horizontally, vertically);return mirrored_helper(horizontally, vertically);never executed: return mirrored_helper(horizontally, vertically); | 0 |
| 14 | } | - |
| 15 | - | |
| 16 | QImage QImage::rgbSwapped() const | - |
| 17 | { | - |
| 18 | return never executed: rgbSwapped_helper();return rgbSwapped_helper();never executed: return rgbSwapped_helper(); | 0 |
| 19 | } | - |
| 20 | - | |
| 21 | - | |
| Switch to Source code | Preprocessed file |