Home
last modified time | relevance | path

Searched refs:_win (Results 1 – 25 of 355) sorted by relevance

12345678910>>...15

/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/exynos/
H A Dregs-decon7.h51 #define SHADOWCON_WINx_PROTECT(_win) (1 << (10 + (_win))) argument
54 #define WINCON(_win) (0x50 + ((_win) * 4)) argument
92 #define VIDW_BUF_START(_win) (0x80 + ((_win) * 0x10)) argument
93 #define VIDW_BUF_START1(_win) (0x84 + ((_win) * 0x10)) argument
96 #define VIDW_WHOLE_X(_win) (0x0130 + ((_win) * 8)) argument
97 #define VIDW_WHOLE_Y(_win) (0x0134 + ((_win) * 8)) argument
98 #define VIDW_OFFSET_X(_win) (0x0170 + ((_win) * 8)) argument
99 #define VIDW_OFFSET_Y(_win) (0x0174 + ((_win) * 8)) argument
100 #define VIDW_BLKOFFSET(_win) (0x01B0 + ((_win) * 4)) argument
160 #define WINxMAP(_win) (0x340 + ((_win) * 4)) argument
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/exynos/
H A Dregs-decon7.h51 #define SHADOWCON_WINx_PROTECT(_win) (1 << (10 + (_win))) argument
54 #define WINCON(_win) (0x50 + ((_win) * 4)) argument
92 #define VIDW_BUF_START(_win) (0x80 + ((_win) * 0x10)) argument
93 #define VIDW_BUF_START1(_win) (0x84 + ((_win) * 0x10)) argument
96 #define VIDW_WHOLE_X(_win) (0x0130 + ((_win) * 8)) argument
97 #define VIDW_WHOLE_Y(_win) (0x0134 + ((_win) * 8)) argument
98 #define VIDW_OFFSET_X(_win) (0x0170 + ((_win) * 8)) argument
99 #define VIDW_OFFSET_Y(_win) (0x0174 + ((_win) * 8)) argument
100 #define VIDW_BLKOFFSET(_win) (0x01B0 + ((_win) * 4)) argument
160 #define WINxMAP(_win) (0x340 + ((_win) * 4)) argument
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/exynos/
H A Dregs-decon7.h51 #define SHADOWCON_WINx_PROTECT(_win) (1 << (10 + (_win))) argument
54 #define WINCON(_win) (0x50 + ((_win) * 4)) argument
92 #define VIDW_BUF_START(_win) (0x80 + ((_win) * 0x10)) argument
93 #define VIDW_BUF_START1(_win) (0x84 + ((_win) * 0x10)) argument
96 #define VIDW_WHOLE_X(_win) (0x0130 + ((_win) * 8)) argument
97 #define VIDW_WHOLE_Y(_win) (0x0134 + ((_win) * 8)) argument
98 #define VIDW_OFFSET_X(_win) (0x0170 + ((_win) * 8)) argument
99 #define VIDW_OFFSET_Y(_win) (0x0174 + ((_win) * 8)) argument
100 #define VIDW_BLKOFFSET(_win) (0x01B0 + ((_win) * 4)) argument
160 #define WINxMAP(_win) (0x340 + ((_win) * 4)) argument
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/frotz/
H A Dwindows.cpp116 assert(_win); in update()
136 _win = win; in operator =()
146 if (_win) { in ensureTextWindow()
150 _win = nullptr; in ensureTextWindow()
170 if (_win) { in setSize()
191 if (_win) { in setPosition()
237 if (_win) in clear()
247 if (_win) in updateColors()
323 if (!_win) in updateStyle()
363 if (_win) in getBounds()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/glk/zcode/
H A Dwindows.cpp116 assert(_win); in update()
136 _win = win; in operator =()
146 if (_win) { in ensureTextWindow()
150 _win = nullptr; in ensureTextWindow()
170 if (_win) { in setSize()
191 if (_win) { in setPosition()
237 if (_win) in clear()
247 if (_win) in updateColors()
323 if (!_win) in updateStyle()
363 if (_win) in getBounds()
[all …]
/dports/devel/py-cffi/cffi-1.15.0/demo/
H A D_curses.py219 self._win = window
222 if self._win != lib.stdscr:
223 lib.delwin(self._win)
330 lib.wborder(self._win,
385 if lib._m_ispad(self._win):
516 if lib._m_ispad(self._win):
531 return _check_ERR(lib.copywin(self._win, dstwin._win,
539 return _check_ERR(lib.overlay(self._win, dstwin._win), "overlay")
547 return _check_ERR(lib.overwrite(self._win, dstwin._win),
560 if lib._m_ispad(self._win):
[all …]
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.python/
H A Dtui-window-disabled.py34 self._win = win
45 self._win.erase()
46 self._win.write("Hello world...")
53 titles_at_the_close[self._win.title] = dict(
54 width=self._win.width, height=self._win.height
60 self._win.erase()
61 self._win.write("Goodbye cruel world...")
85 self._win.erase()
86 w = self._win.width
87 h = self._win.height
[all …]
/dports/games/anki/anki-2.1.16/aqt/
H A Dprogress.py24 self._win = None
39 if not self._win:
117 self._win = self.ProgressDialog(parent)
121 self._win.form.label.setText(label)
122 self._win.setWindowTitle("Anki")
124 self._win.setMinimumWidth(300)
135 return self._win
160 if self._levels == 0 and self._win:
181 self._win.show()
195 self._win.cancel()
[all …]
/dports/net/jgroups/jgroups-2.12.0/tests/junit-functional/org/jgroups/tests/
H A DAckMcastSenderWindowTest.java53 private AckMcastSenderWindow _win; field in AckMcastSenderWindowTest
70 _win.stop(); in tearDown()
92 _win.add(seqno, msg, dests); in test1()
97 _win.add(seqno, msg, dests); in test1()
108 _win.stop(); in test1()
213 _win.ack(2, _RECVS[2]); in _ackerRun()
223 _win.ack(1, _RECVS[1]); in _ackerRun()
235 _win.ack(1, _RECVS[0]); in _ackerRun()
237 _win.ack(2, _RECVS[0]); in _ackerRun()
239 _win.ack(2, _RECVS[1]); in _ackerRun()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/motif/mdi/lib/
H A DXsMotifWindow.C48 _win = win; in _XsMotifBase()
517 resize.setMinSize (_win->minWidth ( ), _win->minHeight ( )); in _input()
724 resize.setMinSize (_win->minWidth ( ), _win->minHeight ( )); in _input()
1676 _win->title ( ) : _win->name ( ); in _expose()
2258 _win->restore ( ); in _processItem()
2263 Widget base = (_win->minimized ( )) ? _win->icon ( ) : _win->base ( ); in _processItem()
2290 Widget base = (_win->minimized ( )) ? _win->icon ( ) : _win->base ( ); in _processItem()
2303 resize.setMinSize (_win->minWidth ( ), _win->minHeight ( )); in _processItem()
2329 _win->raise ( ); in _processItem()
2334 _win->lower ( ); in _processItem()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/motif/mdi/lib/
H A DXsMotifWindow.C48 _win = win; in _XsMotifBase()
517 resize.setMinSize (_win->minWidth ( ), _win->minHeight ( )); in _input()
724 resize.setMinSize (_win->minWidth ( ), _win->minHeight ( )); in _input()
1676 _win->title ( ) : _win->name ( ); in _expose()
2258 _win->restore ( ); in _processItem()
2263 Widget base = (_win->minimized ( )) ? _win->icon ( ) : _win->base ( ); in _processItem()
2290 Widget base = (_win->minimized ( )) ? _win->icon ( ) : _win->base ( ); in _processItem()
2303 resize.setMinSize (_win->minWidth ( ), _win->minHeight ( )); in _processItem()
2329 _win->raise ( ); in _processItem()
2334 _win->lower ( ); in _processItem()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/motif/mdi/lib/
H A DXsMotifWindow.C48 _win = win; in _XsMotifBase()
517 resize.setMinSize (_win->minWidth ( ), _win->minHeight ( )); in _input()
724 resize.setMinSize (_win->minWidth ( ), _win->minHeight ( )); in _input()
1676 _win->title ( ) : _win->name ( ); in _expose()
2258 _win->restore ( ); in _processItem()
2263 Widget base = (_win->minimized ( )) ? _win->icon ( ) : _win->base ( ); in _processItem()
2290 Widget base = (_win->minimized ( )) ? _win->icon ( ) : _win->base ( ); in _processItem()
2303 resize.setMinSize (_win->minWidth ( ), _win->minHeight ( )); in _processItem()
2329 _win->raise ( ); in _processItem()
2334 _win->lower ( ); in _processItem()
[all …]
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/libkstapp/
H A Ddocument.cpp139 if (_win->scriptServerNameSet()) { in save()
140 QString server_name = _win->scriptServerName(); in save()
188 for (int i = 0; i < _win->tabWidget()->count(); ++i) { in save()
208 _win->updateRecentDataFiles(file); in updateRecentDataFiles()
223 _win->updateRecentKstFiles(kstfile); in initFromCommandLine()
290 _win->setScriptServerName(server_name); in open()
362 _win->tabWidget()->clear(); in open()
453 if (_win->tabWidget()->count() > currentTab) { in open()
454 _win->tabWidget()->setCurrentIndex(currentTab); in open()
472 _win->tabWidget()->createView(); in createView()
[all …]
/dports/graphics/libfpx/libfpx-1.3.1-10/
H A DMakefile.am49 _win/fpxlib.aps \
50 _win/fpxlib.dsp \
51 _win/fpxlib.dsw \
52 _win/fpxlib.opt \
53 _win/fpxlib.rc \
54 _win/jpeglib.aps \
55 _win/jpeglib.dsp \
56 _win/jpeglib.rc \
57 _win/resource.h \
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/video/
H A Dsamsung_fimd.h176 #define WINCON(_win) (0x20 + ((_win) * 4)) argument
235 #define SHADOWCON_WINx_PROTECT(_win) (1 << (10 + (_win))) argument
237 #define SHADOWCON_CHx_ENABLE(_win) (1 << (_win)) argument
239 #define SHADOWCON_CHx_LOCAL_ENABLE(_win) (1 << (5 + (_win))) argument
406 #define WINxMAP(_win) (0x180 + ((_win) * 4)) argument
439 #define BLENDEQx(_win) (0x244 + ((_win - 1) * 4)) argument
/dports/multimedia/libv4l/linux-5.13-rc2/include/video/
H A Dsamsung_fimd.h176 #define WINCON(_win) (0x20 + ((_win) * 4)) argument
235 #define SHADOWCON_WINx_PROTECT(_win) (1 << (10 + (_win))) argument
237 #define SHADOWCON_CHx_ENABLE(_win) (1 << (_win)) argument
239 #define SHADOWCON_CHx_LOCAL_ENABLE(_win) (1 << (5 + (_win))) argument
406 #define WINxMAP(_win) (0x180 + ((_win) * 4)) argument
439 #define BLENDEQx(_win) (0x244 + ((_win - 1) * 4)) argument
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/video/
H A Dsamsung_fimd.h176 #define WINCON(_win) (0x20 + ((_win) * 4)) argument
235 #define SHADOWCON_WINx_PROTECT(_win) (1 << (10 + (_win))) argument
237 #define SHADOWCON_CHx_ENABLE(_win) (1 << (_win)) argument
239 #define SHADOWCON_CHx_LOCAL_ENABLE(_win) (1 << (5 + (_win))) argument
406 #define WINxMAP(_win) (0x180 + ((_win) * 4)) argument
439 #define BLENDEQx(_win) (0x244 + ((_win - 1) * 4)) argument
/dports/www/firefox-esr/firefox-91.8.0/dom/media/
H A DPeerConnection.jsm234 this._win = win;
254 this._win = win;
295 let err = this._win.Error();
387 this._win = win;
512 this._win,
1031 let request = this._win.CreateOfferRequest._create(this._win, chrome);
1138 this._win
1450 this._win,
1461 this._win,
1818 this._win = win;
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/
H A DPeerConnection.jsm235 this._win = win;
255 this._win = win;
296 let err = this._win.Error();
388 this._win = win;
513 this._win,
1032 let request = this._win.CreateOfferRequest._create(this._win, chrome);
1139 this._win
1451 this._win,
1462 this._win,
1819 this._win = win;
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/
H A DPeerConnection.jsm234 this._win = win;
254 this._win = win;
295 let err = this._win.Error();
387 this._win = win;
512 this._win,
1031 let request = this._win.CreateOfferRequest._create(this._win, chrome);
1138 this._win
1450 this._win,
1461 this._win,
1818 this._win = win;
[all …]
/dports/www/firefox/firefox-99.0/dom/media/
H A DPeerConnection.jsm234 this._win = win;
254 this._win = win;
295 let err = this._win.Error();
387 this._win = win;
1104 let request = this._win.CreateOfferRequest._create(this._win, chrome);
1212 this._win
1543 this._win,
1554 this._win,
1911 this._win = win;
1959 let win = this._dompc._win;
[all …]
/dports/devel/p5-Alien-Build/Alien-Build-2.45/lib/Alien/Build/Plugin/Build/
H A DAutoconf.pm7 use constant _win => $^O eq 'MSWin32'; constant
49 if(_win)
52 $prefix =~ s!^([a-z]):!/$1!i if _win;
122 $configure = _win ? "sh $extract/configure" : "$extract/configure";
126 $configure = _win ? 'sh ./configure' : './configure';
136 if(_win)
162 my $configure = _win ? 'sh configure' : './configure';
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/narrate/
H A DNarrator.jsm48 get _win() {
54 let wu = this._win.windowUtils;
55 let nf = this._win.NodeFilter;
100 this._win,
120 this._win.speechSynthesis.speaking || this._win.speechSynthesis.pending
144 let win = this._win;
153 this._win.speechSynthesis.cancel();
212 if (!this._win) {
289 this._win.speechSynthesis.cancel();
293 this._win.speechSynthesis.cancel();
[all …]
/dports/www/firefox/firefox-99.0/toolkit/components/narrate/
H A DNarrator.jsm48 get _win() {
54 let wu = this._win.windowUtils;
55 let nf = this._win.NodeFilter;
100 this._win,
120 this._win.speechSynthesis.speaking || this._win.speechSynthesis.pending
144 let win = this._win;
153 this._win.speechSynthesis.cancel();
212 if (!this._win) {
289 this._win.speechSynthesis.cancel();
293 this._win.speechSynthesis.cancel();
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/narrate/
H A DNarrator.jsm48 get _win() {
54 let wu = this._win.windowUtils;
55 let nf = this._win.NodeFilter;
100 this._win,
120 this._win.speechSynthesis.speaking || this._win.speechSynthesis.pending
144 let win = this._win;
153 this._win.speechSynthesis.cancel();
212 if (!this._win) {
289 this._win.speechSynthesis.cancel();
293 this._win.speechSynthesis.cancel();
[all …]

12345678910>>...15