Searched refs:ddcHeightmm (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Helper.c854 int ddcWidthmm, ddcHeightmm; local in function:xf86SetDpi
866 ddcHeightmm = DDC->features.vsize * 10; /* 10mm in 1cm */
869 ddcWidthmm = ddcHeightmm = 0;
895 if (ddcWidthmm && ddcHeightmm) {
903 heightErr = abs(ddcHeightmm - pScrn->heightmm);
912 ddcWidthmm, ddcHeightmm, pScrn->widthmm,
917 else if (ddcWidthmm && ddcHeightmm) {
920 ddcWidthmm, ddcHeightmm);
922 pScrn->heightmm = ddcHeightmm;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Helper.c881 int ddcWidthmm, ddcHeightmm; local in function:xf86SetDpi
893 ddcHeightmm = DDC->features.vsize * 10; /* 10mm in 1cm */
895 ddcWidthmm = ddcHeightmm = 0;
920 if ( ddcWidthmm && ddcHeightmm ) {
927 heightErr = abs(ddcHeightmm - pScrn->heightmm);
935 ddcWidthmm,ddcHeightmm, pScrn->widthmm,pScrn->heightmm);
938 } else if ( ddcWidthmm && ddcHeightmm ) {
941 ddcWidthmm, ddcHeightmm );
943 pScrn->heightmm = ddcHeightmm;
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_driver.c1414 int ddcWidthmm = 0, ddcHeightmm = 0; local in function:XGIMergedFBSetDpi
1436 ddcHeightmm = max(DDC1->features.vsize, DDC2->features.vsize) * 10;
1444 ddcHeightmm = (DDC1->features.vsize + DDC2->features.vsize) * 10;
1451 ddcHeightmm = DDC1->features.vsize * 10;
1459 ddcHeightmm *= 2;
1466 ddcHeightmm = DDC2->features.vsize * 10;
1474 ddcHeightmm *= 2;
1512 else if (ddcWidthmm && ddcHeightmm) {
1516 xf86DrvMsg(pScrn1->scrnIndex, from, dsstr, ddcWidthmm, ddcHeightmm);
1518 pScrn1->heightmm = ddcHeightmm;
[all...]
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_driver.c1654 int ddcWidthmm = 0, ddcHeightmm = 0; local in function:SiSMergedFBSetDpi
1674 ddcHeightmm = max(DDC1->features.vsize, DDC2->features.vsize) * 10;
1682 ddcHeightmm = (DDC1->features.vsize + DDC2->features.vsize) * 10;
1688 ddcHeightmm = DDC1->features.vsize * 10;
1696 ddcHeightmm *= 2;
1702 ddcHeightmm = DDC2->features.vsize * 10;
1710 ddcHeightmm *= 2;
1742 } else if(ddcWidthmm && ddcHeightmm) {
1746 xf86DrvMsg(pScrn1->scrnIndex, from, dsstr, ddcWidthmm, ddcHeightmm );
1748 pScrn1->heightmm = ddcHeightmm;
[all...]

Completed in 15 milliseconds