Home
last modified time | relevance | path

Searched refs:window_ (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/plugins/declarativetestplugin/
H A Dqdeclarativepinchgenerator.cpp41 window_(0), in QDeclarativePinchGenerator()
112 if (window_ && target_) setState(Idle); else setState(Invalid); in mouseReleaseEvent()
124 if (window_ && target_) setState(Idle); else setState(Invalid); in mouseDoubleClickEvent()
212 window_ = data.window; in itemChange()
230 QTest::touchEvent(window_, device_) in timerEvent()
235 QTest::touchEvent(window_, device_) in timerEvent()
239 QTest::touchEvent(window_, device_) in timerEvent()
244 QTest::touchEvent(window_, device_) in timerEvent()
248 QTest::touchEvent(window_, device_) in timerEvent()
274 if (window_) in setTarget()
[all …]
H A Dqdeclarativepinchgenerator_p.h125 QQuickWindow* window_; variable
/OK3568_Linux_fs/buildroot/package/libcamera-apps/
H A D0002-preview-fix-egl_preview-compile-conversion-from-Wind.patch13 329 | egl_surface_ = eglCreateWindowSurface(egl_display_, config, window_, NULL);
30 XSetWMProtocols(display_, window_, &wm_delete_window_, 1);
32 - egl_surface_ = eglCreateWindowSurface(egl_display_, config, window_, NULL);
33 …eglCreateWindowSurface(egl_display_, config, reinterpret_cast<EGLNativeWindowType>(window_), NULL);