Lines Matching refs:srcx
168 void gu1_screen_to_screen_blt(unsigned short srcx, unsigned short srcy,
171 void gu1_screen_to_screen_xblt(unsigned short srcx, unsigned short srcy,
175 void gu1_color_bitmap_to_screen_blt(unsigned short srcx, unsigned short srcy,
180 void gu1_color_bitmap_to_screen_xblt(unsigned short srcx, unsigned short srcy,
186 void gu1_mono_bitmap_to_screen_blt(unsigned short srcx, unsigned short srcy,
891 gu1_screen_to_screen_blt(unsigned short srcx, unsigned short srcy,
896 gfx_screen_to_screen_blt(unsigned short srcx, unsigned short srcy,
924 if (dstx > srcx) {
925 srcx += width;
963 if (dstx > srcx) {
967 srcx -= section;
969 WRITE_REG16(GP_SRC_XCOOR, srcx);
975 WRITE_REG16(GP_SRC_XCOOR, srcx);
979 srcx += section;
1003 gu1_screen_to_screen_xblt(unsigned short srcx, unsigned short srcy,
1009 gfx_screen_to_screen_xblt(unsigned short srcx, unsigned short srcy,
1033 if (dstx > srcx) {
1034 srcx += width;
1101 if (dstx > srcx) {
1105 srcx -= section;
1107 WRITE_REG16(GP_SRC_XCOOR, srcx);
1113 WRITE_REG16(GP_SRC_XCOOR, srcx);
1117 srcx += section;
1147 gu1_color_bitmap_to_screen_blt(unsigned short srcx, unsigned short srcy,
1153 gfx_color_bitmap_to_screen_blt(unsigned short srcx, unsigned short srcy,
1213 (unsigned long)srcy *(long)pitch + ((long)srcx << bpp_shift);
1230 srcx += section;
1257 gu1_color_bitmap_to_screen_xblt(unsigned short srcx, unsigned short srcy,
1264 gfx_color_bitmap_to_screen_xblt(unsigned short srcx, unsigned short srcy,
1344 (unsigned long)srcy *(long)pitch + ((long)srcx << bpp_shift);
1361 srcx += section;
1384 gu1_mono_bitmap_to_screen_blt(unsigned short srcx, unsigned short srcy,
1390 gfx_mono_bitmap_to_screen_blt(unsigned short srcx, unsigned short srcy,
1421 WRITE_REG16(GP_SRC_XCOOR, srcx & 7);
1449 dword_bytes_needed = ((section + 7 + (srcx & 7)) >> 3) & ~3l;
1450 bytes_extra = ((section + 7 + (srcx & 7)) >> 3) & 3l;
1461 WRITE_REG16(GP_SRC_XCOOR, srcx & 7);
1465 array_offset = (unsigned long)srcy *(long)pitch + ((long)srcx >> 3);
1482 srcx += section;