Home
last modified time | relevance | path

Searched refs:theScreen (Results 1 – 25 of 102) sorted by relevance

12345

/dports/games/moria/umoria/mac/scrnmgr/
H A DScrnMgr.c317 theScreen.qBegin = theScreen.qEnd = 0; in FlushQueue()
334 next = &theScreen.qBuffer[theScreen.qEnd];
366 if (theScreen.qEnd != theScreen.qBegin) {
368 next = &theScreen.qBuffer[theScreen.qBegin];
803 theScreen.mouseLRect = theScreen.mouseCRect; in SetScreenParameters()
878 theScreen.picLRect = theScreen.picPRect; in SetScreenDrawRects()
879 OffsetRect(&theScreen.picLRect, theScreen.origin.h, theScreen.origin.v); in SetScreenDrawRects()
881 SectRect(&theScreen.picLRect, &theScreen.scrnLRect, &theScreen.drawLRect); in SetScreenDrawRects()
883 theScreen.drawXCRect = theScreen.drawLRect; in SetScreenDrawRects()
891 theScreen.drawXLRect = theScreen.drawXCRect; in SetScreenDrawRects()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/golang.org/x/exp/shiny/driver/gldriver/
H A Dx11.go141 f(theScreen)
185 theScreen.mu.Lock()
187 theScreen.mu.Unlock()
204 theScreen.mu.Lock()
206 theScreen.mu.Unlock()
223 theScreen.mu.Lock()
225 theScreen.mu.Unlock()
261 theScreen.mu.Lock()
263 theScreen.mu.Unlock()
275 theScreen.mu.Lock()
[all …]
H A Dwin32.go136 theScreen.mu.Lock()
137 w := theScreen.windows[uintptr(hwnd)]
138 theScreen.mu.Unlock()
152 theScreen.mu.Lock()
154 theScreen.mu.Unlock()
160 theScreen.mu.Lock()
162 theScreen.mu.Unlock()
168 theScreen.mu.Lock()
170 theScreen.mu.Unlock()
183 theScreen.mu.Lock()
[all …]
H A Dcocoa.go86 theScreen.mu.Lock()
88 theScreen.mu.Unlock()
120 theScreen.mu.Lock()
122 theScreen.mu.Unlock()
182 theScreen.mu.Lock()
184 theScreen.mu.Unlock()
213 theScreen.mu.Lock()
215 theScreen.mu.Unlock()
353 theScreen.mu.Lock()
355 theScreen.mu.Unlock()
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/golang.org/x/exp/shiny/driver/gldriver/
H A Dx11.go140 f(theScreen)
184 theScreen.mu.Lock()
186 theScreen.mu.Unlock()
203 theScreen.mu.Lock()
205 theScreen.mu.Unlock()
222 theScreen.mu.Lock()
224 theScreen.mu.Unlock()
260 theScreen.mu.Lock()
262 theScreen.mu.Unlock()
274 theScreen.mu.Lock()
[all …]
H A Dwin32.go135 theScreen.mu.Lock()
136 w := theScreen.windows[uintptr(hwnd)]
137 theScreen.mu.Unlock()
151 theScreen.mu.Lock()
153 theScreen.mu.Unlock()
159 theScreen.mu.Lock()
161 theScreen.mu.Unlock()
167 theScreen.mu.Lock()
169 theScreen.mu.Unlock()
182 theScreen.mu.Lock()
[all …]
H A Dcocoa.go87 theScreen.mu.Lock()
89 theScreen.mu.Unlock()
121 theScreen.mu.Lock()
123 theScreen.mu.Unlock()
183 theScreen.mu.Lock()
185 theScreen.mu.Unlock()
214 theScreen.mu.Lock()
216 theScreen.mu.Unlock()
354 theScreen.mu.Lock()
356 theScreen.mu.Unlock()
[all …]
/dports/graphics/xv-m17n/xv-3.10a/
H A Dxcmap.c45 int theScreen, dispcells; variable
125 theScreen = DefaultScreen(theDisp);
126 theCmap = DefaultColormap(theDisp, theScreen);
127 rootW = RootWindow(theDisp,theScreen);
128 theGC = DefaultGC(theDisp,theScreen);
129 fcol = WhitePixel(theDisp,theScreen);
130 bcol = BlackPixel(theDisp,theScreen);
131 theVisual = DefaultVisual(theDisp,theScreen);
133 dispcells = DisplayCells(theDisp, theScreen);
302 hints.max_width = DisplayWidth(theDisp,theScreen);
[all …]
/dports/japanese/xv/xv-3.10a/
H A Dxcmap.c45 int theScreen, dispcells; variable
125 theScreen = DefaultScreen(theDisp);
126 theCmap = DefaultColormap(theDisp, theScreen);
127 rootW = RootWindow(theDisp,theScreen);
128 theGC = DefaultGC(theDisp,theScreen);
129 fcol = WhitePixel(theDisp,theScreen);
130 bcol = BlackPixel(theDisp,theScreen);
131 theVisual = DefaultVisual(theDisp,theScreen);
133 dispcells = DisplayCells(theDisp, theScreen);
302 hints.max_width = DisplayWidth(theDisp,theScreen);
[all …]
/dports/graphics/xv/xv-3.10a/
H A Dxcmap.c45 int theScreen, dispcells; variable
125 theScreen = DefaultScreen(theDisp);
126 theCmap = DefaultColormap(theDisp, theScreen);
127 rootW = RootWindow(theDisp,theScreen);
128 theGC = DefaultGC(theDisp,theScreen);
129 fcol = WhitePixel(theDisp,theScreen);
130 bcol = BlackPixel(theDisp,theScreen);
131 theVisual = DefaultVisual(theDisp,theScreen);
133 dispcells = DisplayCells(theDisp, theScreen);
302 hints.max_width = DisplayWidth(theDisp,theScreen);
[all …]
/dports/devel/tbb/oneTBB-2020.3/examples/common/gui/
H A Dxvideo.cpp129 int theScreen = DefaultScreen(dpy); in init_window() local
130 scrn = ScreenOfDisplay(dpy, theScreen); in init_window()
131 dispdepth = DefaultDepth(dpy, theScreen); in init_window()
133 …if (!( (dispdepth >= 15 && dispdepth <= 32 && XMatchVisualInfo(dpy, theScreen, dispdepth, TrueColo… in init_window()
134 || XMatchVisualInfo(dpy, theScreen, 24, TrueColor, &vinfo) in init_window()
135 || XMatchVisualInfo(dpy, theScreen, 32, TrueColor, &vinfo) in init_window()
136 || XMatchVisualInfo(dpy, theScreen, 16, TrueColor, &vinfo) in init_window()
137 || XMatchVisualInfo(dpy, theScreen, 15, TrueColor, &vinfo) in init_window()
147 rootW = RootWindow(dpy, theScreen); in init_window()
250 …th %s visual for %d-bit color depth\n", vidstr, vis==DefaultVisual(dpy, theScreen)?"default":"non-… in init_window()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/examples/common/gui/
H A Dxvideo.cpp129 int theScreen = DefaultScreen(dpy); in init_window() local
130 scrn = ScreenOfDisplay(dpy, theScreen); in init_window()
131 dispdepth = DefaultDepth(dpy, theScreen); in init_window()
133 …if (!( (dispdepth >= 15 && dispdepth <= 32 && XMatchVisualInfo(dpy, theScreen, dispdepth, TrueColo… in init_window()
134 || XMatchVisualInfo(dpy, theScreen, 24, TrueColor, &vinfo) in init_window()
135 || XMatchVisualInfo(dpy, theScreen, 32, TrueColor, &vinfo) in init_window()
136 || XMatchVisualInfo(dpy, theScreen, 16, TrueColor, &vinfo) in init_window()
137 || XMatchVisualInfo(dpy, theScreen, 15, TrueColor, &vinfo) in init_window()
147 rootW = RootWindow(dpy, theScreen); in init_window()
250 …th %s visual for %d-bit color depth\n", vidstr, vis==DefaultVisual(dpy, theScreen)?"default":"non-… in init_window()
/dports/devel/taskflow/taskflow-3.2.0/sandbox/seismic/
H A Dxvideo.cpp129 int theScreen = DefaultScreen(dpy); in init_window() local
130 scrn = ScreenOfDisplay(dpy, theScreen); in init_window()
131 dispdepth = DefaultDepth(dpy, theScreen); in init_window()
133 …if (!( (dispdepth >= 15 && dispdepth <= 32 && XMatchVisualInfo(dpy, theScreen, dispdepth, TrueColo… in init_window()
134 || XMatchVisualInfo(dpy, theScreen, 24, TrueColor, &vinfo) in init_window()
135 || XMatchVisualInfo(dpy, theScreen, 32, TrueColor, &vinfo) in init_window()
136 || XMatchVisualInfo(dpy, theScreen, 16, TrueColor, &vinfo) in init_window()
137 || XMatchVisualInfo(dpy, theScreen, 15, TrueColor, &vinfo) in init_window()
147 rootW = RootWindow(dpy, theScreen); in init_window()
250 …th %s visual for %d-bit color depth\n", vidstr, vis==DefaultVisual(dpy, theScreen)?"default":"non-… in init_window()
/dports/devel/onetbb/oneTBB-2021.4.0/examples/common/gui/
H A Dxvideo.cpp138 int theScreen = DefaultScreen(dpy); in init_window() local
139 scrn = ScreenOfDisplay(dpy, theScreen); in init_window()
140 dispdepth = DefaultDepth(dpy, theScreen); in init_window()
143 XMatchVisualInfo(dpy, theScreen, dispdepth, TrueColor, &vinfo)) || in init_window()
144 XMatchVisualInfo(dpy, theScreen, 24, TrueColor, &vinfo) || in init_window()
145 XMatchVisualInfo(dpy, theScreen, 32, TrueColor, &vinfo) || in init_window()
146 XMatchVisualInfo(dpy, theScreen, 16, TrueColor, &vinfo) || in init_window()
147 XMatchVisualInfo(dpy, theScreen, 15, TrueColor, &vinfo))) { in init_window()
156 rootW = RootWindow(dpy, theScreen); in init_window()
282 vis == DefaultVisual(dpy, theScreen) ? "default" : "non-default", in init_window()
/dports/www/grafana8/grafana-8.3.6/vendor/golang.org/x/exp/shiny/driver/windriver/
H A Dwindow.go176 theScreen.mu.Lock()
177 w := theScreen.windows[hwnd]
178 theScreen.mu.Unlock()
190 theScreen.mu.Lock()
191 w := theScreen.windows[hwnd]
192 theScreen.mu.Unlock()
205 theScreen.mu.Lock()
206 w := theScreen.windows[hwnd]
207 theScreen.mu.Unlock()
H A Dwindriver.go23 if err := win32.Main(func() { f(theScreen) }); err != nil {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/golang.org/x/exp/shiny/driver/windriver/
H A Dwindow.go175 theScreen.mu.Lock()
176 w := theScreen.windows[hwnd]
177 theScreen.mu.Unlock()
189 theScreen.mu.Lock()
190 w := theScreen.windows[hwnd]
191 theScreen.mu.Unlock()
204 theScreen.mu.Lock()
205 w := theScreen.windows[hwnd]
206 theScreen.mu.Unlock()
H A Dwindriver.go22 if err := win32.Main(func() { f(theScreen) }); err != nil {
/dports/games/xneko/xneko-1.0_1,1/
H A Dxneko.c283 int theScreen; variable
509 RootWindow( theDisplay, theScreen ), in InitBitmapAndGCs()
513 BlackPixel( theDisplay, theScreen ), in InitBitmapAndGCs()
514 WhitePixel( theDisplay, theScreen ), in InitBitmapAndGCs()
515 DefaultDepth( theDisplay, theScreen ) ); in InitBitmapAndGCs()
565 theScreen = DefaultScreen( theDisplay );
566 theDepth = DefaultDepth( theDisplay, theScreen );
568 theBlackPixel = BlackPixel( theDisplay, theScreen );
590 RootWindow( theDisplay, theScreen ),
597 RootWindow( theDisplay, theScreen ),
[all …]
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/ppui/osinterface/
H A DPPModalDialog.h52 PPModalDialog(PPScreen* theScreen) : in PPModalDialog() argument
53 screen(theScreen) in PPModalDialog()
/dports/graphics/megapov/megapov-1.2.1/unix/
H A Dxwin.cpp1056 theScreen = DefaultScreen(theDisplay);
1057 theDispWidth = DisplayWidth(theDisplay, theScreen);
1058 theDispHeight = DisplayHeight(theDisplay, theScreen);
1467 BlackPixel(theDisplay, theScreen)
2480 *theVisual = DefaultVisual(theDisplay, theScreen);
2498 theTemplate.screen = theScreen;
2567 if (theDeepestDepth == DefaultDepth(theDisplay, theScreen))
2633 if (*theVisual != DefaultVisual(theDisplay, theScreen))
2995 XQueryColors(theDisplay, DefaultColormap(theDisplay, theScreen),
3093 XQueryColors(theDisplay, DefaultColormap(theDisplay, theScreen),
[all …]
/dports/graphics/povray36/povray-3.6.1/unix/
H A Dxwin.cpp1037 theScreen = DefaultScreen(theDisplay);
1038 theDispWidth = DisplayWidth(theDisplay, theScreen);
1039 theDispHeight = DisplayHeight(theDisplay, theScreen);
1448 BlackPixel(theDisplay, theScreen)
2457 *theVisual = DefaultVisual(theDisplay, theScreen);
2475 theTemplate.screen = theScreen;
2544 if (theDeepestDepth == DefaultDepth(theDisplay, theScreen))
2610 if (*theVisual != DefaultVisual(theDisplay, theScreen))
2972 XQueryColors(theDisplay, DefaultColormap(theDisplay, theScreen),
3070 XQueryColors(theDisplay, DefaultColormap(theDisplay, theScreen),
[all …]
/dports/editors/jove/jove/
H A Dmac.c140 private WindowPtr theScreen; variable
203 window = theScreen; in InitEvents()
1229 WindowPtr window = theScreen;
1273 DrawControls(theScreen); in drawfluff()
1274 DrawGrowIcon(theScreen); in drawfluff()
1412 user_state(theScreen) = std_state(theScreen);
1430 user_state(theScreen) = std_state(theScreen);
2682 user_state(theScreen) = std_state(theScreen); in init_slate()
2683 SetPort(theScreen); in init_slate()
2685 theScreen->txFont = FONT; in init_slate()
[all …]
/dports/multimedia/xanim/xanim2920/
H A Dxa_x11.h21 extern int theScreen;
/dports/x11-wm/fvwm3/fvwm3-1.0.4/modules/FvwmIconMan/
H A Dx.h9 extern int theScreen;

12345