Lines Matching full:dst_x
498 * @dst_x: x start position to destination buffer.
506 unsigned int dst_x, unsigned dst_y, unsigned int w,
522 if (dst_x + dst->width > w)
523 dst_w = dst->width - dst_x;
555 pt.data.x = dst_x;
558 pt.data.x = dst_x + w;
581 * @dst_x: x position of destination rectangle.
589 unsigned int dst_x, unsigned dst_y, unsigned int w,
606 if (dst_x + img->width > w)
607 dst_w = img->width - dst_x;
636 if (dst_x >= src_x)
650 pt.data.x = dst_x;
653 pt.data.x = dst_x + w;
677 * @dst_x: x start position to destination buffer.
688 unsigned int src_h, unsigned int dst_x,
716 if (dst_x + dst_w > dst->width)
717 dst_w = dst->width - dst_x;
767 pt.data.x = dst_x;
770 pt.data.x = dst_x + dst_w;
787 * @dst_x: x start position to destination buffer.
796 unsigned int src_y, unsigned int dst_x, unsigned int dst_y,
814 if (dst_x + w > dst->width)
815 dst_w = dst->width - dst_x;
882 pt.data.x = dst_x;
885 pt.data.x = dst_x + w;
904 * @dst_x: x start position to destination buffer.
913 unsigned int src_w, unsigned int src_h, unsigned int dst_x,
936 if (dst_x + dst_w > dst->width)
937 dst_w = dst->width - dst_x;
1007 pt.data.x = dst_x;
1010 pt.data.x = dst_x + dst_w;