Searched refs:width_mmp (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
H A Dkdrive.c921 int width, height, *width_mmp, *height_mmp; local in function:KdScreenInit
931 width_mmp = &screen->width_mm;
938 width_mmp = &screen->height_mm;
991 if (*width_mmp)
992 pScreen->mmWidth = *width_mmp;
994 *width_mmp = pScreen->mmWidth;
/xsrc/external/mit/xorg-server/dist/hw/kdrive/src/
H A Dkdrive.c695 int width, height, *width_mmp, *height_mmp; local in function:KdScreenInit
704 width_mmp = &screen->width_mm;
710 width_mmp = &screen->height_mm;
759 if (*width_mmp)
760 pScreen->mmWidth = *width_mmp;
762 *width_mmp = pScreen->mmWidth;

Completed in 4 milliseconds