OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scrnHeight
(Results
1 - 15
of
15
) sorted by relevancy
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
dmxcb.c
82
if (h < dmxScreen->
scrnHeight
+ dmxScreen->rootYOrigin)
83
h = dmxScreen->
scrnHeight
+ dmxScreen->rootYOrigin;
dmxinit.c
301
if (dmxScreen->
scrnHeight
) {
302
dmxScreen->scrnY = (attribs.height - dmxScreen->
scrnHeight
305
dmxScreen->
scrnHeight
= attribs.height - dmxScreen->scrnY;
311
if (!dmxScreen->
scrnHeight
)
312
dmxScreen->
scrnHeight
= attribs.height - dmxScreen->scrnY;
315
if (!dmxScreen->rootHeight) dmxScreen->rootHeight = dmxScreen->
scrnHeight
;
318
if (dmxScreen->rootHeight + dmxScreen->rootY > dmxScreen->
scrnHeight
)
319
dmxScreen->rootHeight = dmxScreen->
scrnHeight
- dmxScreen->rootY;
345
dmxScreen->scrnWidth, dmxScreen->
scrnHeight
,
dmxscrinit.c
128
dmxScreen->
scrnHeight
,
181
dmxScreen->scrnWidth, dmxScreen->
scrnHeight
,
224
dmxScreen->
scrnHeight
,
272
dmxScreen->
scrnHeight
,
dmxcursor.c
360
dmxScreen->scrnWidth, dmxScreen->
scrnHeight
,
388
dmxScreen->scrnWidth, dmxScreen->
scrnHeight
,
423
dmxScreen->scrnWidth, dmxScreen->
scrnHeight
,
444
if (dmxOnScreen(a->rootXOrigin + a->
scrnHeight
,
448
if (dmxOnScreen(a->rootXOrigin + a->
scrnHeight
,
460
if (dmxOnScreen(b->rootXOrigin + b->
scrnHeight
,
464
if (dmxOnScreen(b->rootXOrigin + b->
scrnHeight
,
dmx.h
127
int
scrnHeight
; /**< Height of "screen" */
dmxextension.c
88
attr->screenWindowHeight = dmxScreen->
scrnHeight
;
388
dmxScreen->
scrnHeight
!= h) {
396
dmxScreen->
scrnHeight
= h;
554
dmxScreen->scrnWidth, dmxScreen->
scrnHeight
,
618
if (h > dmxScreen->
scrnHeight
) h = dmxScreen->
scrnHeight
;
dmxwindow.c
335
|| dmxScreen->
scrnHeight
!= dmxScreen->rootHeight) {
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
dmxconfig.c
177
int scrnWidth, int
scrnHeight
,
197
dmxScreen->
scrnHeight
=
scrnHeight
;
237
d->scrnWidth, d->
scrnHeight
,
xdmxconfig.c
154
int y = pt->display->
scrnHeight
+ pt->display->rootYOrigin;
167
int y = pt->display->
scrnHeight
+ pt->display->rootYOrigin;
225
dmxConfigCurrentDisplay->
scrnHeight
,
281
h = scaley(pt->display->
scrnHeight
);
448
&& y <= scaley(d->rootYOrigin + d->
scrnHeight
)) return d;
706
dmxConfigCurrentDisplay->
scrnHeight
,
727
height = dmxConfigCurrentDisplay->
scrnHeight
;
733
dmxConfigCurrentDisplay->
scrnHeight
= height;
815
dmxConfigCurrentDisplay->
scrnHeight
= 0;
819
dmxConfigCurrentDisplay->
scrnHeight
= strtol(endpt+1, &endpt, 10)
[
all
...]
dmxprint.c
265
p->dim->scrn->dim->y = p->
scrnHeight
;
268
dummySDim.y = p->
scrnHeight
;
316
|| p->
scrnHeight
!= p->rootHeight
dmxparse.h
110
int scrnWidth,
scrnHeight
;
dmxparse.c
263
pDisplay->
scrnHeight
= pDim->scrn->dim->y;
288
pDisplay->rootHeight = pDisplay->
scrnHeight
;
/xsrc/external/mit/xf86-video-openchrome/dist/src/
via_xv_overlay.c
2271
unsigned long scrnWidth,
scrnHeight
;
2344
scrnHeight
= pScrn->currentMode->VDisplay;
2361
if (dstBottom >
scrnHeight
) {
2362
pUpdate->SrcBottom = ((((
scrnHeight
- dstTop) * ovlV1->dwV1OriHeight) +
2398
if (pUpdate->DstTop >=
scrnHeight
)
2399
pUpdate->DstTop =
scrnHeight
- 1;
2401
pUpdate->DstBottom = (dstBottom >
scrnHeight
) ?
scrnHeight
: dstBottom;
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
dmxbackend.c
426
priv->be->scrnWidth, priv->be->
scrnHeight
);
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
glxsingle.c
836
int scr_y2 = dmxScreen->rootYOrigin + dmxScreen->
scrnHeight
- 1;
Completed in 23 milliseconds
Indexes created Thu Jul 23 00:25:05 UTC 2026