Lines Matching full:dst_y
499 * @dst_y: y start position to destination buffer.
506 unsigned int dst_x, unsigned dst_y, unsigned int w,
524 if (dst_y + dst->height > h)
525 dst_h = dst->height - dst_y;
556 pt.data.y = dst_y;
559 pt.data.y = dst_y + h;
582 * @dst_y: y position of destination rectangle.
589 unsigned int dst_x, unsigned dst_y, unsigned int w,
608 if (dst_y + img->height > h)
609 dst_h = img->height - dst_y;
638 if (dst_y >= src_y)
651 pt.data.y = dst_y;
654 pt.data.y = dst_y + h;
678 * @dst_y: y start position to destination buffer.
689 unsigned int dst_y, unsigned int dst_w,
718 if (dst_y + dst_h > dst->height)
719 dst_h = dst->height - dst_y;
768 pt.data.y = dst_y;
771 pt.data.y = dst_y + dst_h;
788 * @dst_y: y start position to destination buffer.
796 unsigned int src_y, unsigned int dst_x, unsigned int dst_y,
816 if (dst_y + h > dst->height)
817 dst_h = dst->height - dst_y;
883 pt.data.y = dst_y;
886 pt.data.y = dst_y + h;
905 * @dst_y: y start position to destination buffer.
914 unsigned int dst_y, unsigned int dst_w, unsigned int dst_h,
938 if (dst_y + dst_h > dst->height)
939 dst_h = dst->height - dst_y;
1008 pt.data.y = dst_y;
1011 pt.data.y = dst_y + dst_h;