Lines Matching refs:ddcWidthmm
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;