| Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qnativeimage.cpp |
| Switch to Source code | Preprocessed file |
| Line | Source | Count | ||||||
|---|---|---|---|---|---|---|---|---|
| 1 | - | |||||||
| 2 | - | |||||||
| 3 | - | |||||||
| 4 | - | |||||||
| 5 | - | |||||||
| 6 | - | |||||||
| 7 | QNativeImage::QNativeImage(int width, int height, QImage::Format format, bool , QWindow *) | - | ||||||
| 8 | : image(width, height, format) | - | ||||||
| 9 | { | - | ||||||
| 10 | - | |||||||
| 11 | } never executed: end of block | 0 | ||||||
| 12 | - | |||||||
| 13 | - | |||||||
| 14 | QNativeImage::~QNativeImage() | - | ||||||
| 15 | { | - | ||||||
| 16 | } | - | ||||||
| 17 | - | |||||||
| 18 | QImage::Format QNativeImage::systemFormat() | - | ||||||
| 19 | { | - | ||||||
| 20 | if (!QGuiApplication::primaryScreen()
| 0 | ||||||
| 21 | return never executed: QImage::Format_Invalid;return QImage::Format_Invalid;never executed: return QImage::Format_Invalid; | 0 | ||||||
| 22 | return never executed: QGuiApplication::primaryScreen()->handle()->format();return QGuiApplication::primaryScreen()->handle()->format();never executed: return QGuiApplication::primaryScreen()->handle()->format(); | 0 | ||||||
| 23 | } | - | ||||||
| 24 | - | |||||||
| 25 | - | |||||||
| 26 | - | |||||||
| Switch to Source code | Preprocessed file |