OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ddcWidthmm
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86Helper.c
854
int
ddcWidthmm
, ddcHeightmm;
865
ddcWidthmm
= DDC->features.hsize * 10; /* 10mm in 1cm */
869
ddcWidthmm
= ddcHeightmm = 0;
895
if (
ddcWidthmm
&& ddcHeightmm) {
897
widthErr = abs(
ddcWidthmm
- pScrn->widthmm);
912
ddcWidthmm
, ddcHeightmm, pScrn->widthmm,
917
else if (
ddcWidthmm
&& ddcHeightmm) {
920
ddcWidthmm
, ddcHeightmm);
921
pScrn->widthmm =
ddcWidthmm
;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86Helper.c
881
int
ddcWidthmm
, ddcHeightmm;
892
ddcWidthmm
= DDC->features.hsize * 10; /* 10mm in 1cm */
895
ddcWidthmm
= ddcHeightmm = 0;
920
if (
ddcWidthmm
&& ddcHeightmm ) {
922
widthErr = abs(
ddcWidthmm
- pScrn->widthmm);
935
ddcWidthmm
,ddcHeightmm, pScrn->widthmm,pScrn->heightmm);
938
} else if (
ddcWidthmm
&& ddcHeightmm ) {
941
ddcWidthmm
, ddcHeightmm );
942
pScrn->widthmm =
ddcWidthmm
;
/xsrc/external/mit/xf86-video-xgi/dist/src/
xgi_driver.c
1414
int
ddcWidthmm
= 0, ddcHeightmm = 0;
1435
ddcWidthmm
= max(DDC1->features.hsize, DDC2->features.hsize) * 10;
1440
ddcWidthmm
= (DDC1->features.hsize + DDC2->features.hsize) * 10;
1450
ddcWidthmm
= DDC1->features.hsize * 10;
1455
ddcWidthmm
*= 2;
1465
ddcWidthmm
= DDC2->features.hsize * 10;
1470
ddcWidthmm
*= 2;
1512
else if (
ddcWidthmm
&& ddcHeightmm) {
1516
xf86DrvMsg(pScrn1->scrnIndex, from, dsstr,
ddcWidthmm
, ddcHeightmm);
1517
pScrn1->widthmm =
ddcWidthmm
;
[
all
...]
/xsrc/external/mit/xf86-video-sis/dist/src/
sis_driver.c
1654
int
ddcWidthmm
= 0, ddcHeightmm = 0;
1673
ddcWidthmm
= max(DDC1->features.hsize, DDC2->features.hsize) * 10;
1678
ddcWidthmm
= (DDC1->features.hsize + DDC2->features.hsize) * 10;
1687
ddcWidthmm
= DDC1->features.hsize * 10;
1692
ddcWidthmm
*= 2;
1701
ddcWidthmm
= DDC2->features.hsize * 10;
1706
ddcWidthmm
*= 2;
1742
} else if(
ddcWidthmm
&& ddcHeightmm) {
1746
xf86DrvMsg(pScrn1->scrnIndex, from, dsstr,
ddcWidthmm
, ddcHeightmm );
1747
pScrn1->widthmm =
ddcWidthmm
;
[
all
...]
Completed in 17 milliseconds
Indexes created Thu Jul 09 00:25:44 UTC 2026