OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crtc_width
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
xf86Crtc.c
1072
int
crtc_width
= 0, crtc_height = 0;
local
1076
crtc_width
=
1093
if (mode->HDisplay >
crtc_width
)
1094
crtc_width
= mode->HDisplay;
1095
if (mode->VDisplay >
crtc_width
)
1096
crtc_width
= mode->VDisplay;
1105
if (
crtc_width
> width)
1106
width =
crtc_width
;
xf86RandR12.c
773
int
crtc_width
= crtc->x + xf86ModeWidth(&crtc->mode, crtc->rotation);
local
777
if (
crtc_width
> width)
778
width =
crtc_width
;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
xf86Crtc.c
1042
int
crtc_width
= 0, crtc_height = 0;
local
1047
crtc_width
= crtc->desiredX + xf86ModeWidth (&crtc->desiredMode, crtc->desiredRotation);
1061
if (mode->HDisplay >
crtc_width
)
1062
crtc_width
= mode->HDisplay;
1063
if (mode->VDisplay >
crtc_width
)
1064
crtc_width
= mode->VDisplay;
1073
if (
crtc_width
> width)
1074
width =
crtc_width
;
xf86RandR12.c
760
int
crtc_width
= crtc->x + xf86ModeWidth (&crtc->mode, crtc->rotation);
local
764
if (
crtc_width
> width)
765
width =
crtc_width
;
Completed in 15 milliseconds
Indexes created Thu Jul 02 00:25:40 UTC 2026