Lines Matching refs:ddcHeightmm
1654 int ddcWidthmm = 0, ddcHeightmm = 0;
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;