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