Lines Matching full:width
41 int width, height;
45 width = gWrapSim.display[displayIdx].width;
48 displayIdx, width, height, gWrapSim.display[displayIdx].shmemKey);
52 fbState->finfo.smem_len = (width * 2) * height * 2;
53 fbState->finfo.line_length = width * 2;
56 fbState->vinfo.xres = width;
58 fbState->vinfo.xres_virtual = width;
69 fbState->vinfo.width = 51; // physical dimension, used for dpi
120 w = gWrapSim.display[state->displayIdx].width;