Lines Matching full:yres
138 overscan_offset_y = vi.yres * overscan_percent / 100;
142 fb->height = vi.yres;
146 memset(fb->data, 0, vi.yres * fi.line_length);
151 if (vi.yres * fi.line_length * 2 > fi.smem_len)
158 fb->height = vi.yres;
160 fb->data = (void*) (((unsigned) bits) + vi.yres * fi.line_length);
162 memset(fb->data, 0, vi.yres * fi.line_length);
170 ms->height = vi.yres;
172 ms->data = malloc(fi.line_length * vi.yres);
179 vi.yres_virtual = vi.yres * NUM_BUFFERS;
180 vi.yoffset = n * vi.yres;
198 fi.line_length * vi.yres);