Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkdrive.c701 int width, height, *width_mmp, *height_mmp; in KdScreenInit() local
710 width_mmp = &screen->width_mm; in KdScreenInit()
716 width_mmp = &screen->height_mm; in KdScreenInit()
765 if (*width_mmp) in KdScreenInit()
766 pScreen->mmWidth = *width_mmp; in KdScreenInit()
768 *width_mmp = pScreen->mmWidth; in KdScreenInit()