OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:screenheight
(Results
1 - 8
of
8
) sorted by relevancy
/xsrc/external/mit/xf86-video-rendition/dist/src/
vtypes.h
85
int
screenheight
;
member in struct:verite_modeinfo_t
rendition.c
934
modeinfo->
screenheight
= pMode->VDisplay;
/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
i810_dri.c
1075
int
screenheight
= pScrn->virtualY;
local
1191
if (desty + h >
screenheight
)
1192
h =
screenheight
- desty;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
i810_dri.c
1075
int
screenheight
= pScrn->virtualY;
local
1191
if (desty + h >
screenheight
)
1192
h =
screenheight
- desty;
/xsrc/external/mit/xf86-video-mga/dist/src/
mga_dri.c
727
int
screenheight
= pScrn->virtualY;
local
830
if ( desty + h >
screenheight
) h =
screenheight
- desty;
/xsrc/external/mit/xf86-video-intel-old/dist/src/
i810_dri.c
1186
int
screenheight
= pScrn->virtualY;
local
1295
if (desty + h >
screenheight
)
1296
h =
screenheight
- desty;
/xsrc/external/mit/xf86-video-savage/dist/src/
savage_dri.c
1235
int
screenheight
= pScrn->virtualY;
local
1342
if ( desty + h >
screenheight
) h =
screenheight
- desty;
/xsrc/external/mit/xf86-video-ati/dist/src/
radeon_dri.c
503
int
screenheight
= pScrn->virtualY;
local
627
if (desty + h >
screenheight
) h =
screenheight
- desty;
Completed in 14 milliseconds
Indexes created Tue Jul 21 00:24:56 UTC 2026