Lines Matching refs:dst_y
494 * @dst_y: y start position to destination buffer.
501 unsigned int dst_x, unsigned dst_y, unsigned int w,
519 if (dst_y + dst->height > h)
520 dst_h = dst->height - dst_y;
551 pt.data.y = dst_y;
554 pt.data.y = dst_y + h;
577 * @dst_y: y position of destination rectangle.
584 unsigned int dst_x, unsigned dst_y, unsigned int w,
603 if (dst_y + img->height > h)
604 dst_h = img->height - dst_y;
633 if (dst_y >= src_y)
646 pt.data.y = dst_y;
649 pt.data.y = dst_y + h;
673 * @dst_y: y start position to destination buffer.
684 unsigned int dst_y, unsigned int dst_w,
713 if (dst_y + dst_h > dst->height)
714 dst_h = dst->height - dst_y;
763 pt.data.y = dst_y;
766 pt.data.y = dst_y + dst_h;
783 * @dst_y: y start position to destination buffer.
791 unsigned int src_y, unsigned int dst_x, unsigned int dst_y,
811 if (dst_y + h > dst->height)
812 dst_h = dst->height - dst_y;
878 pt.data.y = dst_y;
881 pt.data.y = dst_y + h;
900 * @dst_y: y start position to destination buffer.
909 unsigned int dst_y, unsigned int dst_w, unsigned int dst_h,
933 if (dst_y + dst_h > dst->height)
934 dst_h = dst->height - dst_y;
1003 pt.data.y = dst_y;
1006 pt.data.y = dst_y + dst_h;