Lines Matching refs:dsty
284 unsigned short dstx, unsigned short dsty,
289 gu1_screen_to_screen_blt(srcx, srcy, dstx, dsty, width, height);
293 gu2_screen_to_screen_blt(srcx, srcy, dstx, dsty, width, height);
303 unsigned short dstx, unsigned short dsty,
309 gu1_screen_to_screen_xblt(srcx, srcy, dstx, dsty, width, height, color);
313 gu2_screen_to_screen_xblt(srcx, srcy, dstx, dsty, width, height, color);
323 unsigned short dstx, unsigned short dsty,
329 gu1_color_bitmap_to_screen_blt(srcx, srcy, dstx, dsty, width, height,
334 gu2_color_bitmap_to_screen_blt(srcx, srcy, dstx, dsty, width, height,
345 unsigned short dstx, unsigned short dsty,
352 gu1_color_bitmap_to_screen_xblt(srcx, srcy, dstx, dsty, width, height,
357 gu2_color_bitmap_to_screen_xblt(srcx, srcy, dstx, dsty, width, height,
368 unsigned short dstx, unsigned short dsty,
374 gu1_mono_bitmap_to_screen_blt(srcx, srcy, dstx, dsty, width, height,
379 gu2_mono_bitmap_to_screen_blt(srcx, srcy, dstx, dsty, width, height,
389 gfx_text_blt(unsigned short dstx, unsigned short dsty, unsigned short width,
394 gu1_text_blt(dstx, dsty, width, height, data);
398 gu2_text_blt(dstx, dsty, width, height, data);