Lines Matching refs:height
195 static inline void color_blit(int width, int height, int pitch, int dest, in color_blit() argument
205 PUT_RING(height << 16 | width); in color_blit()
301 u32 dx, dy, width, height, dest, rop = 0, color = 0; in i810fb_fillrect() local
319 height = rect->height; in i810fb_fillrect()
322 color_blit(width, height, info->fix.line_length, dest, rop, color, in i810fb_fillrect()
329 u32 sx, sy, dx, dy, pitch, width, height, src, dest, xdir; in i810fb_copyarea() local
342 height = region->height; in i810fb_copyarea()
357 sy += height - 1; in i810fb_copyarea()
358 dy += height - 1; in i810fb_copyarea()
363 source_copy_blit(width, height, pitch, xdir, src, dest, in i810fb_copyarea()
395 size *= image->height; in i810fb_imageblit()
399 image->height, info->fix.line_length, in i810fb_imageblit()