Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformoffscreensurface.cpp |
Switch to Source code | Preprocessed file |
Line | Source | Count |
---|---|---|
1 | - | |
2 | - | |
3 | - | |
4 | - | |
5 | class QPlatformOffscreenSurfacePrivate | - |
6 | { | - |
7 | public: | - |
8 | }; | - |
9 | - | |
10 | QPlatformOffscreenSurface::QPlatformOffscreenSurface(QOffscreenSurface *offscreenSurface) | - |
11 | : QPlatformSurface(offscreenSurface) | - |
12 | , d_ptr(new QPlatformOffscreenSurfacePrivate) | - |
13 | { | - |
14 | } never executed: end of block | 0 |
15 | - | |
16 | QPlatformOffscreenSurface::~QPlatformOffscreenSurface() | - |
17 | { | - |
18 | } | - |
19 | - | |
20 | QOffscreenSurface *QPlatformOffscreenSurface::offscreenSurface() const | - |
21 | { | - |
22 | return never executed: static_cast<QOffscreenSurface*>(m_surface);return static_cast<QOffscreenSurface*>(m_surface); never executed: return static_cast<QOffscreenSurface*>(m_surface); | 0 |
23 | } | - |
24 | - | |
25 | - | |
26 | - | |
27 | - | |
28 | QPlatformScreen *QPlatformOffscreenSurface::screen() const | - |
29 | { | - |
30 | return never executed: offscreenSurface()->screen()->handle();return offscreenSurface()->screen()->handle(); never executed: return offscreenSurface()->screen()->handle(); | 0 |
31 | } | - |
32 | - | |
33 | - | |
34 | - | |
35 | - | |
36 | QSurfaceFormat QPlatformOffscreenSurface::format() const | - |
37 | { | - |
38 | return never executed: QSurfaceFormat();return QSurfaceFormat(); never executed: return QSurfaceFormat(); | 0 |
39 | } | - |
40 | - | |
41 | - | |
42 | - | |
43 | - | |
44 | bool QPlatformOffscreenSurface::isValid() const | - |
45 | { | - |
46 | return never executed: false;return false; never executed: return false; | 0 |
47 | } | - |
48 | - | |
49 | - | |
Switch to Source code | Preprocessed file |