Lines Matching refs:src_x
322 struct g2d_image *dst, unsigned int src_x, unsigned int src_y, in g2d_copy() argument
352 if (src_x + src->width > w) in g2d_copy()
353 src_w = src->width - src_x; in g2d_copy()
374 pt.data.x = src_x; in g2d_copy()
378 pt.data.x = src_x + w; in g2d_copy()
422 struct g2d_image *dst, unsigned int src_x, in g2d_copy_with_scale() argument
461 if (src_x + src_w > src->width) in g2d_copy_with_scale()
462 src_w = src->width - src_x; in g2d_copy_with_scale()
495 pt.data.x = src_x; in g2d_copy_with_scale()
499 pt.data.x = src_x + src_w; in g2d_copy_with_scale()
535 struct g2d_image *dst, unsigned int src_x, in g2d_blend() argument
587 if (src_x + w > src->width) in g2d_blend()
588 src_w = src->width - src_x; in g2d_blend()
614 pt.data.x = src_x; in g2d_blend()
618 pt.data.x = src_x + w; in g2d_blend()