OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PositionWindow
(Results
1 - 25
of
43
) sorted by relevancy
1
2
/xsrc/external/mit/xorg-server.old/dist/dbe/
midbe.c
434
* - The
PositionWindow
wrapper, miDbePositionWindow(), calls
538
pScreen->
PositionWindow
= pDbeScreenPriv->
PositionWindow
;
554
ret = (*pScreen->
PositionWindow
)(pWin, x, y);
563
pDbeScreenPriv->
PositionWindow
= pScreen->
PositionWindow
;
564
pScreen->
PositionWindow
= miDbePositionWindow;
767
pScreen->
PositionWindow
= pDbeScreenPriv->
PositionWindow
;
791
pDbeScreenPriv->
PositionWindow
= pScreen->PositionWindow
[
all
...]
dbestruct.h
171
* It is the responsibilty of the DDX layer to wrap
PositionWindow
().
174
PositionWindowProcPtr
PositionWindow
;
/xsrc/external/mit/xorg-server/dist/dbe/
midbe.c
391
* - The
PositionWindow
wrapper, miDbePositionWindow(), calls
483
pScreen->
PositionWindow
= pDbeScreenPriv->
PositionWindow
;
499
ret = (*pScreen->
PositionWindow
) (pWin, x, y);
508
pDbeScreenPriv->
PositionWindow
= pScreen->
PositionWindow
;
509
pScreen->
PositionWindow
= miDbePositionWindow;
683
pDbeScreenPriv->
PositionWindow
= pScreen->
PositionWindow
;
684
pScreen->
PositionWindow
= miDbePositionWindow
[
all
...]
dbestruct.h
174
* It is the responsibility of the DDX layer to wrap
PositionWindow
().
177
PositionWindowProcPtr
PositionWindow
;
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
winwindow.c
116
WIN_UNWRAP(
PositionWindow
);
117
fResult = (*pScreen->
PositionWindow
)(pWin, x, y);
118
WIN_WRAP(
PositionWindow
, winPositionWindowNativeGDI);
361
WIN_UNWRAP(
PositionWindow
);
362
fResult = (*pScreen->
PositionWindow
)(pWin, x, y);
363
WIN_WRAP(
PositionWindow
, winPositionWindowRootless);
winscrinit.c
475
WRAP(
PositionWindow
);
482
pScreen->
PositionWindow
= winPositionWindowRootless;
511
WRAP(
PositionWindow
);
523
pScreen->
PositionWindow
= winPositionWindowMultiWindow;
699
pScreen->
PositionWindow
= winPositionWindowNativeGDI;
winmultiwindowwindow.c
149
*
PositionWindow
- See Porting Layer Definition - p. 37
179
WIN_UNWRAP(
PositionWindow
);
180
fResult = (*pScreen->
PositionWindow
)(pWin, x, y);
181
WIN_WRAP(
PositionWindow
, winPositionWindowMultiWindow);
/xsrc/external/mit/xorg-server/dist/hw/xwin/
winscrinit.c
384
WRAP(
PositionWindow
);
391
pScreen->
PositionWindow
= winPositionWindowRootless;
417
WRAP(
PositionWindow
);
430
pScreen->
PositionWindow
= winPositionWindowMultiWindow;
winwindow.c
122
WIN_UNWRAP(
PositionWindow
);
123
fResult = (*pScreen->
PositionWindow
) (pWin, x, y);
124
WIN_WRAP(
PositionWindow
, winPositionWindowRootless);
/xsrc/external/mit/xorg-server/dist/composite/
compinit.c
78
pScreen->
PositionWindow
= cs->
PositionWindow
;
367
cs->
PositionWindow
= pScreen->
PositionWindow
;
368
pScreen->
PositionWindow
= compPositionWindow;
compwindow.c
232
pScreen->
PositionWindow
= cs->
PositionWindow
;
256
if (!(*pScreen->
PositionWindow
) (pWin, x, y))
258
cs->
PositionWindow
= pScreen->
PositionWindow
;
259
pScreen->
PositionWindow
= compPositionWindow;
compint.h
128
PositionWindowProcPtr
PositionWindow
;
/xsrc/external/mit/xorg-server.old/dist/composite/
compinit.c
78
pScreen->
PositionWindow
= cs->
PositionWindow
;
357
cs->
PositionWindow
= pScreen->
PositionWindow
;
358
pScreen->
PositionWindow
= compPositionWindow;
compwindow.c
213
pScreen->
PositionWindow
= cs->
PositionWindow
;
239
if (!(*pScreen->
PositionWindow
) (pWin, x, y))
241
cs->
PositionWindow
= pScreen->
PositionWindow
;
242
pScreen->
PositionWindow
= compPositionWindow;
compint.h
122
PositionWindowProcPtr
PositionWindow
;
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
ephyrdriext.c
68
PositionWindowProcPtr
PositionWindow
;
120
screen_priv->
PositionWindow
= a_screen->
PositionWindow
;
126
a_screen->
PositionWindow
= ephyrDRIPositionWindow ;
274
&& screen_priv->
PositionWindow
,
277
screen->
PositionWindow
= screen_priv->
PositionWindow
;
278
if (screen->
PositionWindow
) {
279
(*screen->
PositionWindow
) (a_win, a_x, a_y) ;
281
screen->
PositionWindow
= ephyrDRIPositionWindow
[
all
...]
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
dmxscrinit.c
313
DMX_WRAP(
PositionWindow
, dmxPositionWindow, dmxScreen, pScreen);
447
DMX_UNWRAP(
PositionWindow
, dmxScreen, pScreen);
dmx.h
204
PositionWindowProcPtr
PositionWindow
;
dmxwindow.c
433
DMX_UNWRAP(
PositionWindow
, dmxScreen, pScreen);
435
if (pScreen->
PositionWindow
)
436
ret = pScreen->
PositionWindow
(pWindow, x, y);
463
DMX_WRAP(
PositionWindow
, dmxPositionWindow, dmxScreen, pScreen);
/xsrc/external/mit/xorg-server/dist/fb/
fbscreen.c
113
pScreen->
PositionWindow
= fbPositionWindow;
/xsrc/external/mit/xorg-server.old/dist/fb/
fbscreen.c
116
pScreen->
PositionWindow
= fbPositionWindow;
/xsrc/external/mit/xorg-server.old/dist/include/
scrnintstr.h
450
PositionWindowProcPtr
PositionWindow
;
/xsrc/external/mit/xorg-server.old/dist/miext/rootless/
rootlessCommon.h
95
PositionWindowProcPtr
PositionWindow
;
/xsrc/external/mit/xorg-server/dist/miext/rootless/
rootlessCommon.h
95
PositionWindowProcPtr
PositionWindow
;
/xsrc/external/mit/xorg-server/dist/include/
scrnintstr.h
536
PositionWindowProcPtr
PositionWindow
;
Completed in 14 milliseconds
1
2
Indexes created Thu Jul 02 00:25:40 UTC 2026