Lines Matching refs:heightmm
870 * calculated from the widthmm/heightmm values.
884 /* XXX Maybe there is no need for widthmm/heightmm in ScrnInfoRec */
886 pScrn->heightmm = pScrn->monitor->heightmm;
902 } else if (pScrn->widthmm > 0 || pScrn->heightmm > 0) {
908 if (pScrn->heightmm > 0) {
910 (int)((double)pScrn->virtualY * MMPERINCH / pScrn->heightmm);
917 pScrn->widthmm, pScrn->heightmm);
926 if (pScrn->heightmm > 0) {
927 heightErr = abs(ddcHeightmm - pScrn->heightmm);
935 ddcWidthmm,ddcHeightmm, pScrn->widthmm,pScrn->heightmm);
943 pScrn->heightmm = ddcHeightmm;
948 if (pScrn->heightmm > 0) {
950 (int)((double)pScrn->virtualY * MMPERINCH / pScrn->heightmm);