Lines Matching refs:srcx

743 gu1_screen_to_screen_blt(unsigned short srcx, unsigned short srcy,
748 gfx_screen_to_screen_blt(unsigned short srcx, unsigned short srcy,
776 if (dstx > srcx) {
777 srcx += width;
815 if (dstx > srcx) {
819 srcx -= section;
821 WRITE_REG16(GP_SRC_XCOOR, srcx);
828 WRITE_REG16(GP_SRC_XCOOR, srcx);
832 srcx += section;
856 gu1_screen_to_screen_xblt(unsigned short srcx, unsigned short srcy,
862 gfx_screen_to_screen_xblt(unsigned short srcx, unsigned short srcy,
886 if (dstx > srcx) {
887 srcx += width;
954 if (dstx > srcx) {
958 srcx -= section;
960 WRITE_REG16(GP_SRC_XCOOR, srcx);
967 WRITE_REG16(GP_SRC_XCOOR, srcx);
971 srcx += section;
1001 gu1_color_bitmap_to_screen_blt(unsigned short srcx, unsigned short srcy,
1007 gfx_color_bitmap_to_screen_blt(unsigned short srcx, unsigned short srcy,
1067 (unsigned long) srcy *(long) pitch + ((long) srcx << bpp_shift);
1085 srcx += section;
1112 gu1_color_bitmap_to_screen_xblt(unsigned short srcx, unsigned short srcy,
1119 gfx_color_bitmap_to_screen_xblt(unsigned short srcx, unsigned short srcy,
1199 (unsigned long) srcy *(long) pitch + ((long) srcx << bpp_shift);
1216 srcx += section;
1239 gu1_mono_bitmap_to_screen_blt(unsigned short srcx, unsigned short srcy,
1245 gfx_mono_bitmap_to_screen_blt(unsigned short srcx, unsigned short srcy,
1277 WRITE_REG16(GP_SRC_XCOOR, srcx & 7);
1305 dword_bytes_needed = ((section + 7 + (srcx & 7)) >> 3) & ~3l;
1306 bytes_extra = ((section + 7 + (srcx & 7)) >> 3) & 3l;
1317 WRITE_REG16(GP_SRC_XCOOR, srcx & 7);
1321 array_offset = (unsigned long) srcy *(long) pitch + ((long) srcx >> 3);
1338 srcx += section;