Lines Matching defs:dst_w
505 unsigned int src_w, src_h, dst_w, dst_h;
514 dst_w = w;
517 dst_w = dst->width - dst_x;
521 w = MIN(src_w, dst_w);
589 unsigned int src_w, src_h, dst_w, dst_h;
598 dst_w = w;
601 dst_w = img->width - dst_x;
605 w = MIN(src_w, dst_w);
673 * @dst_w: width value to destination buffer.
683 unsigned int dst_y, unsigned int dst_w,
695 if (src_w == dst_w && src_h == dst_h)
699 scale_x = g2d_get_scaling(src_w, dst_w);
710 if (dst_x + dst_w > dst->width)
711 dst_w = dst->width - dst_x;
715 if (src_w <= 0 || src_h <= 0 || dst_w <= 0 || dst_h <= 0) {
764 pt.data.x = dst_x + dst_w;
797 unsigned int src_w, src_h, dst_w, dst_h;
806 dst_w = w;
809 dst_w = dst->width - dst_x;
813 w = MIN(src_w, dst_w);
900 * @dst_w: width value to destination buffer.
908 unsigned int dst_y, unsigned int dst_w, unsigned int dst_h,
917 if (src_w == dst_w && src_h == dst_h)
921 scale_x = g2d_get_scaling(src_w, dst_w);
930 if (dst_x + dst_w > dst->width)
931 dst_w = dst->width - dst_x;
935 if (src_w <= 0 || src_h <= 0 || dst_w <= 0 || dst_h <= 0) {
1004 pt.data.x = dst_x + dst_w;