Lines Matching refs:width
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
317 width = rect->width * par->depth; 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
339 width = region->width * par->depth; in i810fb_copyarea()
349 sx += width - 1; in i810fb_copyarea()
350 dx += width - 1; in i810fb_copyarea()
363 source_copy_blit(width, height, pitch, xdir, src, dest, in i810fb_copyarea()
393 size = (image->width+7)/8 + 1; in i810fb_imageblit()
398 mono_src_copy_imm_blit(image->width * par->depth, in i810fb_imageblit()