Lines Matching refs:heightmm
843 * calculated from the widthmm/heightmm values.
857 /* XXX Maybe there is no need for widthmm/heightmm in ScrnInfoRec */
859 pScrn->heightmm = pScrn->monitor->heightmm;
877 else if (pScrn->widthmm > 0 || pScrn->heightmm > 0) {
883 if (pScrn->heightmm > 0) {
885 (int) ((double) pScrn->virtualY * MMPERINCH / pScrn->heightmm);
892 pScrn->widthmm, pScrn->heightmm);
902 if (pScrn->heightmm > 0) {
903 heightErr = abs(ddcHeightmm - pScrn->heightmm);
913 pScrn->heightmm);
922 pScrn->heightmm = ddcHeightmm;
927 if (pScrn->heightmm > 0) {
929 (int) ((double) pScrn->virtualY * MMPERINCH / pScrn->heightmm);