Lines Matching refs:height

75 	.height		= -1,
511 var->height = -1; in vga16fb_check_var()
833 int line_ofs, height; in vga_8planes_fillrect() local
848 height = rect->height; in vga_8planes_fillrect()
850 while (height--) { in vga_8planes_fillrect()
867 for (y = 0; y < rect->height; y++) { in vga_8planes_fillrect()
883 int x, x2, y2, vxres, vyres, width, height, line_ofs; in vga16fb_fillrect() local
889 if (!rect->width || !rect->height || rect->dx > vxres || rect->dy > vyres) in vga16fb_fillrect()
896 y2 = rect->dy + rect->height; in vga16fb_fillrect()
905 height = y2 - rect->dy; in vga16fb_fillrect()
921 while (height--) { in vga16fb_fillrect()
937 while (height--) { in vga16fb_fillrect()
962 int height, line_ofs, x; in vga_8planes_copyarea() local
967 height = area->height; in vga_8planes_copyarea()
977 while (height--) { in vga_8planes_copyarea()
990 (area->dy + height - 1) * info->fix.line_length; in vga_8planes_copyarea()
992 (area->sy + height - 1) * info->fix.line_length; in vga_8planes_copyarea()
993 while (height--) { in vga_8planes_copyarea()
1015 int height, width, line_ofs; in vga16fb_copyarea() local
1035 y2 = area->dy + area->height; in vga16fb_copyarea()
1041 height = y2 - dy; in vga16fb_copyarea()
1051 if (sx + width > vxres || sy + height > vyres) in vga16fb_copyarea()
1058 height = height; in vga16fb_copyarea()
1068 while (height--) { in vga16fb_copyarea()
1080 (dy + height - 1) * info->fix.line_length; in vga16fb_copyarea()
1082 (sy + height - 1) * info->fix.line_length; in vga16fb_copyarea()
1083 while (height--) { in vga16fb_copyarea()
1140 for (y = 0; y < image->height; y++, where += info->fix.line_length) in vga_8planes_imageblit()
1174 for (y = 0; y < image->height; y++) { in vga_imageblit_expand()
1189 for (y = 0; y < image->height; y++) { in vga_imageblit_expand()
1234 for (y = 0; y < image->height; y++) { in vga_imageblit_color()