Home
last modified time | relevance | path

Searched refs:displayId (Results 1 – 25 of 633) sorted by relevance

12345678910>>...26

/dports/databases/grass7/grass-7.8.6/lib/nviz/
H A Drender.c84 rwin->displayId = NULL; in Nviz_init_render_window()
97 rwin->displayId = NULL; in Nviz_init_render_window()
114 XFreePixmap(rwin->displayId, rwin->pixmap); in Nviz_destroy_render_window()
116 XCloseDisplay(rwin->displayId); in Nviz_destroy_render_window()
127 DeleteDC(rwin->displayId); in Nviz_destroy_render_window()
162 if (!rwin->displayId) { in Nviz_create_render_window()
166 v = glXChooseVisual(rwin->displayId, in Nviz_create_render_window()
182 RootWindow(rwin->displayId, v->screen), in Nviz_create_render_window()
279 rwin->displayId = GetDC(hWnd); in Nviz_create_render_window()
302 if (!rwin->displayId || !rwin->contextId) in Nviz_make_current_render_window()
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/android/packaging/xbmc/src/interfaces/
H A DXBMCDisplayManagerDisplayListener.java.in7 native void _onDisplayAdded(int displayId); argument
8 native void _onDisplayChanged(int displayId); argument
9 native void _onDisplayRemoved(int displayId); argument
12 public void onDisplayAdded(int displayId) argument
14 _onDisplayAdded(displayId);
18 public void onDisplayChanged(int displayId) argument
20 _onDisplayChanged(displayId);
24 public void onDisplayRemoved(int displayId) argument
26 _onDisplayRemoved(displayId);
/dports/deskutils/kalarm/kalarm-21.12.3/src/resources/
H A Dsinglefileresource.cpp114 …qCCritical(KALARM_LOG) << "SingleFileResource::updateStorageFormat:" << displayId() << "Calendar n… in updateStorageFmt()
236 … qCDebug(KALARM_LOG) << "SingleFileResource::load:" << displayId() << "Created file" << path; in doLoad()
330 qCWarning(KALARM_LOG) << "SingleFileResource::save:" << displayId() << "No file specified"; in doSave()
407 qCDebug(KALARM_LOG) << "SingleFileResource::scheduleSave:" << displayId() << writeThroughCache; in scheduleSave()
425 qCDebug(KALARM_LOG) << "SingleFileResource::close" << displayId(); in close()
458 … qCCritical(KALARM_LOG) << "SingleFileResource::addEvent:" << displayId() << "Calendar not open"; in doAddEvent()
501 …qCCritical(KALARM_LOG) << "SingleFileResource::updateEvent:" << displayId() << "Calendar not open"; in doUpdateEvent()
531 …qCCritical(KALARM_LOG) << "SingleFileResource::doDeleteEvent:" << displayId() << "Calendar not ope… in doDeleteEvent()
566 … qCDebug(KALARM_LOG) << "SingleFileResource::readLocalFile:" << displayId() << "hash unchanged"; in readLocalFile()
634 …qCCritical(KALARM_LOG) << "SingleFileResource::writeToFile:" << displayId() << "mCalendar is null!… in writeToFile()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/embedded/
H A Dqscreendriverfactory_qws.cpp109 QScreen *QScreenDriverFactory::create(const QString& key, int displayId) in create() argument
114 return new QQnxScreen(displayId); in create()
118 return new QIntfbScreen(displayId); in create()
122 return new QVFbScreen(displayId); in create()
126 return new QLinuxFbScreen(displayId); in create()
130 return new QDirectFBScreen(displayId); in create()
134 return new QTransformedScreen(displayId); in create()
138 return new QVNCScreen(displayId); in create()
142 return new QMultiScreen(displayId); in create()
148 return factory->create(driver, displayId); in create()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/plugins/platforms/qvfb/
H A Dqvfbintegration.cpp74 QVFbScreenKeyboardHandler(int displayId);
169 QVFbScreenMouseHandler(int displayId);
187 QString mouseDev = QT_VFB_MOUSE_PIPE(displayId); in QVFbScreenMouseHandler()
263 displayId = id; in QVFbScreenPrivate()
264 connect(displayId); in QVFbScreenPrivate()
270 bool connect(int displayId);
285 int displayId; member in QVFbScreenPrivate
298 bool QVFbScreenPrivate::connect(int displayId) in connect() argument
416 int displayId = 0; in QVFbIntegration() local
418 displayId = paramList.at(0).toInt(); in QVFbIntegration()
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/android/activity/
H A DJNIXBMCDisplayManagerDisplayListener.cpp44 …JNIXBMCDisplayManagerDisplayListener::_onDisplayAdded(JNIEnv *env, jobject context, jint displayId) in _onDisplayAdded() argument
49 CXBMCApp::get()->onDisplayAdded(displayId); in _onDisplayAdded()
52 …IXBMCDisplayManagerDisplayListener::_onDisplayChanged(JNIEnv *env, jobject context, jint displayId) in _onDisplayChanged() argument
57 CXBMCApp::get()->onDisplayChanged(displayId); in _onDisplayChanged()
60 …IXBMCDisplayManagerDisplayListener::_onDisplayRemoved(JNIEnv *env, jobject context, jint displayId) in _onDisplayRemoved() argument
65 CXBMCApp::get()->onDisplayRemoved(displayId); in _onDisplayRemoved()
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AndroidManagement/
H A DDisplay.php21 public $displayId; variable in Google_Service_AndroidManagement_Display
36 public function setDisplayId($displayId) argument
38 $this->displayId = $displayId;
42 return $this->displayId;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/
H A DDisplay.php21 public $displayId; variable in Google_Service_AndroidManagement_Display
36 public function setDisplayId($displayId) argument
38 $this->displayId = $displayId;
42 return $this->displayId;
/dports/www/firefox/firefox-99.0/mobile/android/geckoview/src/main/java/org/mozilla/gecko/
H A DGeckoScreenChangeListener.java23 public void onDisplayAdded(final int displayId) {} in onDisplayAdded() argument
26 public void onDisplayRemoved(final int displayId) {} in onDisplayRemoved() argument
29 public void onDisplayChanged(final int displayId) { in onDisplayChanged() argument
36 if (displayId != Display.DEFAULT_DISPLAY) { in onDisplayChanged()
48 GeckoScreenOrientation.getInstance().update(displayManager.getDisplay(displayId)); in onDisplayChanged()
/dports/devel/py-moto/moto-2.2.16/tests/test_support/
H A Dtest_support.py243 displayId="test_display_id",
290 displayId="test_display_id",
336 displayId="test_display_id",
384 displayId="test_display_id",
447 displayId="test_display_id",
487 displayId="test_display_id",
524 displayId="test_display_id",
571 displayId="test_display_id",
611 displayId="test_display_id",
648 displayId="test_display_id",
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/common/java/src/org/chromium/components/viz/common/display/
H A DDeJellyUtils.java79 public void onDisplayAdded(int displayId) {} in onDisplayAdded() argument
81 public void onDisplayChanged(int displayId) { in onDisplayChanged() argument
83 if (displayId != Display.DEFAULT_DISPLAY) return; in onDisplayChanged()
85 Display display = mManager.getDisplay(displayId); in onDisplayChanged()
97 public void onDisplayRemoved(int displayId) {} in onDisplayRemoved() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/viz/common/java/src/org/chromium/components/viz/common/display/
H A DDeJellyUtils.java79 public void onDisplayAdded(int displayId) {} in onDisplayAdded() argument
81 public void onDisplayChanged(int displayId) { in onDisplayChanged() argument
83 if (displayId != Display.DEFAULT_DISPLAY) return; in onDisplayChanged()
85 Display display = mManager.getDisplay(displayId); in onDisplayChanged()
97 public void onDisplayRemoved(int displayId) {} in onDisplayRemoved() argument
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqcocoascreen.h86 static QCocoaScreen *get(CGDirectDisplayID displayId);
102 static void add(CGDirectDisplayID displayId);
103 QCocoaScreen(CGDirectDisplayID displayId);
104 void update(CGDirectDisplayID displayId);
111 CGDirectDisplayID displayId() const { return m_displayId; } in displayId() function
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqcocoascreen.h86 static QCocoaScreen *get(CGDirectDisplayID displayId);
102 static void add(CGDirectDisplayID displayId);
103 QCocoaScreen(CGDirectDisplayID displayId);
104 void update(CGDirectDisplayID displayId);
111 CGDirectDisplayID displayId() const { return m_displayId; } in displayId() function
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqcocoascreen.h86 static QCocoaScreen *get(CGDirectDisplayID displayId);
102 static void add(CGDirectDisplayID displayId);
103 QCocoaScreen(CGDirectDisplayID displayId);
104 void update(CGDirectDisplayID displayId);
111 CGDirectDisplayID displayId() const { return m_displayId; } in displayId() function
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqcocoascreen.h86 static QCocoaScreen *get(CGDirectDisplayID displayId);
102 static void add(CGDirectDisplayID displayId);
103 QCocoaScreen(CGDirectDisplayID displayId);
104 void update(CGDirectDisplayID displayId);
111 CGDirectDisplayID displayId() const { return m_displayId; } in displayId() function
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqcocoascreen.h86 static QCocoaScreen *get(CGDirectDisplayID displayId);
102 static void add(CGDirectDisplayID displayId);
103 QCocoaScreen(CGDirectDisplayID displayId);
104 void update(CGDirectDisplayID displayId);
111 CGDirectDisplayID displayId() const { return m_displayId; } in displayId() function
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqcocoascreen.h86 static QCocoaScreen *get(CGDirectDisplayID displayId);
102 static void add(CGDirectDisplayID displayId);
103 QCocoaScreen(CGDirectDisplayID displayId);
104 void update(CGDirectDisplayID displayId);
111 CGDirectDisplayID displayId() const { return m_displayId; } in displayId() function
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqcocoascreen.h86 static QCocoaScreen *get(CGDirectDisplayID displayId);
102 static void add(CGDirectDisplayID displayId);
103 QCocoaScreen(CGDirectDisplayID displayId);
104 void update(CGDirectDisplayID displayId);
111 CGDirectDisplayID displayId() const { return m_displayId; } in displayId() function
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqcocoascreen.h86 static QCocoaScreen *get(CGDirectDisplayID displayId);
102 static void add(CGDirectDisplayID displayId);
103 QCocoaScreen(CGDirectDisplayID displayId);
104 void update(CGDirectDisplayID displayId);
111 CGDirectDisplayID displayId() const { return m_displayId; } in displayId() function
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqcocoascreen.h86 static QCocoaScreen *get(CGDirectDisplayID displayId);
102 static void add(CGDirectDisplayID displayId);
103 QCocoaScreen(CGDirectDisplayID displayId);
104 void update(CGDirectDisplayID displayId);
111 CGDirectDisplayID displayId() const { return m_displayId; } in displayId() function
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqcocoascreen.h86 static QCocoaScreen *get(CGDirectDisplayID displayId);
102 static void add(CGDirectDisplayID displayId);
103 QCocoaScreen(CGDirectDisplayID displayId);
104 void update(CGDirectDisplayID displayId);
111 CGDirectDisplayID displayId() const { return m_displayId; } in displayId() function
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqcocoascreen.h86 static QCocoaScreen *get(CGDirectDisplayID displayId);
102 static void add(CGDirectDisplayID displayId);
103 QCocoaScreen(CGDirectDisplayID displayId);
104 void update(CGDirectDisplayID displayId);
111 CGDirectDisplayID displayId() const { return m_displayId; } in displayId() function
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqcocoascreen.h86 static QCocoaScreen *get(CGDirectDisplayID displayId);
102 static void add(CGDirectDisplayID displayId);
103 QCocoaScreen(CGDirectDisplayID displayId);
104 void update(CGDirectDisplayID displayId);
111 CGDirectDisplayID displayId() const { return m_displayId; } in displayId() function
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqcocoascreen.h86 static QCocoaScreen *get(CGDirectDisplayID displayId);
102 static void add(CGDirectDisplayID displayId);
103 QCocoaScreen(CGDirectDisplayID displayId);
104 void update(CGDirectDisplayID displayId);
111 CGDirectDisplayID displayId() const { return m_displayId; } in displayId() function

12345678910>>...26