Lines Matching refs:dst_x
501 unsigned int dst_x, unsigned dst_y, unsigned int w, in g2d_copy() argument
517 if (dst_x + dst->width > w) in g2d_copy()
518 dst_w = dst->width - dst_x; in g2d_copy()
550 pt.data.x = dst_x; in g2d_copy()
553 pt.data.x = dst_x + w; in g2d_copy()
584 unsigned int dst_x, unsigned dst_y, unsigned int w, in g2d_move() argument
601 if (dst_x + img->width > w) in g2d_move()
602 dst_w = img->width - dst_x; in g2d_move()
631 if (dst_x >= src_x) in g2d_move()
645 pt.data.x = dst_x; in g2d_move()
648 pt.data.x = dst_x + w; in g2d_move()
683 unsigned int src_h, unsigned int dst_x, in g2d_copy_with_scale() argument
711 if (dst_x + dst_w > dst->width) in g2d_copy_with_scale()
712 dst_w = dst->width - dst_x; in g2d_copy_with_scale()
762 pt.data.x = dst_x; in g2d_copy_with_scale()
765 pt.data.x = dst_x + dst_w; in g2d_copy_with_scale()
791 unsigned int src_y, unsigned int dst_x, unsigned int dst_y, in g2d_blend() argument
809 if (dst_x + w > dst->width) in g2d_blend()
810 dst_w = dst->width - dst_x; in g2d_blend()
877 pt.data.x = dst_x; in g2d_blend()
880 pt.data.x = dst_x + w; in g2d_blend()
908 unsigned int src_w, unsigned int src_h, unsigned int dst_x, in g2d_scale_and_blend() argument
931 if (dst_x + dst_w > dst->width) in g2d_scale_and_blend()
932 dst_w = dst->width - dst_x; in g2d_scale_and_blend()
1002 pt.data.x = dst_x; in g2d_scale_and_blend()
1005 pt.data.x = dst_x + dst_w; in g2d_scale_and_blend()