/linux-2.4.37.9/drivers/usb/ |
D | pwc-uncompress.c | 82 u16 *dsty, *dstu, *dstv; in pwc_decompress() local 117 dsty = (u16 *)(image + stride); in pwc_decompress() 129 *dsty++ = *src++; in pwc_decompress() 130 *dsty++ = *src++; in pwc_decompress() 136 dsty += stride; in pwc_decompress()
|
/linux-2.4.37.9/drivers/video/aty/ |
D | mach64_accel.c | 186 static inline void aty_rectcopy(int srcx, int srcy, int dstx, int dsty, in aty_rectcopy() argument 206 if (srcy < dsty) { in aty_rectcopy() 207 dsty += height - 1; in aty_rectcopy() 223 draw_rect(dstx, dsty, width, height, info); in aty_rectcopy() 226 void aty_rectfill(int dstx, int dsty, u_int width, u_int height, u_int color, in aty_rectfill() argument 245 draw_rect(dstx, dsty, width, height, info); in aty_rectfill()
|
D | atyfb.h | 368 extern void aty_rectfill(int dstx, int dsty, u_int width, u_int height,
|
/linux-2.4.37.9/drivers/video/sis/ |
D | sis_accel.c | 455 int dsty, int dstx, int height, int width) in fbcon_sis_bmove() argument 465 fbcon_cfb8_bmove(p, srcy, srcx, dsty, dstx, height, width); in fbcon_sis_bmove() 470 fbcon_cfb16_bmove(p, srcy, srcx, dsty, dstx, height, width); in fbcon_sis_bmove() 475 fbcon_cfb32_bmove(p, srcy, srcx, dsty, dstx, height, width); in fbcon_sis_bmove() 485 dsty *= fontheight(p); in fbcon_sis_bmove() 495 if(srcy < dsty) ydir = 0; in fbcon_sis_bmove() 500 SiS300SubsequentScreenToScreenCopy(ivideo, srcx, srcy, dstx, dsty, width, height); in fbcon_sis_bmove() 508 SiS310SubsequentScreenToScreenCopy(ivideo, srcx, srcy, dstx, dsty, width, height); in fbcon_sis_bmove()
|
D | sis_accel.h | 394 void fbcon_sis_bmove(struct display *p, int srcy, int srcx, int dsty,
|
/linux-2.4.37.9/drivers/video/intel/ |
D | intelfbhw.c | 1431 u32 dstx, u32 dsty, u32 w, u32 h, u32 pitch, u32 bpp) in intelfbhw_do_bitblt() argument 1437 curx, cury, dstx, dsty, w, h, pitch, bpp); in intelfbhw_do_bitblt() 1445 br22 = (dstx << WIDTH_SHIFT) | (dsty << HEIGHT_SHIFT); in intelfbhw_do_bitblt() 1447 ((dsty + h) << HEIGHT_SHIFT); in intelfbhw_do_bitblt()
|
D | intelfb.h | 370 u32 dstx, u32 dsty, u32 w, u32 h, u32 pitch,
|
/linux-2.4.37.9/drivers/video/ |
D | tdfxfb.c | 446 static void do_bitblt(u32 curx, u32 cury, u32 dstx,u32 dsty, 714 u32 dsty, in do_bitblt() argument 729 if (cury <= dsty) { in do_bitblt() 733 dsty += height-1; in do_bitblt() 742 tdfx_outl(DSTXY, dstx | (dsty << 16)); in do_bitblt()
|
D | radeonfb.c | 4411 int dsty, int dstx, int height, int width) in fbcon_radeon_bmove() argument 4420 dsty *= fontheight(p); in fbcon_radeon_bmove() 4424 if (srcy < dsty) { in fbcon_radeon_bmove() 4426 dsty += height; in fbcon_radeon_bmove() 4447 OUTREG(DST_Y_X, (dsty << 16) | dstx); in fbcon_radeon_bmove() 4459 int dsty, int dstx, in radeon_rectfill() argument 4471 OUTREG(DST_Y_X, (dsty << 16) | dstx); in radeon_rectfill()
|
D | epson1356fb.c | 697 u32 dstx = blt->dst_x, dsty = blt->dst_y; in doBlt_Move() local 704 dest_addr = dstx*par->Bpp + dsty*stride; in doBlt_Move() 713 (srcy + height > dsty) && (srcy < dsty + height) && in doBlt_Move()
|
D | aty128fb.c | 2590 aty128_rectcopy(int srcx, int srcy, int dstx, int dsty, in aty128_rectcopy() argument 2619 aty_st_le32(DST_Y_X, (dsty << 16) | dstx); in aty128_rectcopy()
|
/linux-2.4.37.9/drivers/char/drm/ |
D | mga_state.c | 841 int dsty = pbox[i].y1 + blit->delta_dy; in mga_dma_dispatch_blit() local 855 MGA_YDSTLEN + MGA_EXEC, (dsty << 16) | h ); in mga_dma_dispatch_blit()
|