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