Lines Matching refs:dst_x
493 * @dst_x: x start position to destination buffer.
501 unsigned int dst_x, unsigned dst_y, unsigned int w,
517 if (dst_x + dst->width > w)
518 dst_w = dst->width - dst_x;
550 pt.data.x = dst_x;
553 pt.data.x = dst_x + w;
576 * @dst_x: x position of destination rectangle.
584 unsigned int dst_x, unsigned dst_y, unsigned int w,
601 if (dst_x + img->width > w)
602 dst_w = img->width - dst_x;
631 if (dst_x >= src_x)
645 pt.data.x = dst_x;
648 pt.data.x = dst_x + w;
672 * @dst_x: x start position to destination buffer.
683 unsigned int src_h, unsigned int dst_x,
711 if (dst_x + dst_w > dst->width)
712 dst_w = dst->width - dst_x;
762 pt.data.x = dst_x;
765 pt.data.x = dst_x + dst_w;
782 * @dst_x: x start position to destination buffer.
791 unsigned int src_y, unsigned int dst_x, unsigned int dst_y,
809 if (dst_x + w > dst->width)
810 dst_w = dst->width - dst_x;
877 pt.data.x = dst_x;
880 pt.data.x = dst_x + w;
899 * @dst_x: x start position to destination buffer.
908 unsigned int src_w, unsigned int src_h, unsigned int dst_x,
931 if (dst_x + dst_w > dst->width)
932 dst_w = dst->width - dst_x;
1002 pt.data.x = dst_x;
1005 pt.data.x = dst_x + dst_w;