Lines Matching defs:screen_depth
289 static uint screen_depth;
664 screen_depth = SYNTHVID_DEPTH_WIN7;
666 screen_depth = SYNTHVID_DEPTH_WIN8;
761 (x1 * screen_depth / 8),
762 (x2 - x1) * screen_depth / 8);
826 var->bits_per_pixel != screen_depth)
939 (x * y * screen_depth / 8 > screen_fb_size)) ||
941 x * y * screen_depth / 8 > SYNTHVID_FB_SIZE_WIN8) ||
1065 screen_width * screen_height * screen_depth / 8;
1176 screen_width, screen_height, screen_depth, screen_fb_size);
1189 info->var.bits_per_pixel = screen_depth;
1211 info->fix.line_length = screen_width * screen_depth / 8;