Lines Matching refs:src_x
491 * @src_x: x start position to source buffer.
500 struct g2d_image *dst, unsigned int src_x, unsigned int src_y,
510 if (src_x + src->width > w)
511 src_w = src->width - src_x;
543 pt.data.x = src_x;
546 pt.data.x = src_x + w;
574 * @src_x: x position of source rectangle.
583 unsigned int src_x, unsigned int src_y,
594 if (src_x + img->width > w)
595 src_w = img->width - src_x;
631 if (dst_x >= src_x)
638 pt.data.x = src_x;
641 pt.data.x = src_x + w;
668 * @src_x: x start position to source buffer.
681 struct g2d_image *dst, unsigned int src_x,
706 if (src_x + src_w > src->width)
707 src_w = src->width - src_x;
755 pt.data.x = src_x;
758 pt.data.x = src_x + src_w;
780 * @src_x: x start position to source buffer.
790 struct g2d_image *dst, unsigned int src_x,
802 if (src_x + w > src->width)
803 src_w = src->width - src_x;
870 pt.data.x = src_x;
873 pt.data.x = src_x + w;
895 * @src_x: x start position to source buffer.
907 struct g2d_image *dst, unsigned int src_x, unsigned int src_y,
926 if (src_x + src_w > src->width)
927 src_w = src->width - src_x;
995 pt.data.x = src_x;
998 pt.data.x = src_x + src_w;