Lines Matching refs:dsty
387 unsigned short dstx, unsigned short dsty,
392 gu1_screen_to_screen_blt(srcx, srcy, dstx, dsty, width, height);
396 gu2_screen_to_screen_blt(srcx, srcy, dstx, dsty, width, height);
406 unsigned short dstx, unsigned short dsty,
412 gu1_screen_to_screen_xblt(srcx, srcy, dstx, dsty, width, height, color);
416 gu2_screen_to_screen_xblt(srcx, srcy, dstx, dsty, width, height, color);
426 unsigned short dstx, unsigned short dsty,
432 gu1_color_bitmap_to_screen_blt(srcx, srcy, dstx, dsty, width, height,
437 gu2_color_bitmap_to_screen_blt(srcx, srcy, dstx, dsty, width, height,
448 unsigned short dstx, unsigned short dsty,
455 gu1_color_bitmap_to_screen_xblt(srcx, srcy, dstx, dsty, width, height,
460 gu2_color_bitmap_to_screen_xblt(srcx, srcy, dstx, dsty, width, height,
471 unsigned short dstx, unsigned short dsty,
477 gu1_mono_bitmap_to_screen_blt(srcx, srcy, dstx, dsty, width, height,
482 gu2_mono_bitmap_to_screen_blt(srcx, srcy, dstx, dsty, width, height,
492 gfx_text_blt(unsigned short dstx, unsigned short dsty, unsigned short width,
497 gu1_text_blt(dstx, dsty, width, height, data);
501 gu2_text_blt(dstx, dsty, width, height, data);